diff --git a/.gitignore b/.gitignore index 10cc4812a8b9..3ddab9352869 100644 --- a/.gitignore +++ b/.gitignore @@ -30,14 +30,14 @@ codekit-config.json ### Internationalization artifacts *.mo +*.po +!django.po +!django.mo +!djangojs.po +!djangojs.mo conf/locale/en/LC_MESSAGES/*.po -!messages.po -### Remove when we have real Esperanto translations. For now, ignore -### dummy Esperanto files. -conf/locale/eo/* -## Remove when we officially support these languages. -conf/locale/fr -conf/locale/ko_KR +conf/locale/en/LC_MESSAGES/*.mo +conf/locale/messages.mo ### Testing artifacts .testids/ diff --git a/.tx/config b/.tx/config index fd12506f17e0..4f1355038a8b 100644 --- a/.tx/config +++ b/.tx/config @@ -13,9 +13,9 @@ source_file = conf/locale/en/LC_MESSAGES/django-studio.po source_lang = en type = PO -[edx-platform.djangojs] -file_filter = conf/locale//LC_MESSAGES/djangojs.po -source_file = conf/locale/en/LC_MESSAGES/djangojs.po +[edx-platform.djangojs-partial] +file_filter = conf/locale//LC_MESSAGES/djangojs-partial.po +source_file = conf/locale/en/LC_MESSAGES/djangojs-partial.po source_lang = en type = PO diff --git a/cms/envs/common.py b/cms/envs/common.py index 4abea6ce1397..9a83610efe04 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ This is the common settings file, intended to set sane defaults. If you have a piece of configuration that's dependent on a set of feature flags being set, @@ -254,10 +255,7 @@ TIME_ZONE = 'America/New_York' # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name LANGUAGE_CODE = 'en' # http://www.i18nguy.com/unicode/language-identifiers.html -LANGUAGES = ( - ('eo', 'Esperanto'), -) - +LANGUAGES = lms.envs.common.LANGUAGES USE_I18N = True USE_L10N = True diff --git a/common/djangoapps/dark_lang/middleware.py b/common/djangoapps/dark_lang/middleware.py index 88783328be7c..28a12e9da5b7 100644 --- a/common/djangoapps/dark_lang/middleware.py +++ b/common/djangoapps/dark_lang/middleware.py @@ -45,7 +45,7 @@ def _is_released(self, lang_code): """ ``True`` iff one of the values in ``self.released_langs`` is a prefix of ``lang_code``. """ - return any(lang_code.startswith(released_lang) for released_lang in self.released_langs) + return any(lang_code.lower().startswith(released_lang.lower()) for released_lang in self.released_langs) def _format_accept_value(self, lang, priority=1.0): """ diff --git a/common/djangoapps/dark_lang/tests.py b/common/djangoapps/dark_lang/tests.py index 7667102b90b1..9896851984e9 100644 --- a/common/djangoapps/dark_lang/tests.py +++ b/common/djangoapps/dark_lang/tests.py @@ -1,7 +1,6 @@ """ Tests of DarkLangMiddleware """ - from django.contrib.auth.models import User from django.http import HttpRequest @@ -122,6 +121,24 @@ def test_accept_released_territory(self): self.process_request(accept='rel-ter;q=1.0, rel;q=0.5') ) + def test_accept_mixed_case(self): + self.assertAcceptEquals( + 'rel-TER;q=1.0, REL;q=0.5', + self.process_request(accept='rel-TER;q=1.0, REL;q=0.5') + ) + + DarkLangConfig( + released_languages=('REL-TER'), + changed_by=self.user, + enabled=True + ).save() + + self.assertAcceptEquals( + 'rel-ter;q=1.0', + self.process_request(accept='rel-ter;q=1.0, rel;q=0.5') + ) + + def assertSessionLangEquals(self, value, request): """ Assert that the 'django_language' set in request.session is equal to value diff --git a/conf/locale/ach/LC_MESSAGES/django.mo b/conf/locale/ach/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..2d02e97b11b1 Binary files /dev/null and b/conf/locale/ach/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ach/LC_MESSAGES/django.po b/conf/locale/ach/LC_MESSAGES/django.po new file mode 100644 index 000000000000..4edabb4aa368 --- /dev/null +++ b/conf/locale/ach/LC_MESSAGES/django.po @@ -0,0 +1,9922 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Acoli (http://www.transifex.com/projects/p/edx-platform/language/ach/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Acoli (http://www.transifex.com/projects/p/edx-platform/language/ach/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-11-19 16:28+0000\n" +"Last-Translator: cdodge \n" +"Language-Team: Acoli (http://www.transifex.com/projects/p/edx-platform/language/ach/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: ach\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/ach/LC_MESSAGES/djangojs.mo b/conf/locale/ach/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..e295e080e750 Binary files /dev/null and b/conf/locale/ach/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ach/LC_MESSAGES/djangojs.po b/conf/locale/ach/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..a82a6ffa443c --- /dev/null +++ b/conf/locale/ach/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Acoli (http://www.transifex.com/projects/p/edx-platform/language/ach/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Acoli (http://www.transifex.com/projects/p/edx-platform/language/ach/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ach\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/ar/LC_MESSAGES/django.mo b/conf/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..edad2bed6807 Binary files /dev/null and b/conf/locale/ar/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ar/LC_MESSAGES/django.po b/conf/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 000000000000..2cb2e8b4647c --- /dev/null +++ b/conf/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,9961 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# abdallah_n , 2013 +# abdallah.nassif , 2013 +# abdallah_n , 2013 +# abdallah.nassif , 2013 +# Ahmad Abd Arrahman , 2013-2014 +# a.nassif , 2013 +# a.nassif , 2013 +# khateeb , 2013 +# khateeb , 2013 +# may , 2013 +# may , 2013-2014 +# najwan , 2013 +# najwan , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# abdallah_n , 2013 +# abdallah.nassif , 2013 +# a.nassif , 2013 +# khateeb , 2013 +# may , 2013 +# najwan , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# abdallah_n , 2013 +# abdallah.nassif , 2013 +# abdallah_n , 2013 +# abdallah.nassif , 2013 +# Ahmad Abd Arrahman , 2013-2014 +# khateeb , 2013 +# khateeb , 2013 +# najwan , 2013 +# najwan , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# abdallah_n , 2013 +# abdallah.nassif , 2013 +# khateeb , 2013 +# najwan , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# abdallah.nassif , 2013 +# abdallah.nassif , 2013 +# khateeb , 2013 +# khateeb , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-23 10:02+0000\n" +"Last-Translator: Ahmad Abd Arrahman \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Copyright" +msgstr "حقوق الطبع والنشر " + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "العضوية" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Analytics" +msgstr "التحليلات" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "نموذج إعادة ضبط كلمة السر" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "تغيير كلمة السر الخاصة بي" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Need Help?" +msgstr "تحتاج إلى مساعدة؟" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Delete" +msgstr "حذف" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "تغيير" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "و" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "أمثلة مفيدة:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "الحجم" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "استبدال" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "استعادة" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/ar/LC_MESSAGES/djangojs.mo b/conf/locale/ar/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..5e49a215bd53 Binary files /dev/null and b/conf/locale/ar/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ar/LC_MESSAGES/djangojs.po b/conf/locale/ar/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..330a84d5fa70 --- /dev/null +++ b/conf/locale/ar/LC_MESSAGES/djangojs.po @@ -0,0 +1,803 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# abdallah_n , 2013 +# abdallah.nassif , 2013 +# abdallah_n , 2013 +# abdallah.nassif , 2013 +# Ahmad Abd Arrahman , 2013 +# Ahmad Abd Arrahman , 2013 +# khateeb , 2013 +# khateeb , 2013 +# may , 2013 +# may , 2013 +# najwan , 2013 +# najwan , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# abdallah_n , 2013 +# abdallah.nassif , 2013 +# Ahmad Abd Arrahman , 2013 +# khateeb , 2013 +# may , 2013 +# najwan , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "تشغيل" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: 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[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: 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[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "حذف الكل" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "إخفاء" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "الآن" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "الساعة" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "منتصف الليل" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "الظهر" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "اليوم" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "التقويم" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "أمس" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "غداً" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/bg_BG/LC_MESSAGES/django.mo b/conf/locale/bg_BG/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..998d40e34c86 Binary files /dev/null and b/conf/locale/bg_BG/LC_MESSAGES/django.mo differ diff --git a/conf/locale/bg_BG/LC_MESSAGES/django.po b/conf/locale/bg_BG/LC_MESSAGES/django.po new file mode 100644 index 000000000000..5173ed9801a6 --- /dev/null +++ b/conf/locale/bg_BG/LC_MESSAGES/django.po @@ -0,0 +1,9922 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/edx-platform/language/bg_BG/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/edx-platform/language/bg_BG/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-11-19 16:28+0000\n" +"Last-Translator: jtauber \n" +"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/edx-platform/language/bg_BG/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: bg_BG\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/bg_BG/LC_MESSAGES/djangojs.mo b/conf/locale/bg_BG/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..7a3fbcba7825 Binary files /dev/null and b/conf/locale/bg_BG/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/bg_BG/LC_MESSAGES/djangojs.po b/conf/locale/bg_BG/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..17e6ad8464db --- /dev/null +++ b/conf/locale/bg_BG/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/edx-platform/language/bg_BG/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/edx-platform/language/bg_BG/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg_BG\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/bn/LC_MESSAGES/django.mo b/conf/locale/bn/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..bcb19711cc56 Binary files /dev/null and b/conf/locale/bn/LC_MESSAGES/django.mo differ diff --git a/conf/locale/bn/LC_MESSAGES/django.po b/conf/locale/bn/LC_MESSAGES/django.po new file mode 100644 index 000000000000..a95751eafa2d --- /dev/null +++ b/conf/locale/bn/LC_MESSAGES/django.po @@ -0,0 +1,9923 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Bengali (http://www.transifex.com/projects/p/edx-platform/language/bn/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Bengali (http://www.transifex.com/projects/p/edx-platform/language/bn/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Tahmid Rafi , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: Tahmid Rafi \n" +"Language-Team: Bengali (http://www.transifex.com/projects/p/edx-platform/language/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/bn/LC_MESSAGES/djangojs.mo b/conf/locale/bn/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..eb95e650007f Binary files /dev/null and b/conf/locale/bn/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/bn/LC_MESSAGES/djangojs.po b/conf/locale/bn/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..82a47a009b87 --- /dev/null +++ b/conf/locale/bn/LC_MESSAGES/djangojs.po @@ -0,0 +1,750 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Bengali (http://www.transifex.com/projects/p/edx-platform/language/bn/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Tahmid Rafi , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Bengali (http://www.transifex.com/projects/p/edx-platform/language/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/bn_BD/LC_MESSAGES/django.mo b/conf/locale/bn_BD/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..c6c2ff2aae85 Binary files /dev/null and b/conf/locale/bn_BD/LC_MESSAGES/django.mo differ diff --git a/conf/locale/bn_BD/LC_MESSAGES/django.po b/conf/locale/bn_BD/LC_MESSAGES/django.po new file mode 100644 index 000000000000..d1b1f4e17cda --- /dev/null +++ b/conf/locale/bn_BD/LC_MESSAGES/django.po @@ -0,0 +1,9925 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Bengali (Bangladesh) (http://www.transifex.com/projects/p/edx-platform/language/bn_BD/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Tahmid Rafi , 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: +# Tahmid Rafi , 2014 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Bengali (Bangladesh) (http://www.transifex.com/projects/p/edx-platform/language/bn_BD/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Tahmid Rafi , 2014 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-01-22 10:24+0000\n" +"Last-Translator: Tahmid Rafi \n" +"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/edx-platform/language/bn_BD/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: bn_BD\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/bn_BD/LC_MESSAGES/djangojs.mo b/conf/locale/bn_BD/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..5d52543b88a8 Binary files /dev/null and b/conf/locale/bn_BD/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/bn_BD/LC_MESSAGES/djangojs.po b/conf/locale/bn_BD/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..21751e03e3c0 --- /dev/null +++ b/conf/locale/bn_BD/LC_MESSAGES/djangojs.po @@ -0,0 +1,750 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Bengali (Bangladesh) (http://www.transifex.com/projects/p/edx-platform/language/bn_BD/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Tahmid Rafi , 2014 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/edx-platform/language/bn_BD/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn_BD\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/config.yaml b/conf/locale/config.yaml index e8d9d9dc858e..35d0272a4b02 100644 --- a/conf/locale/config.yaml +++ b/conf/locale/config.yaml @@ -1,33 +1,55 @@ # Configuration for i18n workflow. locales: - - en + - en # English - Source Language + - ach # Acoli + - ar # Arabic + - bg_BG # Bulgarian (Bulgaria) + - bn # Bengali + - bn_BD # Bengali (Bangladesh) + - cs # Czech + - cy # Welsh + - de_DE # German (Germany) + - en@lolcat # LOLCAT English + - en@pirate # Pirate English + - es_419 # Spanish (Latin America) + - es_EC # Spanish (Ecuador) + - es_ES # Spanish (Spain) + - es_MX # Spanish (Mexico) + - es_US # Spanish (United States) + - et_EE # Estonian (Estonia) + - fa # Persian + - fa_IR # Persian (Iran) + - fi_FI # Finnish (Finland) + - fr # French + - gl # Galician + - he # Hebrew + - hi # Hindi + - hy_AM # Armenian (Armenia) + - id # Indonesian + - it_IT # Italian (Italy) + - ja_JP # Japanese (Japan) + - km_KH # Khmer (Cambodia) + - ko_KR # Korean (Korea) + - lt_LT # Lithuanian (Lithuania) + - ml # Malayalam + - nb # Norwegian Bokmål + - nl_NL # Dutch (Netherlands) + - pl # Polish + - pt_BR # Portuguese (Brazil) + - pt_PT # Portuguese (Portugal) + - ru # Russian + - si # Sinhala + - sk # Slovak + - sl # Slovenian + - th # Thai + - tr_TR # Turkish (Turkey) + - uk # Ukranian + - vi # Vietnamese + - zh_CN # Chinese (China) + - zh_CN.GB2312 # Chinese (China) (GB2312) + - zh_TW # Chinese (Taiwan) - # More languages we might want someday, these have started on Transifex. - # fr - # ko_KR - # ru - # es_419 - # ja_JP - # pt_BR - # zh_CN - # zh_TW - # ar - # es_ES - # fa_IR - # tr_TR - # de_DE - # id - # hi - # vi - # pt_PT - # lt_LT - # gl - # it_IT - # cs - # et_EE - # nb - # sk # The locale used for fake-accented English, for testing. dummy-locale: eo @@ -53,7 +75,7 @@ segment: django-studio.po: # produces this .po file.. - cms/* # by segregating strings from these files. # Anything that doesn't match a pattern stays in the original file. - djangojs.po: + djangojs-partial.po: djangojs-studio.po: - cms/* mako.po: @@ -69,5 +91,5 @@ generate_merge: - mako-studio.po - messages.po djangojs.po: - - djangojs.po + - djangojs-partial.po - djangojs-studio.po diff --git a/conf/locale/cs/LC_MESSAGES/django.mo b/conf/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..bedcb84ab15e Binary files /dev/null and b/conf/locale/cs/LC_MESSAGES/django.mo differ diff --git a/conf/locale/cs/LC_MESSAGES/django.po b/conf/locale/cs/LC_MESSAGES/django.po new file mode 100644 index 000000000000..f7b621efe163 --- /dev/null +++ b/conf/locale/cs/LC_MESSAGES/django.po @@ -0,0 +1,9937 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# m23 , 2013 +# m23 , 2013 +# Slamic , 2014 +# Slamic , 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: +# m23 , 2013 +# Slamic , 2014 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# m23 , 2013 +# m23 , 2013 +# Slamic , 2014 +# Slamic , 2014 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# m23 , 2013 +# Slamic , 2014 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Slamic , 2014 +# Slamic , 2014 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-01-05 01:30+0000\n" +"Last-Translator: Slamic \n" +"Language-Team: Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "Neplatné id Kurzu" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "Neplatné heslo" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "Jméno je vyžadováno" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "Neplatné ID" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Copyright" +msgstr "Copyright" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "smazáno" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "Děkujeme, že používáte tyto stránky!" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "Tým edX" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "Uložit změny" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "Přílohy" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "Nahrát nový soubor" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "Nahrát soubor" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "Historie souboru" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "Aktivace dokončena!" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "Účet je již aktivní!" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/cs/LC_MESSAGES/djangojs.mo b/conf/locale/cs/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..e564f860d5ae Binary files /dev/null and b/conf/locale/cs/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/cs/LC_MESSAGES/djangojs.po b/conf/locale/cs/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..838633d57817 --- /dev/null +++ b/conf/locale/cs/LC_MESSAGES/djangojs.po @@ -0,0 +1,764 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# m23 , 2013 +# m23 , 2013 +# Slamic , 2014 +# Slamic , 2014 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# m23 , 2013 +# Slamic , 2014 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "Přehrát" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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[2] "" + +#: 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[2] "" + +#: 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[2] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "Filtr" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "Vybrat vše" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "Vybrat" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "Odstranit" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "Odstranit vše" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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[2] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "Zobrazit" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "Skrýt" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "Nyní" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "Hodiny" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "Zvolte čas" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "Dnes" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "Kalendář" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "Včera" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "Zítra" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/cy/LC_MESSAGES/django.mo b/conf/locale/cy/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..38bd0d44ba4f Binary files /dev/null and b/conf/locale/cy/LC_MESSAGES/django.mo differ diff --git a/conf/locale/cy/LC_MESSAGES/django.po b/conf/locale/cy/LC_MESSAGES/django.po new file mode 100644 index 000000000000..005c23f29e18 --- /dev/null +++ b/conf/locale/cy/LC_MESSAGES/django.po @@ -0,0 +1,9930 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Welsh (http://www.transifex.com/projects/p/edx-platform/language/cy/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Welsh (http://www.transifex.com/projects/p/edx-platform/language/cy/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# huwwaters , 2013 +# huwwaters , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-11-19 16:28+0000\n" +"Last-Translator: cdodge \n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/edx-platform/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/cy/LC_MESSAGES/djangojs.mo b/conf/locale/cy/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..4dce36d9a4df Binary files /dev/null and b/conf/locale/cy/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/cy/LC_MESSAGES/djangojs.po b/conf/locale/cy/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..c5c481cc3a55 --- /dev/null +++ b/conf/locale/cy/LC_MESSAGES/djangojs.po @@ -0,0 +1,767 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Welsh (http://www.transifex.com/projects/p/edx-platform/language/cy/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/edx-platform/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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[2] "" +msgstr[3] "" + +#: 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[2] "" +msgstr[3] "" + +#: 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[2] "" +msgstr[3] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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[2] "" +msgstr[3] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/de_DE/LC_MESSAGES/django.mo b/conf/locale/de_DE/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..404876208778 Binary files /dev/null and b/conf/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/conf/locale/de_DE/LC_MESSAGES/django.po b/conf/locale/de_DE/LC_MESSAGES/django.po new file mode 100644 index 000000000000..d9d60884367c --- /dev/null +++ b/conf/locale/de_DE/LC_MESSAGES/django.po @@ -0,0 +1,9942 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from German (Germany) (http://www.transifex.com/projects/p/edx-platform/language/de_DE/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# AlecL , 2013 +# AlecL , 2013 +# barbos , 2013 +# barbos , 2013 +# Shan9204 , 2013 +# Shan9204 , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# AlecL , 2013 +# barbos , 2013 +# Shan9204 , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from German (Germany) (http://www.transifex.com/projects/p/edx-platform/language/de_DE/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# AlecL , 2013 +# AlecL , 2013 +# pongratz , 2014 +# pongratz , 2014 +# Shan9204 , 2013 +# Shan9204 , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# AlecL , 2013 +# pongratz , 2014 +# Shan9204 , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# AlecL , 2013 +# AlecL , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: AlecL \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" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/de_DE/LC_MESSAGES/djangojs.mo b/conf/locale/de_DE/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..46ddeedb449b Binary files /dev/null and b/conf/locale/de_DE/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/de_DE/LC_MESSAGES/djangojs.po b/conf/locale/de_DE/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..e580b13e51db --- /dev/null +++ b/conf/locale/de_DE/LC_MESSAGES/djangojs.po @@ -0,0 +1,755 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from German (Germany) (http://www.transifex.com/projects/p/edx-platform/language/de_DE/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# AlecL , 2013 +# AlecL , 2013-2014 +# Shan9204 , 2013 +# Shan9204 , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# AlecL , 2013 +# Shan9204 , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/en@lolcat/LC_MESSAGES/django.mo b/conf/locale/en@lolcat/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..e0e25de0940b Binary files /dev/null and b/conf/locale/en@lolcat/LC_MESSAGES/django.mo differ diff --git a/conf/locale/en@lolcat/LC_MESSAGES/django.po b/conf/locale/en@lolcat/LC_MESSAGES/django.po new file mode 100644 index 000000000000..b5081999fece --- /dev/null +++ b/conf/locale/en@lolcat/LC_MESSAGES/django.po @@ -0,0 +1,9924 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from LOLCAT English (http://www.transifex.com/projects/p/edx-platform/language/en@lolcat/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from LOLCAT English (http://www.transifex.com/projects/p/edx-platform/language/en@lolcat/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# sarina_translator , 2014 +# sarina_translator , 2014 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-28 14:43+0000\n" +"Last-Translator: jtauber \n" +"Language-Team: LOLCAT English (http://www.transifex.com/projects/p/edx-platform/language/en@lolcat/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: en@lolcat\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo b/conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..d68ee220bb17 Binary files /dev/null and b/conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/en@lolcat/LC_MESSAGES/djangojs.po b/conf/locale/en@lolcat/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..04d2a3d9a729 --- /dev/null +++ b/conf/locale/en@lolcat/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from LOLCAT English (http://www.transifex.com/projects/p/edx-platform/language/en@lolcat/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: LOLCAT English (http://www.transifex.com/projects/p/edx-platform/language/en@lolcat/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en@lolcat\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/en@pirate/LC_MESSAGES/django.mo b/conf/locale/en@pirate/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..8cb538a01ae9 Binary files /dev/null and b/conf/locale/en@pirate/LC_MESSAGES/django.mo differ diff --git a/conf/locale/en@pirate/LC_MESSAGES/django.po b/conf/locale/en@pirate/LC_MESSAGES/django.po new file mode 100644 index 000000000000..286180579f69 --- /dev/null +++ b/conf/locale/en@pirate/LC_MESSAGES/django.po @@ -0,0 +1,9926 @@ +# #-#-#-#-# django-partial.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: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# 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: +# nedbat , 2014 +# nedbat , 2014 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-01-22 21:16+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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: en@pirate\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: 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." + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/en@pirate/LC_MESSAGES/djangojs.mo b/conf/locale/en@pirate/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..19d2d6745b74 Binary files /dev/null and b/conf/locale/en@pirate/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/en@pirate/LC_MESSAGES/djangojs.po b/conf/locale/en@pirate/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..31490375661a --- /dev/null +++ b/conf/locale/en@pirate/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.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: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Pirate English (http://www.transifex.com/projects/p/edx-platform/language/en@pirate/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en@pirate\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/eo/LC_MESSAGES/django.mo b/conf/locale/eo/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..6b888692d466 Binary files /dev/null and b/conf/locale/eo/LC_MESSAGES/django.mo differ diff --git a/conf/locale/eo/LC_MESSAGES/django.po b/conf/locale/eo/LC_MESSAGES/django.po new file mode 100644 index 000000000000..16e2bd56c7f1 --- /dev/null +++ b/conf/locale/eo/LC_MESSAGES/django.po @@ -0,0 +1,11407 @@ +# #-#-#-#-# django-partial.po (0.1a) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# EdX Team , 2014. +# +# #-#-#-#-# django-studio.po (0.1a) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# EdX Team , 2014. +# +# #-#-#-#-# mako.po (0.1a) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# EdX Team , 2014. +# +# #-#-#-#-# mako-studio.po (0.1a) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# EdX Team , 2014. +# +# #-#-#-#-# messages.po (EdX Studio) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +msgid "" +msgstr "" +"Project-Id-Version: EdX Studio\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-05-02 13:27-0400\n" +"Last-Translator: \n" +"Language-Team: translation team \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "Çøürsé Ìnfø Ⱡ#" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "Dïsçüssïøn Ⱡ#" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "Wïkï Ⱡ'σяєм#" + +#. #-#-#-#-# django-partial.po (0.1a) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "Prøgréss #" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "Hønør Çødé Çértïfïçäté Ⱡ'σяє#" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "Énrøllmént ïs çløséd Ⱡ'σя#" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "Énrøllmént mødé nøt süppørtéd Ⱡ'σяєм #" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "Ìnvälïd ämøünt séléçtéd. Ⱡ'σяє#" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "Nø séléçtéd prïçé ør séléçtéd prïçé ïs tøø løw. Ⱡ'σяєм ιρѕυм #" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "Àdmïnïsträtør Ⱡ'#" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "Mødérätør #" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "Çømmünïtý TÀ Ⱡ#" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "Stüdént #" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" +"Ýøür äççøünt häs ßéén dïsäßléd. Ìf ýøü ßélïévé thïs wäs døné ïn érrør, " +"pléäsé çøntäçt üs ät {link_start}{support_email}{link_end} Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя#" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "Dïsäßléd Àççøünt Ⱡ'σ#" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "Çøürsé ïd nøt spéçïfïéd Ⱡ'σяє#" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "Çøürsé ïd ïs ïnvälïd Ⱡ'σя#" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "Ýøü äré nøt énrølléd ïn thïs çøürsé Ⱡ'σяєм ιρ#" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "Énrøllmént äçtïøn ïs ïnvälïd Ⱡ'σяєм #" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" +"Théré wäs än érrør réçéïvïng ýøür løgïn ïnførmätïøn. Pléäsé émäïl üs. Ⱡ'σяєм" +" ιρѕυм ∂σłσя ѕ#" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +msgstr "" +"Thïs äççøünt häs ßéén témpørärïlý løçkéd düé tø éxçéssïvé løgïn fäïlürés. " +"Trý ägäïn lätér. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#: common/djangoapps/student/views.py +msgid "Too many failed login attempts. Try again later." +msgstr "Tøø mäný fäïléd løgïn ättémpts. Trý ägäïn lätér. Ⱡ'σяєм ιρѕυм #" + +#: common/djangoapps/student/views.py lms/templates/provider_login.html +msgid "Email or password is incorrect." +msgstr "Émäïl ør pässwørd ïs ïnçørréçt. Ⱡ'σяєм ι#" + +#: 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 "" +"Thïs äççøünt häs nøt ßéén äçtïvätéd. Wé hävé sént änøthér äçtïvätïøn " +"méssägé. Pléäsé çhéçk ýøür é-mäïl før thé äçtïvätïøn ïnstrüçtïøns. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α#" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "Pléäsé éntér ä üsérnämé Ⱡ'σяє#" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "Pléäsé çhøøsé än øptïøn Ⱡ'σяє#" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "Ûsér wïth üsérnämé {} døés nøt éxïst Ⱡ'σяєм ιρ#" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "Süççéssfüllý dïsäßléd {}'s äççøünt Ⱡ'σяєм ιρ#" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "Süççéssfüllý réénäßléd {}'s äççøünt Ⱡ'σяєм ιρ#" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "Ûnéxpéçtéd äççøünt stätüs Ⱡ'σяєм#" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" +"Àn äççøünt wïth thé Püßlïç Ûsérnämé '{username}' älréädý éxïsts. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "Àn äççøünt wïth thé Émäïl '{email}' älréädý éxïsts. Ⱡ'σяєм ιρѕυм ∂#" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "Érrør (401 {field}). É-mäïl üs. Ⱡ'σяєм ι#" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "Tø énrøll, ýøü müst følløw thé hønør çødé. Ⱡ'σяєм ιρѕυ#" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "Ýøü müst äççépt thé térms øf sérvïçé. Ⱡ'σяєм ιρѕ#" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "Ûsérnämé müst ßé mïnïmüm øf twø çhäräçtérs løng Ⱡ'σяєм ιρѕυм #" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "À prøpérlý førmättéd é-mäïl ïs réqüïréd Ⱡ'σяєм ιρѕ#" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" +"Ýøür légäl nämé müst ßé ä mïnïmüm øf twø çhäräçtérs løng Ⱡ'σяєм ιρѕυм ∂σł#" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "À välïd pässwørd ïs réqüïréd Ⱡ'σяєм #" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "Àççéptïng Térms øf Sérvïçé ïs réqüïréd Ⱡ'σяєм ιρѕ#" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "Àgrééïng tø thé Hønør Çødé ïs réqüïréd Ⱡ'σяєм ιρѕ#" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "À lévél øf édüçätïøn ïs réqüïréd Ⱡ'σяєм ι#" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "Ýøür géndér ïs réqüïréd Ⱡ'σяє#" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "Ýøür ýéär øf ßïrth ïs réqüïréd Ⱡ'σяєм #" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "Ýøür mäïlïng äddréss ïs réqüïréd Ⱡ'σяєм ι#" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "À désçrïptïøn øf ýøür gøäls ïs réqüïréd Ⱡ'σяєм ιρѕ#" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "À çïtý ïs réqüïréd Ⱡ'σ#" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "À çøüntrý ïs réqüïréd Ⱡ'σя#" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "Välïd é-mäïl ïs réqüïréd. Ⱡ'σяєм#" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" +"Ûsérnämé shøüld ønlý çønsïst øf À-Z änd 0-9, wïth nø späçés. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "Pässwørd: Ⱡ#" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "Çøüld nøt sénd äçtïvätïøn é-mäïl. Ⱡ'σяєм ι#" + +#: common/djangoapps/student/views.py +msgid "Unknown error. Please e-mail us to let us know how it happened." +msgstr "" +"Ûnknøwn érrør. Pléäsé é-mäïl üs tø lét üs knøw høw ït häppénéd. Ⱡ'σяєм ιρѕυм" +" ∂σłσя#" + +#: common/djangoapps/student/views.py +msgid "No inactive user with this e-mail exists" +msgstr "Nø ïnäçtïvé üsér wïth thïs é-mäïl éxïsts Ⱡ'σяєм ιρѕυ#" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "Ûnäßlé tø sénd réäçtïvätïøn émäïl Ⱡ'σяєм ι#" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "Ìnvälïd pässwørd Ⱡ'σ#" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "Välïd é-mäïl äddréss réqüïréd. Ⱡ'σяєм #" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "Àn äççøünt wïth thïs é-mäïl älréädý éxïsts. Ⱡ'σяєм ιρѕυм#" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "Øld émäïl ïs thé sämé äs thé néw émäïl. Ⱡ'σяєм ιρѕ#" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "Nämé réqüïréd Ⱡ'#" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "Ìnvälïd ÌD Ⱡ#" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "Ìnvälïd Léngth ({0}) Ⱡ'σя#" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "müst ßé {0} çhäräçtérs ør møré Ⱡ'σяєм #" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "müst ßé {0} çhäräçtérs ør léss Ⱡ'σяєм #" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "Müst ßé møré çømpléx ({0}) Ⱡ'σяєм#" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "müst çøntäïn {0} ør møré üppérçäsé çhäräçtérs Ⱡ'σяєм ιρѕυм#" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "müst çøntäïn {0} ør møré løwérçäsé çhäräçtérs Ⱡ'σяєм ιρѕυм#" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "müst çøntäïn {0} ør møré dïgïts Ⱡ'σяєм ι#" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "müst çøntäïn {0} ør møré pünçtüätïøn çhäräçtérs Ⱡ'σяєм ιρѕυм #" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "müst çøntäïn {0} ør møré nøn äsçïï çhäräçtérs Ⱡ'σяєм ιρѕυм#" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "müst çøntäïn {0} ør møré ünïqüé wørds Ⱡ'σяєм ιρѕ#" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "Tøø sïmïlär tø ä réstrïçtéd dïçtïønärý wørd. Ⱡ'σяєм ιρѕυм#" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" +"Çännøt résçøré prøßléms wïth pøssïßlé fïlé süßmïssïøns Ⱡ'σяєм ιρѕυм ∂σ#" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" +"Ýøür fïlé(s) hävé ßéén süßmïttéd. Às søøn äs ýøür süßmïssïøn ïs grädéd, thïs" +" méssägé wïll ßé répläçéd wïth thé grädér's féédßäçk. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт" +" αмєт, ¢σηѕє¢тєтυя#" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" +"Ýøür änswér häs ßéén süßmïttéd. Às søøn äs ýøür süßmïssïøn ïs grädéd, thïs " +"méssägé wïll ßé répläçéd wïth thé grädér's féédßäçk. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυ#" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" +"Süßmïttéd. Às søøn äs ä réspønsé ïs rétürnéd, thïs méssägé wïll ßé répläçéd " +"ßý thät féédßäçk. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "Érrør {err} ïn évälüätïng hïnt fünçtïøn {hintfn}. Ⱡ'σяєм ιρѕυм ∂#" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "(Søürçé çødé lïné ünäväïläßlé) Ⱡ'σяєм #" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "Séé XML søürçé lïné {sourcenum}. Ⱡ'σяєм ι#" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" +"Théré wäs ä prøßlém wïth thé stäff änswér tø thïs prøßlém. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "Çøüld nøt ïntérprét '{student_answer}' äs ä nümßér. Ⱡ'σяєм ιρѕυм ∂#" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" +"Ýøü mäý nøt üsé värïäßlés ({bad_variables}) ïn nümérïçäl prøßléms. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" +"fäçtørïäl fünçtïøn évälüätéd øütsïdé ïts dømäïn:'{student_answer}' Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "Ìnvälïd mäth sýntäx: '{student_answer}' Ⱡ'σяєм ιρѕ#" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" +"Ýøü mäý nøt üsé çømpléx nümßérs ïn rängé tøléränçé prøßléms Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" +"Théré wäs ä prøßlém wïth thé stäff änswér tø thïs prøßlém: çømpléx ßøündärý." +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" +"Théré wäs ä prøßlém wïth thé stäff änswér tø thïs prøßlém: émptý ßøündärý. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" +"ÇüstømRéspønsé: çhéçk fünçtïøn rétürnéd än ïnvälïd dïçtïønärý! Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" +"Ûnäßlé tø délïvér ýøür süßmïssïøn tø grädér (Réäsøn: {error_msg}). Pléäsé " +"trý ägäïn lätér. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" +"Ìnvälïd grädér réplý. Pléäsé çøntäçt thé çøürsé stäff. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "Ìnvälïd ïnpüt: {bad_input} nøt pérmïttéd ïn änswér. Ⱡ'σяєм ιρѕυм ∂#" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" +"fäçtørïäl fünçtïøn nøt pérmïttéd ïn änswér før thïs prøßlém. Prøvïdéd änswér" +" wäs: {bad_input} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" +"Ìnvälïd ïnpüt: Çøüld nøt pärsé '{bad_input}' äs ä førmülä. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" +"Ìnvälïd ïnpüt: Çøüld nøt pärsé '{bad_input}' äs ä førmülä Ⱡ'σяєм ιρѕυм ∂σł#" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" +"Érrør ïn évälüätïng SçhémätïçRéspønsé. Thé érrør wäs: {error_msg} Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" +"Thé Stäff änswér çøüld nøt ßé ïntérprétéd äs ä nümßér. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "Çøüld nøt ïntérprét '{given_answer}' äs ä nümßér. Ⱡ'σяєм ιρѕυм ∂#" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "Çhéçk Ⱡ'σяєм ι#" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "Fïnäl Çhéçk Ⱡ#" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" +"Wärnïng: Thé prøßlém häs ßéén rését tø ïts ïnïtïäl stäté! Ⱡ'σяєм ιρѕυм ∂σł#" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" +"Thé prøßlém's stäté wäs çørrüptéd ßý än ïnvälïd süßmïssïøn. Thé süßmïssïøn " +"çønsïstéd øf: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" +"Ìf thïs érrør pérsïsts, pléäsé çøntäçt thé çøürsé stäff. Ⱡ'σяєм ιρѕυм ∂σł#" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "Prøßlém ïs çløséd. Ⱡ'σ#" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" +"Prøßlém müst ßé rését ßéføré ït çän ßé çhéçkéd ägäïn. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" +"Ýøü müst wäït ät léäst {wait} séçønds ßétwéén süßmïssïøns. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "Érrør: {msg} Ⱡ#" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "Prøßlém's défïnïtïøn døés nøt süppørt résçørïng. Ⱡ'σяєм ιρѕυм #" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" +"Prøßlém müst ßé änswéréd ßéføré ït çän ßé grädéd ägäïn. Ⱡ'σяєм ιρѕυм ∂σł#" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "Prøßlém nééds tø ßé rését prïør tø sävé. Ⱡ'σяєм ιρѕυ#" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "Ýøür änswérs hävé ßéén sävéd. Ⱡ'σяєм #" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" +"Ýøür änswérs hävé ßéén sävéd ßüt nøt grädéd. Çlïçk 'Çhéçk' tø grädé thém. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" +"Réfrésh thé pägé änd mäké än ättémpt ßéføré réséttïng. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" +"Wé'ré sørrý, théré wäs än érrør wïth prøçéssïng ýøür réqüést. Pléäsé trý " +"réløädïng ýøür pägé änd trýïng ägäïn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" +"Thé stäté øf thïs prøßlém häs çhängéd sïnçé ýøü løädéd thïs pägé. Pléäsé " +"réfrésh ýøür pägé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "Généräl #" + +#: common/lib/xmodule/xmodule/video_module.py +msgid "A YouTube URL or a link to a file hosted anywhere on the web." +msgstr "" +"À ÝøüTüßé ÛRL ør ä lïnk tø ä fïlé høstéd änýwhéré øn thé wéß. Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Navigation" +msgstr "Nävïgätïøn Ⱡ#" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "Àßøüt thésé døçüménts Ⱡ'σя#" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "Ìndéx Ⱡ'σяєм ι#" + +#: 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 "Séärçh Ⱡ'σяєм ιρѕ#" + +#: 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 "Çøpýrïght #" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "ÉRRØR: Nø pläýäßlé vïdéø søürçés føünd! Ⱡ'σяєм ιρѕ#" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" +"Päth {0} døésn't éxïst, pléäsé çréäté ït, ør çønfïgüré ä dïfférént päth wïth" +" GÌT_RÉPØ_DÌR Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" +"Nøn üsäßlé gït ürl prøvïdéd. Éxpéçtïng søméthïng lïké: " +"gït@gïthüß.çøm:mïtøçw/édx4édx_lïté.gït Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "Ûnäßlé tø gét gït løg Ⱡ'σя#" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "gït çløné ør püll fäïléd! Ⱡ'σяєм#" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "Ûnäßlé tø rün ïmpørt çømmänd. Ⱡ'σяєм #" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "Thé ündérlýïng mødülé støré døés nøt süppørt ïmpørt. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" +"Fäïléd ïn äüthéntïçätïng {0}, érrør {1}\n" +" Ⱡ'σяєм ιρѕυ#\n" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" +"Fäïléd ïn äüthéntïçätïng {0}\n" +" Ⱡ'σяєм #\n" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "fïxéd pässwørd Ⱡ'#" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "Àll øk! #" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "Müst prøvïdé üsérnämé Ⱡ'σя#" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "Müst prøvïdé füll nämé Ⱡ'σяє#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "émäïl müst énd ïn Ⱡ'σ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "Fäïléd - émäïl {0} älréädý éxïsts äs éxtérnäl_ïd Ⱡ'σяєм ιρѕυм #" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "Pässwørd müst ßé süpplïéd ïf nøt üsïng çértïfïçätés Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "émäïl äddréss réqüïréd (nøt üsérnämé) Ⱡ'σяєм ιρѕ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "Øøps, fäïléd tø çréäté üsér {0}, ÌntégrïtýÉrrør Ⱡ'σяєм ιρѕυм #" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "Ûsér {0} çréätéd süççéssfüllý! Ⱡ'σяєм #" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "Çännøt fïnd üsér wïth émäïl äddréss {0} Ⱡ'σяєм ιρѕ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "Çännøt fïnd üsér wïth üsérnämé {0} - {1} Ⱡ'σяєм ιρѕυ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "Délétéd üsér {0} Ⱡ'σ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "Stätïstïç #" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "Välüé Ⱡ'σяєм ι#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "Sïté stätïstïçs Ⱡ'#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "Tøtäl nümßér øf üsérs Ⱡ'σя#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "Çøürsés løädéd ïn thé mødüléstøré Ⱡ'σяєм ι#" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "üsérnämé #" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "émäïl Ⱡ'σяєм ι#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "Répäïr Résülts Ⱡ'#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "Çréäté Ûsér Résülts Ⱡ'σя#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "Délété Ûsér Résülts Ⱡ'σя#" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" +"Thé gït répø løçätïøn shøüld énd wïth '.gït', änd ßé ä välïd ürl Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "Àddéd Çøürsé Ⱡ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" +"Réfüsïng tø ïmpørt. GÌT_ÌMPØRT_WÌTH_XMLMØDÛLÉSTØRÉ ïs nøt türnéd øn, änd ït " +"ïs générällý nøt säfé tø ïmpørt ïntø än XMLMødüléStøré wïth mültïthréädéd. " +"Wé réçømménd ýøü énäßlé thé MøngøDB ßäséd mødülé støré ïnstéäd, ünléss thïs " +"ïs ä dévéløpmént énvïrønmént. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ι#" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" +"Thé çøürsé {0} älréädý éxïsts ïn thé dätä dïréçtørý! (réløädïng änýwäý) " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" +"Ûnäßlé tø çløné ør püll répøsïtørý. Pléäsé çhéçk ýøür ürl. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "Fäïléd tø çløné répøsïtørý tø {0} Ⱡ'σяєм ι#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "Løädéd çøürsé {0} {1}
Érrørs: Ⱡ'σяєм ι#" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "Çøürsé Nämé Ⱡ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "Dïréçtørý/ÌD Ⱡ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "Gït Çømmït Ⱡ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "Läst Çhängé Ⱡ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "Läst Édïtør Ⱡ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "Ìnførmätïøn äßøüt äll çøürsés Ⱡ'σяєм #" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" +"Érrør - çännøt gét çøürsé wïth ÌD {0}
{1}
Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "Délétéd #" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "çøürsé_ïd #" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "# énrølléd Ⱡ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "# stäff #" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "ïnstrüçtørs Ⱡ#" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "Énrøllmént ïnførmätïøn før äll çøürsés Ⱡ'σяєм ιρѕ#" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "rølé Ⱡ'σяєм#" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "füll_nämé #" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" +"Ìmpørt thé spéçïfïéd gït répøsïtørý ïntø thé mødüléstøré änd dïréçtørý " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "Çännøt fïnd üsér wïth émäïl äddréss Ⱡ'σяєм ιρ#" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "Çännøt fïnd üsér wïth üsérnämé Ⱡ'σяєм #" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "Fäïléd ïn äüthéntïçätïng Ⱡ'σяє#" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "Ûnäßlé tø çløné ør püll répøsïtørý Ⱡ'σяєм ιρ#" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "Érrør - çännøt gét çøürsé wïth ÌD Ⱡ'σяєм ι#" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "Ré-øpén thréäd Ⱡ'#" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "Çløsé thréäd Ⱡ#" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "Çømmént lévél tøø déép Ⱡ'σяє#" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "älløwéd fïlé týpés äré '%(file_types)s' Ⱡ'σяєм ιρѕ#" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "mäxïmüm üpløäd fïlé sïzé ïs %(file_size)sK Ⱡ'σяєм ιρѕυ#" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" +"Érrør üpløädïng fïlé. Pléäsé çøntäçt thé sïté ädmïnïsträtør. Thänk ýøü. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "Gøød Ⱡ'σяєм#" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "Àll Grøüps Ⱡ#" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "Ûsér døés nøt éxïst. Ⱡ'σя#" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "Täsk ïs älréädý rünnïng. Ⱡ'σяє#" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "Çømplété #" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "Ìnçømplété Ⱡ#" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" +"Ýøür grädé répørt ïs ßéïng générätéd! Ýøü çän vïéw thé stätüs øf thé " +"générätïøn täsk ïn thé 'Péndïng Ìnstrüçtør Täsks' séçtïøn. Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυ#" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" +"À grädé répørt générätïøn täsk ïs älréädý ïn prøgréss. Çhéçk thé 'Péndïng " +"Ìnstrüçtør Täsks' täßlé før thé stätüs øf thé täsk. Whén çømplétéd, thé " +"répørt wïll ßé äväïläßlé før døwnløäd ïn thé täßlé ßéløw. Ⱡ'σяєм ιρѕυм ∂σłσя" +" ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂#" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" +"Süççéssfüllý çhängéd düé däté før stüdént {0} før {1} tø {2} Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" +"Süççéssfüllý rését düé däté før stüdént {0} før {1} tø {2} Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "Mémßérshïp Ⱡ#" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "Stüdént Àdmïn Ⱡ'#" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Extensions" +msgstr "Éxténsïøns Ⱡ#" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Data Download" +msgstr "Dätä Døwnløäd Ⱡ'#" + +#: 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 "Émäïl Ⱡ'σяєм ι#" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "Ànälýtïçs #" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "Ûnäßlé tø pärsé däté: Ⱡ'σяє#" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "Çøüldn't fïnd mødülé før ürl: {0} Ⱡ'σяєм ι#" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "Ûsérnämé #" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "Füll Nämé #" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "Éxténdéd Düé Däté Ⱡ'σ#" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "Ûsérs wïth düé däté éxténsïøns før {0} Ⱡ'σяєм ιρѕ#" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "Ûnït Ⱡ'σяєм#" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "Düé däté éxténsïøns før {0} {1} ({2}) Ⱡ'σяєм ιρѕ#" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "résçøréd #" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "rését Ⱡ'σяєм ι#" + +#. 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 +msgid "deleted" +msgstr "délétéd #" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "émäïléd #" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "grädéd Ⱡ'σяєм ιρѕ#" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "Nø stätüs ïnførmätïøn äväïläßlé Ⱡ'σяєм ι#" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" +"Nø täsk_øütpüt ïnførmätïøn føünd før ïnstrüçtør_täsk {0} Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" +"Nø pärsäßlé täsk_øütpüt ïnførmätïøn føünd før ïnstrüçtør_täsk {0}: {1} " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "Nø pärsäßlé stätüs ïnførmätïøn äväïläßlé Ⱡ'σяєм ιρѕυ#" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "Nø méssägé prøvïdéd Ⱡ'σя#" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" +"Ìnvälïd täsk_øütpüt ïnførmätïøn føünd før ïnstrüçtør_täsk {0}: {1} Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "Nø prøgréss stätüs ïnførmätïøn äväïläßlé Ⱡ'σяєм ιρѕυ#" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" +"Nø pärsäßlé täsk_ïnpüt ïnførmätïøn føünd før ïnstrüçtør_täsk {0}: {1} Ⱡ'σяєм" +" ιρѕυм ∂σłσя ѕ#" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "Prøgréss: {action} {succeeded} øf {attempted} sø fär Ⱡ'σяєм ιρѕυм ∂σ#" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" +"Ûnäßlé tø fïnd süßmïssïøn tø ßé {action} før stüdént '{student}' Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" +"Prøßlém fäïléd tø ßé {action} før stüdént '{student}' Ⱡ'σяєм ιρѕυм ∂σ#" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" +"Prøßlém süççéssfüllý {action} før stüdént '{student}' Ⱡ'σяєм ιρѕυм ∂σ#" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" +"Ûnäßlé tø fïnd äný stüdénts wïth süßmïssïøns tø ßé {action} Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" +"Prøßlém fäïléd tø ßé {action} før äný øf {attempted} stüdénts Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" +"Prøßlém süççéssfüllý {action} før {attempted} stüdénts Ⱡ'σяєм ιρѕυм ∂σ#" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" +"Prøßlém {action} før {succeeded} øf {attempted} stüdénts Ⱡ'σяєм ιρѕυм ∂σł#" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "Ûnäßlé tø fïnd äný réçïpïénts tø ßé {action} Ⱡ'σяєм ιρѕυм#" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" +"Méssägé fäïléd tø ßé {action} før äný øf {attempted} réçïpïénts Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" +"Méssägé süççéssfüllý {action} før {attempted} réçïpïénts Ⱡ'σяєм ιρѕυм ∂σł#" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" +"Méssägé {action} før {succeeded} øf {attempted} réçïpïénts Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "Stätüs: {action} {succeeded} øf {attempted} Ⱡ'σяєм ιρѕυм#" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr " (skïppïng {skipped}) Ⱡ'σя#" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr " (øüt øf {total}) Ⱡ'σ#" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" +"\n" +" Déär %(student_name)s,\n" +" Ⱡ'σяєм ιρ#" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" +" \n" +" Çøngrätülätïøns øn éärnïng ýøür çértïfïçäté ïn %(course_name)s!\n" +" Sïnçé ýøü hävé än äççøünt øn LïnkédÌn, ýøü çän dïspläý ýøür härd éärnéd\n" +" çrédéntïäl før ýøür çølléägüés tø séé. Çlïçk thé ßüttøn ßéløw tø ädd thé\n" +" çértïfïçäté tø ýøür prøfïlé.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢#" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "Àdd tø prøfïlé Ⱡ'#" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" +"Çøüld nøt çøntäçt thé éxtérnäl grädïng sérvér. Pléäsé çøntäçt thé " +"dévéløpmént téäm ät {email}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "ÀÌ Àsséssmént Ⱡ'#" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "Péér Àsséssmént Ⱡ'#" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "Nøt ýét äväïläßlé Ⱡ'σ#" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "Àütømätïç Çhéçkér Ⱡ'σ#" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "Ìnstrüçtør Àsséssmént Ⱡ'σя#" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" +"Érrør øççürréd whïlé çøntäçtïng thé grädïng sérvïçé. Pléäsé nøtïfý çøürsé " +"stäff. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" +"Érrør øççürréd whïlé çøntäçtïng thé grädïng sérvïçé. Pléäsé nøtïfý ýøür édX" +" pøïnt øf çøntäçt. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "før çøürsé {0} änd stüdént {1}. Ⱡ'σяєм ι#" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" +"Vïéw äll prøßléms thät réqüïré péér ässéssmént ïn thïs pärtïçülär çøürsé. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" +"Vïéw üngrädéd süßmïssïøns süßmïttéd ßý stüdénts før thé øpén éndéd prøßléms " +"ïn thé çøürsé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" +"Vïéw øpén éndéd prøßléms thät ýøü hävé prévïøüslý süßmïttéd før grädïng. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" +"Vïéw süßmïssïøns thät hävé ßéén fläggéd ßý stüdénts äs ïnäpprøprïäté. Ⱡ'σяєм" +" ιρѕυм ∂σłσя ѕ#" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "Néw süßmïssïøns tø grädé Ⱡ'σяє#" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "Néw grädés hävé ßéén rétürnéd Ⱡ'σяєм #" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "Süßmïssïøns hävé ßéén fläggéd før révïéw Ⱡ'σяєм ιρѕυ#" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" +"\n" +" Érrør wïth ïnïtïälïzïng péér grädïng.\n" +" Théré häs nøt ßéén ä péér grädïng mødülé çréätéd ïn thé çøürséwäré thät wøüld älløw ýøü tø grädé øthérs.\n" +" Pléäsé çhéçk ßäçk lätér før thïs.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ є#" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "Ørdér Päýmént Çønfïrmätïøn Ⱡ'σяєм#" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "Trýïng tø ädd ä dïfférént çürrénçý ïntø thé çärt Ⱡ'σяєм ιρѕυм #" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" +"Pléäsé vïsït ýøür däshßøärd tø séé ýøür néw" +" énrøllménts. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "[Réfünd] Ûsér-Réqüéstéd Réfünd Ⱡ'σяєм #" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "Mødé {mode} døés nøt éxïst før {course_id} Ⱡ'σяєм ιρѕυ#" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" +"Çértïfïçäté øf Àçhïévémént, {mode_name} før çøürsé {course} Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" +"Nøté - ýøü hävé üp tø 2 wééks ïntø thé çøürsé tø ünénrøll frøm thé Vérïfïéd " +"Çértïfïçäté øptïøn änd réçéïvé ä füll réfünd. Tø réçéïvé ýøür réfünd, " +"çøntäçt {billing_email}. Pléäsé ïnçlüdé ýøür ørdér nümßér ïn ýøür é-mäïl. " +"Pléäsé dø NØT ïnçlüdé ýøür çrédït çärd ïnførmätïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "Ørdér Nümßér Ⱡ#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "Çüstømér Nämé Ⱡ'#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "Däté øf Ørïgïnäl Tränsäçtïøn Ⱡ'σяєм #" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "Däté øf Réfünd Ⱡ'#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "Àmøünt øf Réfünd Ⱡ'σ#" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "Sérvïçé Féés (ïf äný) Ⱡ'σя#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "Pürçhäsé Tïmé Ⱡ'#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "Ørdér ÌD #" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "Stätüs Ⱡ'σяєм ιρѕ#" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "Qüäntïtý #" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "Ûnït Çøst #" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "Tøtäl Çøst Ⱡ#" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Currency" +msgstr "Çürrénçý #" + +#: 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 +msgid "Description" +msgstr "Désçrïptïøn Ⱡ#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "Çømménts #" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "Ûnïvérsïtý Ⱡ#" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "Çøürsé Ⱡ'σяєм ιρѕ#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "Çøürsé Ànnøünçé Däté Ⱡ'σя#" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "Çøürsé Stärt Däté Ⱡ'σ#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "Çøürsé Régïsträtïøn Çløsé Däté Ⱡ'σяєм #" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "Çøürsé Régïsträtïøn Pérïød Ⱡ'σяєм#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "Tøtäl Énrølléd Ⱡ'#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "Àüdït Énrøllmént Ⱡ'σ#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "Hønør Çødé Énrøllmént Ⱡ'σя#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "Vérïfïéd Énrøllmént Ⱡ'σя#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "Grøss Révénüé Ⱡ'#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "Grøss Révénüé øvér thé Mïnïmüm Ⱡ'σяєм #" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" +"Nümßér øf Vérïfïéd Stüdénts Çøntrïßütïng Møré thän thé Mïnïmüm Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "Nümßér øf Réfünds Ⱡ'σ#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "Døllärs Réfündéd Ⱡ'σ#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "Nümßér øf Tränsäçtïøns Ⱡ'σяє#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "Tøtäl Päýménts Çølléçtéd Ⱡ'σяє#" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "Nümßér øf Süççéssfül Réfünds Ⱡ'σяєм #" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "Tøtäl Àmøünt øf Réfünds Ⱡ'σяє#" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "Ýøü müst ßé løggéd-ïn tø ädd tø ä shøppïng çärt Ⱡ'σяєм ιρѕυм #" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "Thé çøürsé ýøü réqüéstéd døés nøt éxïst. Ⱡ'σяєм ιρѕυ#" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "Thé çøürsé {0} ïs älréädý ïn ýøür çärt. Ⱡ'σяєм ιρѕ#" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "Ýøü äré älréädý régïstéréd ïn çøürsé {0}. Ⱡ'σяєм ιρѕυ#" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "Çøürsé äddéd tø çärt. Ⱡ'σя#" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "Ýøü dø nøt hävé pérmïssïøn tø vïéw thïs pägé. Ⱡ'σяєм ιρѕυм#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" +"Thé päýmént prøçéssør dïd nøt rétürn ä réqüïréd pärämétér: {0} Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" +"Thé päýmént prøçéssør rétürnéd ä ßädlý-týpéd välüé {0} før päräm {1}. Ⱡ'σяєм" +" ιρѕυм ∂σłσя ѕ#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" +"Thé päýmént prøçéssør äççéptéd än ørdér whøsé nümßér ïs nøt ïn øür sýstém. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" +"Thé ämøünt çhärgéd ßý thé prøçéssør {0} {1} ïs dïfférént thän thé tøtäl çøst" +" øf thé ørdér {2} {3}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" +"\n" +"

\n" +" Sørrý! Øür päýmént prøçéssør dïd nøt äççépt ýøür päýmént.\n" +" Thé déçïsïøn théý rétürnéd wäs {decision},\n" +" änd thé réäsøn wäs {reason_code}:{reason_msg}.\n" +" Ýøü wéré nøt çhärgéd. Pléäsé trý ä dïfférént førm øf päýmént.\n" +" Çøntäçt üs wïth päýmént-rélätéd qüéstïøns ät {email}.\n" +"

\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ мιηιм νє#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" +"\n" +"

\n" +" Sørrý! Øür päýmént prøçéssør sént üs ßäçk ä päýmént çønfïrmätïøn thät häd ïnçønsïstént dätä!\n" +" Wé äpøløgïzé thät wé çännøt vérïfý whéthér thé çhärgé wént thrøügh änd täké fürthér äçtïøn øn ýøür ørdér.\n" +" Thé spéçïfïç érrør méssägé ïs: {msg}.\n" +" Ýøür çrédït çärd mäý pøssïßlý hävé ßéén çhärgéd. Çøntäçt üs wïth päýmént-spéçïfïç qüéstïøns ät {email}.\n" +"

\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ мιηιм νєηιαм, qυιѕ ησѕтяυ∂ єχєя#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" +"\n" +"

\n" +" Sørrý! Düé tø än érrør ýøür pürçhäsé wäs çhärgéd før ä dïfférént ämøünt thän thé ørdér tøtäl!\n" +" Thé spéçïfïç érrør méssägé ïs: {msg}.\n" +" Ýøür çrédït çärd häs prøßäßlý ßéén çhärgéd. Çøntäçt üs wïth päýmént-spéçïfïç qüéstïøns ät {email}.\n" +"

\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. #" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" +"\n" +"

\n" +" Sørrý! Øür päýmént prøçéssør sént üs ßäçk ä çørrüptéd méssägé régärdïng ýøür çhärgé, sø wé äré\n" +" ünäßlé tø välïdäté thät thé méssägé äçtüällý çämé frøm thé päýmént prøçéssør.\n" +" Thé spéçïfïç érrør méssägé ïs: {msg}.\n" +" Wé äpøløgïzé thät wé çännøt vérïfý whéthér thé çhärgé wént thrøügh änd täké fürthér äçtïøn øn ýøür ørdér.\n" +" Ýøür çrédït çärd mäý pøssïßlý hävé ßéén çhärgéd. Çøntäçt üs wïth päýmént-spéçïfïç qüéstïøns ät {email}.\n" +"

\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ мιηιм νєηιαм, qυιѕ ησѕтяυ∂ єχєя¢ιтαтιση υłłαм¢σ łαвσяιѕ ηιѕι υт#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "Süççéssfül tränsäçtïøn. Ⱡ'σяє#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "Thé réqüést ïs mïssïng øné ør møré réqüïréd fïélds. Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" +"Øné ør møré fïélds ïn thé réqüést çøntäïns ïnvälïd dätä. Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" +"\n" +" Thé mérçhäntRéférénçéÇødé sént wïth thïs äüthørïzätïøn réqüést mätçhés thé\n" +" mérçhäntRéférénçéÇødé øf änøthér äüthørïzätïøn réqüést thät ýøü sént ïn thé läst 15 mïnütés.\n" +" Pøssïßlé fïx: rétrý thé päýmént äftér 15 mïnütés.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" +"Érrør: Généräl sýstém fäïlüré. Pøssïßlé fïx: rétrý thé päýmént äftér ä féw " +"mïnütés. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" +"\n" +" Érrør: Thé réqüést wäs réçéïvéd ßüt théré wäs ä sérvér tïméøüt.\n" +" Thïs érrør døés nøt ïnçlüdé tïméøüts ßétwéén thé çlïént änd thé sérvér.\n" +" Pøssïßlé fïx: rétrý thé päýmént äftér sømé tïmé.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ т#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" +"\n" +" Érrør: Thé réqüést wäs réçéïvéd, ßüt ä sérvïçé dïd nøt fïnïsh rünnïng ïn tïmé\n" +" Pøssïßlé fïx: rétrý thé päýmént äftér sømé tïmé.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" +"Thé ïssüïng ßänk häs qüéstïøns äßøüt thé réqüést. Pøssïßlé fïx: rétrý wïth " +"änøthér førm øf päýmént Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" +"\n" +" Éxpïréd çärd. Ýøü mïght älsø réçéïvé thïs ïf thé éxpïrätïøn däté ýøü\n" +" prøvïdéd døés nøt mätçh thé däté thé ïssüïng ßänk häs øn fïlé.\n" +" Pøssïßlé fïx: rétrý wïth änøthér førm øf päýmént\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" +"\n" +" Généräl déçlïné øf thé çärd. Nø øthér ïnførmätïøn prøvïdéd ßý thé ïssüïng ßänk.\n" +" Pøssïßlé fïx: rétrý wïth änøthér førm øf päýmént\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" +"Ìnsüffïçïént fünds ïn thé äççøünt. Pøssïßlé fïx: rétrý wïth änøthér førm øf " +"päýmént Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "Ûnknøwn réäsøn Ⱡ'#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" +"Ìssüïng ßänk ünäväïläßlé. Pøssïßlé fïx: rétrý ägäïn äftér ä féw mïnütés " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" +"\n" +" Ìnäçtïvé çärd ør çärd nøt äüthørïzéd før çärd-nøt-présént tränsäçtïøns.\n" +" Pøssïßlé fïx: rétrý wïth änøthér førm øf päýmént\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ι#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" +"Thé çärd häs réäçhéd thé çrédït lïmït. Pøssïßlé fïx: rétrý wïth änøthér førm" +" øf päýmént Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" +"Ìnvälïd çärd vérïfïçätïøn nümßér. Pøssïßlé fïx: rétrý wïth änøthér førm øf " +"päýmént Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" +"Ìnvälïd äççøünt nümßér. Pøssïßlé fïx: rétrý wïth änøthér førm øf päýmént " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" +"\n" +" Thé çärd týpé ïs nøt äççéptéd ßý thé päýmént prøçéssør.\n" +" Pøssïßlé fïx: rétrý wïth änøthér førm øf päýmént\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ι#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" +"Généräl déçlïné ßý thé prøçéssør. Pøssïßlé fïx: rétrý wïth änøthér førm øf " +"päýmént Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" +"\n" +" Théré ïs ä prøßlém wïth øür ÇýßérSøürçé mérçhänt çønfïgürätïøn. Pléäsé lét üs knøw ät {0}\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢т#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" +"Thé réqüéstéd ämøünt éxçééds thé ørïgïnällý äüthørïzéd ämøünt. Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "Prøçéssør Fäïlüré. Pøssïßlé fïx: rétrý thé päýmént Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "Thé äüthørïzätïøn häs älréädý ßéén çäptüréd Ⱡ'σяєм ιρѕυм#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" +"Thé réqüéstéd tränsäçtïøn ämøünt müst mätçh thé prévïøüs tränsäçtïøn ämøünt." +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" +"\n" +" Thé çärd týpé sént ïs ïnvälïd ør døés nøt çørréläté wïth thé çrédït çärd nümßér.\n" +" Pøssïßlé fïx: rétrý wïth thé sämé çärd ør änøthér førm øf päýmént\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт,#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "Thé réqüést ÌD ïs ïnvälïd. Ⱡ'σяєм#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" +"\n" +" Ýøü réqüéstéd ä çäptüré thrøügh thé ÀPÌ, ßüt théré ïs nø çørréspøndïng, ünüséd äüthørïzätïøn réçørd.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυ#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" +"Thé tränsäçtïøn häs älréädý ßéén séttléd ør révérséd. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" +"\n" +" Thé çäptüré ør çrédït ïs nøt vøïdäßlé ßéçäüsé thé çäptüré ør çrédït ïnførmätïøn häs älréädý ßéén\n" +" süßmïttéd tø ýøür prøçéssør. Ør, ýøü réqüéstéd ä vøïd før ä týpé øf tränsäçtïøn thät çännøt ßé vøïdéd.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тє#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" +"Ýøü réqüéstéd ä çrédït før ä çäptüré thät wäs prévïøüslý vøïdéd Ⱡ'σяєм ιρѕυм" +" ∂σłσя#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" +"\n" +" Érrør: Thé réqüést wäs réçéïvéd, ßüt théré wäs ä tïméøüt ät thé päýmént prøçéssør.\n" +" Pøssïßlé fïx: rétrý thé päýmént.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι#" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" +"\n" +" Thé äüthørïzätïøn réqüést wäs äpprøvéd ßý thé ïssüïng ßänk ßüt déçlïnéd ßý ÇýßérSøürçé.'\n" +" Pøssïßlé fïx: rétrý wïth ä dïfférént førm øf päýmént.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт#" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "Døwnløäd ÇSV Répørts Ⱡ'σя#" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" +"Théré wäs än érrør ïn ýøür däté ïnpüt. Ìt shøüld ßé førmättéd äs ÝÝÝÝ-MM-DD" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "Nø phøtø ÌD wäs prøvïdéd. Ⱡ'σяєм#" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "Wé çøüldn't réäd ýøür nämé frøm ýøür phøtø ÌD ïmägé. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" +"Thé nämé ässøçïätéd wïth ýøür äççøünt änd thé nämé øn ýøür ÌD dø nøt mätçh. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "Thé ïmägé øf ýøür fäçé wäs nøt çléär. Ⱡ'σяєм ιρѕ#" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "Ýøür fäçé wäs nøt vïsïßlé ïn ýøür sélf-phøtø Ⱡ'σяєм ιρѕυм#" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "Théré wäs än érrør vérïfýïng ýøür ÌD phøtøs. Ⱡ'σяєм ιρѕυм#" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "Séléçtéd prïçé ïs nøt välïd nümßér. Ⱡ'σяєм ιρ#" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "Thïs çøürsé døésn't süppørt vérïfïéd çértïfïçätés Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" +"Nø séléçtéd prïçé ør séléçtéd prïçé ïs ßéløw mïnïmüm. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "Skïp tø thïs vïéw's çøntént Ⱡ'σяєм#" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "Ýøür Pässwørd Rését ïs Çømplété Ⱡ'σяєм ι#" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" +"\n" +" Ýøür pässwørd häs ßéén sét. Ýøü mäý gø ähéäd änd %(link_start)sløg ïn%(link_end)s nøw.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +" Rését Ýøür %(platform_name)s Pässwørd\n" +" Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +" Rését Ýøür %(platform_name)s Pässwørd\n" +" Ⱡ'σяєм ιρѕυм ∂σłσ#" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "Pässwørd Rését Førm Ⱡ'σя#" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" +"\n" +" Wé'ré sørrý, %(platform_name)s énrøllmént ïs nøt äväïläßlé ïn ýøür régïøn\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" +"Thé følløwïng érrørs øççürréd whïlé prøçéssïng ýøür régïsträtïøn: Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "Ýøü müst çømplété äll fïélds. Ⱡ'σяєм #" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "Thé twø pässwørd fïélds dïdn't mätçh. Ⱡ'σяєм ιρѕ#" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" +"Wé'ré sørrý, øür sýstéms séém tø ßé hävïng trøüßlé prøçéssïng ýøür pässwørd " +"rését Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +" Søméøné häs ßéén mädé äwäré øf thïs ïssüé. Pléäsé trý ägäïn shørtlý. Pléäsé %(start_link)sçøntäçt üs%(end_link)s äßøüt äný çønçérns ýøü hävé.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg є#" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" +"Pléäsé éntér ýøür néw pässwørd twïçé sø wé çän vérïfý ýøü týpéd ït ïn " +"çørréçtlý.
Réqüïréd fïélds äré nøtéd ßý ßøld téxt änd än ästérïsk (*). Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт,#" + +#: 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 "Réqüïréd Ìnførmätïøn Ⱡ'σя#" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "Ýøür Néw Pässwørd Ⱡ'σ#" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "Ýøür Néw Pässwørd Àgäïn Ⱡ'σяє#" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "Çhängé Mý Pässwørd Ⱡ'σ#" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "Ýøür Pässwørd Rését Wäs Ûnsüççéssfül Ⱡ'σяєм ιρ#" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +" Thé pässwørd rését lïnk wäs ïnvälïd, pøssïßlý ßéçäüsé thé lïnk häs älréädý ßéén üséd. Pléäsé rétürn tø thé %(start_link)sløgïn pägé%(end_link)s änd stärt thé pässwørd rését prøçéss ägäïn.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ є#" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "Pässwørd Rését Hélp Ⱡ'σя#" + +#: 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 "Nééd Hélp? Ⱡ#" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" +"\n" +" Vïéw øür %(start_link)shélp séçtïøn før çøntäçt ïnførmätïøn änd änswérs tø çømmønlý äskéd qüéstïøns%(end_link)s\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂#" + +#: 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 "" +"Ýøü'ré réçéïvïng thïs é-mäïl ßéçäüsé ýøü réqüéstéd ä pässwørd rését før ýøür" +" üsér äççøünt ät édx.ørg. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Pléäsé gø tø thé følløwïng pägé änd çhøøsé ä néw pässwørd: Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "Thänks før üsïng øür sïté! Ⱡ'σяєм#" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "Thé édX Téäm Ⱡ#" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "Läst mødïfïéd: Ⱡ'#" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "Séé äll çhïldrén Ⱡ'σ#" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "Thïs ärtïçlé wäs läst mødïfïéd: Ⱡ'σяєм ι#" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "Àdd néw ärtïçlé Ⱡ'#" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "Çréäté ärtïçlé Ⱡ'#" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "Gø ßäçk #" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "Délété ärtïçlé Ⱡ'#" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "Délété Ⱡ'σяєм ιρѕ#" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "Ýøü çännøt délété ä røøt ärtïçlé. Ⱡ'σяєм ι#" + +#: 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 "" +"Ýøü çännøt délété thïs ärtïçlé ßéçäüsé ýøü dø nøt hävé pérmïssïøn tø délété " +"ärtïçlés wïth çhïldrén. Trý tø rémøvé thé çhïldrén mänüällý øné-ßý-øné. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιρι#" + +#: 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 "" +"Ýøü äré délétïng än ärtïçlé. Thïs méäns thät ïts çhïldrén wïll ßé délétéd äs" +" wéll. Ìf ýøü çhøøsé tø pürgé, çhïldrén wïll älsø ßé pürgéd! Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α#" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "Àrtïçlés thät wïll ßé délétéd Ⱡ'σяєм #" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "...änd møré! Ⱡ#" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "Ýøü äré délétïng än ärtïçlé. Pléäsé çønfïrm. Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "Édït Ⱡ'σяєм#" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "Sävé çhängés Ⱡ#" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "Prévïéw #" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "Çløsé Mødäl Ⱡ#" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "Wïkï Prévïéw Ⱡ#" + +#: 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 +msgid "modal open" +msgstr "mødäl øpén Ⱡ#" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "Bäçk tø édïtør Ⱡ'#" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "Hïstørý #" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" +"Çlïçk éäçh révïsïøn tø séé ä lïst øf édïtéd lïnés. Çlïçk thé Prévïéw ßüttøn " +"tø séé høw thé ärtïçlé løøkéd ät thïs stägé. Àt thé ßøttøm øf thïs pägé, ýøü" +" çän çhängé tø ä pärtïçülär révïsïøn ør mérgé än øld révïsïøn wïth thé " +"çürrént øné. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ " +"∂σ єιυѕмσ∂ т#" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "nø løg méssägé Ⱡ'#" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "Prévïéw thïs révïsïøn Ⱡ'σя#" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "Àütø løg: #" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "Çhängé Ⱡ'σяєм ιρѕ#" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "Mérgé séléçtéd wïth çürrént... Ⱡ'σяєм #" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "Swïtçh tø séléçtéd vérsïøn Ⱡ'σяєм#" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "Wïkï Révïsïøn Prévïéw Ⱡ'σя#" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "Bäçk tø hïstørý vïéw Ⱡ'σя#" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "Swïtçh tø thïs vérsïøn Ⱡ'σяє#" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "Mérgé Révïsïøn Ⱡ'#" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "Mérgé wïth çürrént Ⱡ'σ#" + +#: 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 "" +"Whén ýøü mérgé ä révïsïøn wïth thé çürrént, äll dätä wïll ßé rétäïnéd frøm " +"ßøth vérsïøns änd mérgéd ät ïts äpprøxïmäté løçätïøn frøm éäçh révïsïøn. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιρι#" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "Àftér thïs, ït's ïmpørtänt tø dø ä mänüäl révïéw. Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "Çréäté néw mérgéd vérsïøn Ⱡ'σяєм#" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "Prévïéwïng révïsïøn Ⱡ'σя#" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "Prévïéwïng mérgé ßétwéén Ⱡ'σяє#" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "änd Ⱡ'σя#" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "Thïs révïsïøn häs ßéén délétéd. Ⱡ'σяєм ι#" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" +"Réstørïng tø thïs révïsïøn wïll märk thé ärtïçlé äs délétéd. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" +"\n" +" Ýøü nééd tø løg ïn ør sïgn üp tø üsé thïs fünçtïøn.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "Ýøü nééd tø løg ïn ør sïgn üp tø üsé thïs fünçtïøn. Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "Wïkï Çhéätshéét Ⱡ'#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "Wïkï Sýntäx Hélp Ⱡ'σ#" + +#: 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 "" +"Thïs wïkï üsés Märkdøwn før stýlïng. Théré äré sévéräl " +"üséfül güïdés ønlïné. Séé äný øf thé lïnks ßéløw før ïn-dépth détäïls: " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ι#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "Märkdøwn: Bäsïçs Ⱡ'σ#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "Qüïçk Märkdøwn Sýntäx Güïdé Ⱡ'σяєм#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "Mïnïätüré Märkdøwn Güïdé Ⱡ'σяє#" + +#: 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 "" +"Tø çréäté ä néw wïkï ärtïçlé, çréäté ä lïnk tø ït. Çlïçkïng thé lïnk gïvés " +"ýøü thé çréätïøn pägé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "[Àrtïçlé Nämé](wïkï:ÀrtïçléNämé) Ⱡ'σяєм ι#" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "édX Àddïtïøns: Ⱡ'#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "Ûséfül éxämplés: Ⱡ'σ#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "Hügé Héädér Ⱡ#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "Smällér Héädér Ⱡ'#" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "*émphäsïs* ør _émphäsïs_ Ⱡ'σяє#" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "**strøng** ør __strøng__ Ⱡ'σяє#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "Ûnørdéréd Lïst Ⱡ'#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "Süß Ìtém 1 Ⱡ#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "Süß Ìtém 2 Ⱡ#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "Ørdéréd #" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "Lïst Ⱡ'σяєм#" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "Qüøtés Ⱡ'σяєм ιρѕ#" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" +"\n" +" Märkdøwn sýntäx ïs älløwéd. Séé thé %(start_link)sçhéätshéét%(end_link)s før hélp.\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "Àttäçhménts Ⱡ#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "Ûpløäd néw fïlé Ⱡ'#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "Séärçh änd ädd fïlé Ⱡ'σя#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "Ûpløäd Fïlé Ⱡ#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "Ûpløäd fïlé Ⱡ#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "Séärçh fïlés änd ärtïçlés Ⱡ'σяєм#" + +#: 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 "" +"Ýøü çän réüsé fïlés frøm øthér ärtïçlés. Thésé fïlés äré süßjéçt tø üpdätés " +"øn øthér ärtïçlés whïçh mäý ør mäý nøt ßé ä gøød thïng. Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυя #" + +#: 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 "" +"Thé følløwïng fïlés äré äväïläßlé før thïs ärtïçlé. Çøpý thé märkdøwn täg tø" +" dïréçtlý référ tø ä fïlé frøm thé ärtïçlé téxt. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєт#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "Märkdøwn täg Ⱡ#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "Ûpløädéd ßý Ⱡ#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "Sïzé Ⱡ'σяєм#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "Fïlé Hïstørý Ⱡ#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "Détäçh Ⱡ'σяєм ιρѕ#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "Répläçé #" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "Réstøré #" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "änønýmøüs (ÌP løggéd) Ⱡ'σя#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "Fïlé hïstørý Ⱡ#" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "révïsïøns #" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "Théré äré nø ättäçhménts før thïs ärtïçlé. Ⱡ'σяєм ιρѕυ#" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" +"Çän't réçéïvé tränsçrïpts frøm Ýøütüßé før {youtube_id}. Stätüs çødé: " +"{statuc_code}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "Çän't fïnd äný tränsçrïpts øn thé Ýøütüßé sérvïçé. Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "Wé süppørt ønlý SüßRïp (*.srt) tränsçrïpts førmät. Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" +"Søméthïng wrøng wïth SüßRïp tränsçrïpts fïlé dürïng pärsïng. Ìnnér méssägé " +"ïs {error_message} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" +"Søméthïng wrøng wïth SüßRïp tränsçrïpts fïlé dürïng pärsïng. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "Øpén Éndéd Pänél Ⱡ'σ#" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "Mý Nøtés #" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "Ûpløäd çømplétéd Ⱡ'σ#" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" +"Ûnäßlé tø çréäté çøürsé '{name}'.\n" +"\n" +"{err} Ⱡ'σяєм ιρѕυ#" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" +"Théré ïs älréädý ä çøürsé défïnéd wïth thé sämé ørgänïzätïøn, çøürsé nümßér," +" änd çøürsé rün. Pléäsé çhängé éïthér ørgänïzätïøn ør çøürsé nümßér tø ßé " +"ünïqüé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢#" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" +"Pléäsé çhängé éïthér thé ørgänïzätïøn ør çøürsé nümßér sø thät ït ïs ünïqüé." +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" +"Théré ïs älréädý ä çøürsé défïnéd wïth thé sämé ørgänïzätïøn änd çøürsé " +"nümßér. Pléäsé çhängé ät léäst øné fïéld tø ßé ünïqüé. Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυ#" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "Wé ønlý süppørt üpløädïng ä .tär.gz fïlé. Ⱡ'σяєм ιρѕυ#" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "Fïlé üpløäd çørrüptéd. Pléäsé trý ägäïn Ⱡ'σяєм ιρѕ#" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "Çøüld nøt fïnd thé çøürsé.xml fïlé ïn thé päçkägé. Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "Düplïçäté øf {0} Ⱡ'σ#" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "Düplïçäté øf '{0}' Ⱡ'σ#" + +#. #-#-#-#-# django-studio.po (0.1a) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "Çøürséwäré Ⱡ#" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "Ìnçømïng vïdéø dätä ïs émptý. Ⱡ'σяєм #" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "Çän't fïnd ïtém ßý løçätør. Ⱡ'σяєм#" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "Tränsçrïpts äré süppørtéd ønlý før \"vïdéø\" mødülés. Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "Ìnsüffïçïént pérmïssïøns Ⱡ'σяє#" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "Çøüld nøt fïnd üsér ßý émäïl äddréss '{email}'. Ⱡ'σяєм ιρѕυм #" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" +"Ûsér {email} häs régïstéréd ßüt häs nøt ýét äçtïvätéd hïs/hér äççøünt. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "`rølé` ïs réqüïréd Ⱡ'σ#" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "Ønlý ïnstrüçtørs mäý çréäté øthér ïnstrüçtørs Ⱡ'σяєм ιρѕυм#" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "Ýøü mäý nøt rémøvé thé läst ïnstrüçtør frøm ä çøürsé Ⱡ'σяєм ιρѕυм ∂σ#" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "ünréqüéstéd Ⱡ#" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "péndïng #" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "gräntéd #" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "dénïéd Ⱡ'σяєм ιρѕ#" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "Stüdïø üsér Ⱡ#" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "Thé däté whén stäté wäs läst üpdätéd Ⱡ'σяєм ιρ#" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "Çürrént çøürsé çréätør stäté Ⱡ'σяєм #" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" +"Øptïønäl nøtés äßøüt thïs üsér (før éxämplé, whý çøürsé çréätïøn äççéss wäs " +"dénïéd) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "Pägé Nøt Føünd Ⱡ'#" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "Pägé nøt føünd Ⱡ'#" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "çløsé Ⱡ'σяєм ι#" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "Séttïngs #" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "Sävé Ⱡ'σяєм#" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "Çänçél Ⱡ'σяєм ιρѕ#" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "Érrør: Ⱡ'σяєм ιρѕ#" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "Çøürsé Nümßér Ⱡ'#" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "Ørgänïzätïøn: Ⱡ'#" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "Çøürsé Nümßér: Ⱡ'#" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "Péndïng #" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "Førgøt pässwørd? Ⱡ'σ#" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "Pässwørd #" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "Àdmïn Ⱡ'σяєм ι#" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "Sïgn Ûp #" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "Püßlïç Ûsérnämé Ⱡ'#" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "Thänks før äçtïvätïng ýøür äççøünt. Ⱡ'σяєм ιρ#" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +msgstr "Thïs äççøünt häs älréädý ßéén äçtïvätéd. Ⱡ'σяєм ιρѕυ#" + +#: 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 "" +"Vïsït ýøür {link_start}däshßøärd{link_end} tø séé ýøür çøürsés. Ⱡ'σяєм ιρѕυм" +" ∂σłσя#" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "Térms øf Sérvïçé Ⱡ'σ#" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "Prïväçý Pølïçý Ⱡ'#" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +msgid "Help" +msgstr "Hélp Ⱡ'σяєм#" + +#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html +msgid "Visual" +msgstr "Vïsüäl Ⱡ'σяєм ιρѕ#" + +#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html +msgid "HTML" +msgstr "HTML Ⱡ'σяєм#" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration for {} | Choose Your Track" +msgstr "Ûpgrädé Ýøür Régïsträtïøn før {} | Çhøøsé Ýøür Träçk Ⱡ'σяєм ιρѕυм ∂σ#" + +#: common/templates/course_modes/choose.html +msgid "Register for {} | Choose Your Track" +msgstr "Régïstér før {} | Çhøøsé Ýøür Träçk Ⱡ'σяєм ιρ#" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" +"Sørrý, théré wäs än érrør whén trýïng tø régïstér ýøü Ⱡ'σяєм ιρѕυм ∂σ#" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "Séléçt ýøür träçk: Ⱡ'σ#" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "Çértïfïçäté øf Àçhïévémént (ÌD Vérïfïéd) Ⱡ'σяєм ιρѕυ#" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" +"Ûpgrädé änd wørk tøwärd ä vérïfïéd Çértïfïçäté øf Àçhïévémént. Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" +"Sïgn üp änd wørk tøwärd ä vérïfïéd Çértïfïçäté øf Àçhïévémént. Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "Séléçt ýøür çøntrïßütïøn før thïs çøürsé (mïn. $ Ⱡ'σяєм ιρѕυм #" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "): Ⱡ'#" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" +"Whý dø Ì hävé tø päý? Whät ïf Ì døn't méét äll thé réqüïréménts? Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "Whý dø Ì hävé tø päý? Ⱡ'σя#" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" +"Às ä nøt-før-prøfït, édX üsés ýøür çøntrïßütïøn tø süppørt øür mïssïøn tø " +"prøvïdé qüälïtý édüçätïøn tø évérýøné ärøünd thé wørld, änd tø ïmprøvé " +"léärnïng thrøügh réséärçh. Whïlé wé hävé éstäßlïshéd ä mïnïmüm féé, wé äsk " +"thät ýøü çøntrïßüté äs müçh äs ýøü çän. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη#" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" +"Ì'd lïké tø päý møré thän thé mïnïmüm. Ìs mý çøntrïßütïøn täx dédüçtïßlé? " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" +"Pléäsé çhéçk wïth ýøür täx ädvïsør tø détérmïné whéthér ýøür çøntrïßütïøn ïs" +" täx dédüçtïßlé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" +"Whät ïf Ì çän't äfførd ït ør døn't hävé thé néçéssärý éqüïpmént? Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" +"Ìf ýøü çän't äfførd thé mïnïmüm féé ør døn't méét thé réqüïréménts, ýøü çän " +"äüdït thé çøürsé ør éléçt tø pürsüé än hønør çødé çértïfïçäté ät nø çøst. Ìf" +" ýøü wøüld lïké tø pürsüé thé hønør çødé çértïfïçäté, pléäsé çhéçk thé hønør" +" çødé çértïfïçäté ßøx, téll üs whý ýøü çän't pürsüé thé vérïfïéd çértïfïçäté" +" ßéløw, änd thén çlïçk thé 'Séléçt Çértïfïçäté' ßüttøn tø çømplété ýøür " +"régïsträtïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂" +" ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. #" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "Séléçt Hønør Çødé Çértïfïçäté Ⱡ'σяєм #" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "Éxpläïn ýøür sïtüätïøn: Ⱡ'σяє#" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" +"Pléäsé wrïté ä féw sénténçés äßøüt whý ýøü'd lïké tø øpt øüt øf thé päïd " +"vérïfïéd çértïfïçäté tø pürsüé thé hønør çødé çértïfïçäté: Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя #" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "Ûpgrädé Ýøür Régïsträtïøn Ⱡ'σяєм#" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "Séléçt Çértïfïçäté Ⱡ'σ#" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "Vérïfïéd Régïsträtïøn Réqüïréménts Ⱡ'σяєм ιρ#" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" +"Tø üpgrädé ýøür régïsträtïøn änd wørk tøwärds ä Vérïfïéd Çértïfïçäté øf " +"Àçhïévémént, ýøü wïll nééd ä wéßçäm, ä çrédït ør déßït çärd, änd än ÌD. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιρ#" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" +"Tø régïstér før ä Vérïfïéd Çértïfïçäté øf Àçhïévémént øptïøn, ýøü wïll nééd " +"ä wéßçäm, ä çrédït ør déßït çärd, änd än ÌD. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тє#" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "Whät ïs än ÌD Vérïfïéd Çértïfïçäté? Ⱡ'σяєм ιρ#" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" +"Àn ÌD Vérïfïéd Çértïfïçäté réqüïrés prøøf øf ýøür ïdéntïtý thrøügh ýøür " +"phøtø änd ÌD änd ïs çhéçkéd thrøüghøüt thé çøürsé tø vérïfý thät ït ïs ýøü " +"whø éärnéd thé pässïng grädé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłι#" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "ør Ⱡ'#" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "Àüdït Thïs Çøürsé Ⱡ'σ#" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" +"Sïgn üp tø äüdït thïs çøürsé før fréé änd träçk ýøür øwn prøgréss. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "Séléçt Àüdït Ⱡ#" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "{platform_name}-wïdé Sümmärý Ⱡ'σяєм #" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "Ìnstrüçtïøns Ⱡ#" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "Çølläpsé Ìnstrüçtïøns Ⱡ'σя#" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "Güïdéd Dïsçüssïøn Ⱡ'σ#" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "Hïdé Ànnøtätïøns Ⱡ'σ#" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "Vïsïøn Ⱡ'σяєм ιρѕ#" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "Fäq Ⱡ'σя#" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "Préss Ⱡ'σяєм ι#" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "Çøntäçt #" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "Çläss Féédßäçk Ⱡ'#" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" +"Wé äré älwäýs séékïng féédßäçk tø ïmprøvé øür çøürsés. Ìf ýøü äré än " +"énrølléd stüdént änd hävé äný qüéstïøns, féédßäçk, süggéstïøns, ør äný øthér" +" ïssüés spéçïfïç tø ä pärtïçülär çläss, pléäsé pøst øn thé dïsçüssïøn førüms" +" øf thät çläss. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"єłιт, ѕє∂ ∂σ єιυѕмσ∂ тєм#" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "Généräl Ìnqüïrïés änd Féédßäçk Ⱡ'σяєм #" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" +"Ìf ýøü hävé ä généräl qüéstïøn äßøüt {platform_name} pléäsé émäïl {contact_email}. Tø séé ïf ýøür qüéstïøn" +" häs älréädý ßéén änswéréd, vïsït øür {faq_link_start}FÀQ " +"pägé{faq_link_end}. Ýøü çän älsø jøïn thé dïsçüssïøn øn øür " +"{fb_link_start}fäçéßøøk pägé{fb_link_end}. Thøügh wé mäý nøt hävé ä çhänçé " +"tø réspønd tø évérý émäïl, wé täké äll féédßäçk ïntø çønsïdérätïøn. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя " +"ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт є#" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "Téçhnïçäl Ìnqüïrïés änd Féédßäçk Ⱡ'σяєм ι#" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" +"Ìf ýøü hävé süggéstïøns/féédßäçk äßøüt thé øvéräll {platform_name} plätførm," +" ør äré fäçïng généräl téçhnïçäl ïssüés wïth thé plätførm (é.g., ïssüés wïth" +" émäïl äddréssés änd pässwørds), ýøü çän réäçh üs ät {tech_email}. Før téçhnïçäl qüéstïøns, " +"pléäsé mäké süré ýøü äré üsïng ä çürrént vérsïøn øf Fïréføx ør Çhrømé, änd " +"ïnçlüdé ßrøwsér änd vérsïøn ïn ýøür é-mäïl, äs wéll äs sçréénshøts ør øthér " +"pértïnént détäïls. Ìf ýøü fïnd ä ßüg ør øthér ïssüés, ýøü çän réäçh üs ät " +"thé følløwïng: {bugs_email}. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя " +"ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ мιηιм νєηιαм, qυιѕ " +"ησѕтяυ∂ єχєя¢ιтαтιση υłłαм¢σ#" + +#: lms/templates/contact.html +msgid "Media" +msgstr "Médïä Ⱡ'σяєм ι#" + +#: 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 "" +"Pléäsé vïsït øür {link_start}médïä/préss pägé{link_end} før møré " +"ïnførmätïøn. Før äný médïä ør préss ïnqüïrïés, pléäsé émäïl {email}. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя #" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "Ûnïvérsïtïés Ⱡ#" + +#: 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 "" +"Ìf ýøü äré ä ünïvérsïtý wïshïng tø çølläßøräté wïth ør ïf ýøü hävé qüéstïøns" +" äßøüt {platform_name}, pléäsé émäïl {email}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тє#" + +#: lms/templates/course.html +msgid "New" +msgstr "Néw Ⱡ'σя#" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "Däshßøärd #" + +#: 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 "Àn érrør øççürréd. Pléäsé trý ägäïn lätér. Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "Pléäsé vérïfý ýøür néw émäïl Ⱡ'σяєм #" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "édït Ⱡ'σяєм#" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "Rését Pässwørd Ⱡ'#" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "Çürrént Çøürsés Ⱡ'#" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" +"Løøks lïké ýøü hävén't régïstéréd før äný çøürsés ýét. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "Fïnd çøürsés nøw! Ⱡ'σ#" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" +"Løøks lïké ýøü hävén't ßéén énrølléd ïn äný çøürsés ýét. Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "Çøürsé-løädïng érrørs Ⱡ'σя#" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "Émäïl Séttïngs før {course_number} Ⱡ'σяєм ιρ#" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "Réçéïvé çøürsé émäïls Ⱡ'σя#" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "Sävé Séttïngs Ⱡ'#" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "Pässwørd Rését Émäïl Sént Ⱡ'σяєм#" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" +"Àn émäïl häs ßéén sént tø {email}. Følløw thé lïnk ïn thé émäïl tø çhängé " +"ýøür pässwørd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "Çhängé Émäïl Ⱡ#" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "Pléäsé éntér ýøür néw émäïl äddréss: Ⱡ'σяєм ιρ#" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "Pléäsé çønfïrm ýøür pässwørd: Ⱡ'σяєм #" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" +"Wé wïll sénd ä çønfïrmätïøn tø ßøth {email} änd ýøür néw émäïl äs pärt øf " +"thé prøçéss. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "Çhängé ýøür nämé Ⱡ'σ#" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" +"Tø üphøld thé çrédïßïlïtý øf {platform} çértïfïçätés, äll nämé çhängés wïll " +"ßé løggéd änd réçørdéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" +"Éntér ýøür désïréd füll nämé, äs ït wïll äppéär øn thé {platform} " +"çértïfïçätés: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "Réäsøn før nämé çhängé: Ⱡ'σяє#" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "Çhängé Mý Nämé Ⱡ'#" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" +" {course_number}? Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "Ûnrégïstér Ⱡ#" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "É-mäïl çhängé fäïléd Ⱡ'σя#" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" +"Wé wéré ünäßlé tø sénd ä çønfïrmätïøn émäïl tø {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 "Gø ßäçk tø thé {link_start}hømé pägé{link_end}. Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "É-mäïl çhängé süççéssfül! Ⱡ'σяєм#" + +#: 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 "" +"Ýøü shøüld séé ýøür néw émäïl ïn ýøür {link_start}däshßøärd{link_end}. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" +"Àn äççøünt wïth thé néw é-mäïl äddréss älréädý éxïsts. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "Stüdént Énrøllmént Førm Ⱡ'σяє#" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "Çøürsé: #" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "Àdd néw stüdénts Ⱡ'σ#" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "Éxïstïng stüdénts: Ⱡ'σ#" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "Néw stüdénts äddéd: Ⱡ'σя#" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "Stüdénts réjéçtéd: Ⱡ'σя#" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "Déßüg: #" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "føø Ⱡ'σя#" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "ßär Ⱡ'σя#" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "ßïff Ⱡ'σяєм#" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "Éxtérnäl Àüthéntïçätïøn fäïléd Ⱡ'σяєм #" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "Düé: Ⱡ'σяєм#" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "Stätüs: #" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "Ýøü hävé süççéssfüllý gøttén tø lévél {goal_level}. Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "Ýøü hävé nøt ýét gøttén tø lévél {goal_level}. Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "Çømplétéd püzzlés Ⱡ'σ#" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "Lévél Ⱡ'σяєм ι#" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "Süßmïttéd #" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "Püzzlé Léädérßøärd Ⱡ'σ#" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "Ûsér Ⱡ'σяєм#" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "Sçøré Ⱡ'σяєм ι#" + +#: lms/templates/footer.html +msgid "About" +msgstr "Àßøüt Ⱡ'σяєм ι#" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "Jøßs Ⱡ'σяєм#" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "FÀQ Ⱡ'σя#" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" +"{platform_name} ïs ä nøn-prøfït çréätéd ßý føündïng pärtnérs {Harvard} änd " +"{MIT} whøsé mïssïøn ïs tø ßrïng thé ßést øf hïghér édüçätïøn tø stüdénts øf " +"äll ägés änýwhéré ïn thé wørld, whérévér théré ïs Ìntérnét äççéss. " +"{platform_name}'s fréé ønlïné MØØÇs äré ïntéräçtïvé änd süßjéçts ïnçlüdé " +"çømpütér sçïénçé, püßlïç héälth, änd ärtïfïçïäl ïntéllïgénçé. Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя " +"ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мα#" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "© 2014 {platform_name}, sømé rïghts résérvéd. Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "Térms øf Sérvïçé änd Hønør Çødé Ⱡ'σяєм ι#" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "Pässwørd Rését Ⱡ'#" + +#: 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 "" +"Pléäsé éntér ýøür é-mäïl äddréss ßéløw, änd wé wïll é-mäïl ïnstrüçtïøns før " +"séttïng ä néw pässwørd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "Ýøür É-mäïl Àddréss Ⱡ'σя#" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" +"Thïs ïs thé é-mäïl äddréss ýøü üséd tø régïstér wïth {platform} Ⱡ'σяєм ιρѕυм" +" ∂σłσя#" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "Rését Mý Pässwørd Ⱡ'σ#" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "Émäïl ïs ïnçørréçt. Ⱡ'σя#" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "{platform_name} Hélp Ⱡ'σя#" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "{span_start}{platform_name}{span_end} Hélp Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" +"Før qüéstïøns øn çøürsé léçtürés, høméwørk, tøøls, ør mätérïäls før " +"thïs çøürsé, pøst ïn thé {link_start}çøürsé dïsçüssïøn " +"førüm{link_end}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢#" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" +"Hävé généräl qüéstïøns äßøüt {platform_name}? Ýøü çän fïnd " +"løts øf hélpfül ïnførmätïøn ïn thé {platform_name} " +"{link_start}FÀQ{link_end}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι#" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" +"Hävé ä qüéstïøn äßøüt søméthïng spéçïfïç? Ýøü çän çøntäçt " +"thé {platform_name} généräl süppørt téäm dïréçtlý: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυ#" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "Répørt ä prøßlém Ⱡ'σ#" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "Mäké ä süggéstïøn Ⱡ'σ#" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "Àsk ä qüéstïøn Ⱡ'#" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "Nämé Ⱡ'σяєм#" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "É-mäïl Ⱡ'σяєм ιρѕ#" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "Brïéflý désçrïßé ýøür ïssüé Ⱡ'σяєм#" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "Téll üs thé détäïls Ⱡ'σя#" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" +"Ìnçlüdé érrør méssägés, stéps whïçh léäd tø thé ïssüé, étç Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "Süßmït Ⱡ'σяєм ιρѕ#" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "Thänk Ýøü! Ⱡ#" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" +"Thänk ýøü før ýøür ïnqüïrý ør féédßäçk. Wé týpïçällý réspønd tø ä réqüést " +"wïthïn øné ßüsïnéss däý (Møndäý tø Frïdäý, {open_time} ÛTÇ tø {close_time} " +"ÛTÇ.) Ìn thé méäntïmé, pléäsé révïéw øür {link_start}détäïléd FÀQs{link_end}" +" whéré møst qüéstïøns hävé älréädý ßéén änswéréd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂#" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "prøßlém #" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "Répørt ä Prøßlém Ⱡ'σ#" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "Brïéf désçrïptïøn øf thé prøßlém Ⱡ'σяєм ι#" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "Détäïls øf thé prøßlém ýøü äré énçøüntérïng Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" +"Ìnçlüdé érrør méssägés, stéps whïçh léäd tø thé ïssüé, étç. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "süggéstïøn Ⱡ#" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "Mäké ä Süggéstïøn Ⱡ'σ#" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "Brïéf désçrïptïøn øf ýøür süggéstïøn Ⱡ'σяєм ιρ#" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "Détäïls #" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "qüéstïøn #" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "Àsk ä Qüéstïøn Ⱡ'#" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "Brïéf sümmärý øf ýøür qüéstïøn Ⱡ'σяєм #" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "Àn érrør häs øççürréd. Ⱡ'σяє#" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "Pléäsé {link_start}sénd üs é-mäïl{link_end}. Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "Pléäsé trý ägäïn lätér. Ⱡ'σяє#" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "Fréé çøürsés frøm {university_name} Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "Thé Fütüré øf Ønlïné Édüçätïøn Ⱡ'σяєм #" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "Før änýøné, änýwhéré, änýtïmé Ⱡ'σяєм #" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" +"Stäý üp tø däté wïth äll {platform_name} häs tø øffér! Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "Ìnvälïd émäïl çhängé kéý Ⱡ'σяє#" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "Thïs é-mäïl kéý ïs nøt välïd. Pléäsé çhéçk: Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" +"Wäs thïs kéý älréädý üséd? Çhéçk whéthér thé é-mäïl çhängé häs älréädý " +"häppénéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "Dïd ýøür é-mäïl çlïént ßréäk thé ÛRL ïntø twø lïnés? Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" +"Thé kéýs äré välïd før ä lïmïtéd ämøünt øf tïmé. Häs thé kéý éxpïréd? Ⱡ'σяєм" +" ιρѕυм ∂σłσя ѕ#" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "Hélpfül Ìnførmätïøn Ⱡ'σя#" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "Løgïn vïä ØpénÌD Ⱡ'σ#" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" +"Ýøü çän nøw stärt léärnïng wïth {platform_name} ßý løggïng ïn wïth ýøür ØpénÌD äççøünt. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α#" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "Nøt Énrølléd? Ⱡ'#" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "Sïgn üp før {platform_name} tødäý! Ⱡ'σяєм ιρ#" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" +"Løøkïng før hélp ïn løggïng ïn ør wïth ýøür {platform_name} äççøünt? Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕ#" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" +"Vïéw øür hélp séçtïøn før änswérs tø çømmønlý äskéd qüéstïøns. Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "Løg ïntø ýøür {platform_name} Àççøünt Ⱡ'σяєм ιρѕ#" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "Løg ïntø Mý {platform_name} Àççøünt Ⱡ'σяєм ιρ#" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "Àççéss Mý Çøürsés Ⱡ'σ#" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "Prøçéssïng ýøür äççøünt ïnførmätïøn… Ⱡ'σяєм ιρ#" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "Pléäsé løg ïn Ⱡ'#" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "tø äççéss ýøür äççøünt änd çøürsés Ⱡ'σяєм ιρ#" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" +"Wé'ré Sørrý, {platform_name} äççøünts äré ünäväïläßlé çürréntlý Ⱡ'σяєм ιρѕυм" +" ∂σłσя#" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "Thé følløwïng érrørs øççürréd whïlé løggïng ýøü ïn: Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "Ýøür émäïl ør pässwørd ïs ïnçørréçt Ⱡ'σяєм ιρ#" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" +"Pléäsé prøvïdé thé følløwïng ïnførmätïøn tø løg ïntø ýøür {platform_name} " +"äççøünt. Réqüïréd fïélds äré nøtéd ßý ßøld téxt " +"änd än ästérïsk (*). Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłι#" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "Àççøünt Préférénçés Ⱡ'σя#" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "Rémémßér mé Ⱡ#" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "Løg Ìn Ⱡ'σяєм ιρѕ#" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "Nøt énrølléd? Ⱡ'#" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "Sïgn üp. #" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "løgïn vïä øpénïd Ⱡ'σ#" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "Éxtérnäl résøürçé Ⱡ'σ#" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "Vïéw résøürçé ïn ä néw wïndøw Ⱡ'σяєм #" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" +"Pléäsé prøvïdé läünçh_ürl. Çlïçk \"Édït\", änd fïll ïn thé réqüïréd fïélds. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "Dïsäßlé ør Réénäßlé stüdént äççøünts Ⱡ'σяєм ιρ#" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "Ûsérnämé: #" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "Dïsäßlé Àççøünt Ⱡ'#" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "Réénäßlé Àççøünt Ⱡ'σ#" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "Stüdénts whøsé äççøünts hävé ßéén dïsäßléd Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "(réløäd ýøür pägé tø réfrésh) Ⱡ'σяєм #" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "wørkïng... Ⱡ#" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" +"Thïs pägé féätürés MäthJäx téçhnøløgý tø réndér mäthémätïçäl førmüläé. Tø " +"mäké mäth äççéssïßïlé, wé süggést üsïng thé MäthPläýér plügïn. Pléäsé vïsït " +"thé {link_start}MäthPläýér Døwnløäd Pägé{link_end} tø døwnløäd thé plügïn " +"før ýøür ßrøwsér. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт," +" ѕє∂ ∂σ єιυѕмσ∂ тєм#" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" +"Ýøür ßrøwsér døés nøt süppørt thé MäthPläýér plügïn. Tø üsé MäthPläýér, " +"pléäsé üsé Ìntérnét Éxplørér 6 thrøügh 9. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢#" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" +"Théré häs ßéén än érrør øn thé {platform_name} sérvérs Ⱡ'σяєм ιρѕυм" +" ∂σłσя#" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" +"Wé'ré sørrý, thïs mødülé ïs témpørärïlý ünäväïläßlé. Øür stäff ïs wørkïng tø" +" fïx ït äs søøn äs pøssïßlé. Pléäsé émäïl üs ät {tech_support_email} tø répørt äný " +"prøßléms ør døwntïmé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"єłιт, ѕє∂ ∂σ єιυѕм#" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "Räw dätä: #" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "Àççéptéd #" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "Érrør Ⱡ'σяєм ι#" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "Réjéçtéd #" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "Péndïng nämé çhängés Ⱡ'σя#" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "Çønfïrm #" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "[Réjéçt] #" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "Gløßäl Nävïgätïøn Ⱡ'σ#" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "Hømé Ⱡ'σяєм#" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "Fïnd Çøürsés Ⱡ#" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "Däshßøärd før: Ⱡ'#" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "Møré øptïøns drøpdøwn Ⱡ'σя#" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "Løg Øüt #" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "Høw ït Wørks Ⱡ#" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Çøürsés #" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "Sçhøøls #" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "Régïstér Nøw Ⱡ#" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "Løg ïn Ⱡ'σяєм ιρѕ#" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" +"Wärnïng: Ýøür ßrøwsér ïs nøt füllý süppørtéd. Wé strønglý " +"réçømménd üsïng {chrome_link_start}Çhrømé{chrome_link_end} ør " +"{ff_link_start}Fïréføx{ff_link_end}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єł#" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "Ýøü dø nøt hävé äný nøtés. Ⱡ'σяєм#" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "Rését Ⱡ'σяєм ι#" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "Shøw Ànswér(s) Ⱡ'#" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "(før qüéstïøn(s) äßøvé - ädjäçént tø éäçh fïéld) Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "Ýøü hävé üséd {num_used} øf {num_total} süßmïssïøns Ⱡ'σяєм ιρѕυм ∂#" + +#: 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 "" +"Pléäsé nøté thät wé wïll ßé séndïng ýøür üsér nämé, émäïl, änd füll nämé tø " +"thïs thïrd pärtý sïté. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "Rétürn Tø %s Ⱡ#" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "Préférénçés før {platform_name} Ⱡ'σяєм ι#" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "Ûpdäté mý {platform_name} Àççøünt Ⱡ'σяєм ι#" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "Prøçéssïng ýøür äççøünt ïnførmätïøn … Ⱡ'σяєм ιρѕ#" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" +"Wélçømé {username}! Pléäsé sét ýøür préférénçés ßéløw Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" +"Wé'ré sørrý, {platform_name} énrøllmént ïs nøt äväïläßlé ïn ýøür régïøn " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" +"Thé følløwïng érrørs øççürréd whïlé prøçéssïng ýøür régïsträtïøn: Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" +"Réqüïréd fïélds äré nøtéd ßý ßøld téxt änd än " +"ästérïsk (*). Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "Éntér ä püßlïç üsérnämé: Ⱡ'σяє#" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "éxämplé: JänéDøé Ⱡ'σ#" + +#: 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 "" +"Wïll ßé shøwn ïn äný dïsçüssïøns ør førüms ýøü pärtïçïpäté ïn Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "éxämplé: üsérnämé@dømäïn.çøm Ⱡ'σяєм #" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "Àççøünt Àçknøwlédgéménts Ⱡ'σяє#" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" +"Ì ägréé tø thé {link_start}Térms øf Sérvïçé{link_end} Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "Ì ägréé tø thé {link_start}Hønør Çødé{link_end} Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "Ûpdäté Mý Àççøünt Ⱡ'σ#" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "Régïsträtïøn Hélp Ⱡ'σ#" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "Àlréädý régïstéréd? Ⱡ'σя#" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "Çlïçk héré tø løg ïn. Ⱡ'σя#" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "Wélçømé tø {platform_name} Ⱡ'σяєм#" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" +"Régïstérïng wïth {platform_name} gïvés ýøü äççéss tø äll øf øür çürrént änd " +"fütüré fréé çøürsés. Nøt réädý tø täké ä çøürsé jüst ýét? Régïstérïng püts " +"ýøü øn øür mäïlïng lïst - wé wïll üpdäté ýøü äs çøürsés äré äddéd. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυ#" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "Néxt Stéps Ⱡ#" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" +"Ýøü wïll réçéïvé än äçtïvätïøn émäïl. Ýøü müst çlïçk øn thé äçtïvätïøn lïnk" +" tø çømplété thé prøçéss. Døn't séé thé émäïl? Çhéçk ýøür späm føldér änd " +"märk émäïls frøm çläss.stänførd.édü äs 'nøt späm', sïnçé ýøü'll wänt tø ßé " +"äßlé tø réçéïvé émäïl frøm ýøür çøürsés. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂#" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" +"Às pärt øf jøïnïng {platform_name}, ýøü wïll réçéïvé än äçtïvätïøn émäïl. " +"Ýøü müst çlïçk øn thé äçtïvätïøn lïnk tø çømplété thé prøçéss. Døn't séé " +"thé émäïl? Çhéçk ýøür späm føldér änd märk {platform_name} émäïls äs 'nøt " +"späm'. Àt {platform_name}, wé çømmünïçäté møstlý thrøügh émäïl. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя " +"ιη¢ι∂ι∂υηт υ#" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "Nééd hélp ïn régïstérïng wïth {platform_name}? Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" +"Vïéw øür FÀQs før änswérs tø çømmønlý äskéd qüéstïøns. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" +"Ønçé régïstéréd, møst qüéstïøns çän ßé änswéréd ïn thé çøürsé spéçïfïç " +"dïsçüssïøn førüms ør thrøügh thé FÀQs. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "Régïstér før {platform_name} Ⱡ'σяєм #" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "Çréäté Mý {platform_name} Àççøünt Ⱡ'σяєм ι#" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "Wélçømé! #" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" +"Régïstér ßéløw tø çréäté ýøür {platform_name} äççøünt Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" +"Pléäsé çømplété thé følløwïng fïélds tø régïstér før än äççøünt. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "çännøt ßé çhängéd lätér Ⱡ'σяє#" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "éxämplé: Jäné Døé Ⱡ'σ#" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "Néédéd før äný çértïfïçätés ýøü mäý éärn Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "Wélçømé {username} Ⱡ'σ#" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "Éntér ä Püßlïç Dïspläý Nämé: Ⱡ'σяєм #" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "Püßlïç Dïspläý Nämé Ⱡ'σя#" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "Éxträ Pérsønäl Ìnførmätïøn Ⱡ'σяєм#" + +#: lms/templates/register.html +msgid "City" +msgstr "Çïtý Ⱡ'σяєм#" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "éxämplé: Néw Ýørk Ⱡ'σ#" + +#: lms/templates/register.html +msgid "Country" +msgstr "Çøüntrý #" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "Hïghést Lévél øf Édüçätïøn Çømplétéd Ⱡ'σяєм ιρ#" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "Géndér Ⱡ'σяєм ιρѕ#" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "Ýéär øf Bïrth Ⱡ'#" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "Mäïlïng Àddréss Ⱡ'#" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" +"Pléäsé shäré wïth üs ýøür réäsøns før régïstérïng wïth {platform_name} " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "Régïstér #" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "Çréäté Mý Àççøünt Ⱡ'σ#" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "Ré-süßsçrïßé Süççéssfül! Ⱡ'σяє#" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" +"Ýøü hävé ré-énäßléd førüm nøtïfïçätïøn émäïls frøm {platform_name}. Çlïçk " +"{dashboard_link_start}héré{link_end} tø rétürn tø ýøür däshßøärd. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ι#" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "Séçtïøn Nävïgätïøn Ⱡ'σ#" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "Prévïøüs #" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "Néxt Ⱡ'σяєм#" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "Sïgn Ûp før {span_start}{platform_name}{span_end} Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "É-mäïl * #" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "é.g. ýøürnämé@dømäïn.çøm Ⱡ'σяє#" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "Pässwørd * Ⱡ#" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "Püßlïç Ûsérnämé * Ⱡ'σ#" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "é.g. ýøürnämé (shøwn øn førüms) Ⱡ'σяєм ι#" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "Füll Nämé * Ⱡ#" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "é.g. Ýøür Nämé (før çértïfïçätés) Ⱡ'σяєм ι#" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "Wélçømé {name} Ⱡ'σя#" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "Éd. Çømplétéd Ⱡ'#" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "Ýéär øf ßïrth Ⱡ'#" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "Mäïlïng äddréss Ⱡ'#" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "Gøäls ïn sïgnïng üp før {platform_name} Ⱡ'σяєм ιρѕ#" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" +"Ì ägréé tø thé {link_start}Térms øf Sérvïçé{link_end}* Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "Ì ägréé tø thé {link_start}Hønør Çødé{link_end}* Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "Àlréädý hävé än äççøünt? Ⱡ'σяє#" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "Løgïn. Ⱡ'σяєм ιρѕ#" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "Stäff Déßüg Ìnfø Ⱡ'σ#" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "Süßmïssïøn hïstørý Ⱡ'σ#" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "{platform_name} Çøntént Qüälïtý Àsséssmént Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "Çømmént #" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "çømmént #" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "Täg Ⱡ'σя#" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "Øptïønäl täg (ég \"døné\" ør \"ßrøkén\"):  Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "täg Ⱡ'σя#" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "Àdd çømmént Ⱡ#" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "Stäff Déßüg Ⱡ#" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "Mødülé Fïélds Ⱡ'#" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "XML ättrïßütés Ⱡ'#" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "Süßmïssïøn Hïstørý Vïéwér Ⱡ'σяєм#" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "Ûsér: Ⱡ'σяєм ι#" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "Vïéw Hïstørý Ⱡ#" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "{course_number} Téxtßøøk Ⱡ'σяє#" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "Téxtßøøk Nävïgätïøn Ⱡ'σя#" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "Pägé: Ⱡ'σяєм ι#" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "Zøøm Øüt #" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "Zøøm Ìn #" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "Zøøm Ⱡ'σяєм#" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "Àütømätïç Zøøm Ⱡ'#" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "Àçtüäl Sïzé Ⱡ#" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "Fït Pägé #" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "Füll Wïdth Ⱡ#" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "Prévïøüs pägé Ⱡ'#" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "Néxt pägé #" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "Sýsädmïn Däshßøärd Ⱡ'σ#" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "Ûsérs Ⱡ'σяєм ι#" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "Stäffïng änd Énrøllmént Ⱡ'σяє#" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "Gït Løgs #" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "Ûsér Mänägémént Ⱡ'#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "Émäïl ør üsérnämé Ⱡ'σ#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "Délété üsér Ⱡ#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "Çréäté üsér Ⱡ#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "Døwnløäd lïst øf äll üsérs (çsv fïlé) Ⱡ'σяєм ιρѕ#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "Çhéçk änd répäïr éxtérnäl äüthéntïçätïøn mäp Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" +"Gø tø éäçh ïndïvïdüäl çøürsé's Ìnstrüçtør däshßøärd tø mänägé çøürsé " +"énrøllmént. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "Mänägé çøürsé stäff änd ïnstrüçtørs Ⱡ'σяєм ιρ#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "Døwnløäd stäff änd ïnstrüçtør lïst (çsv fïlé) Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "Àdmïnïstér Çøürsés Ⱡ'σ#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "Répø løçätïøn Ⱡ'#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "Løäd néw çøürsé frøm gïthüß Ⱡ'σяєм#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "Çøürsé ÌD ør dïr Ⱡ'σ#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "Délété çøürsé frøm sïté Ⱡ'σяє#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "Djängø PÌD Ⱡ#" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "Plätførm Vérsïøn Ⱡ'σ#" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "Däté Ⱡ'σяєм#" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "Çøürsé ÌD #" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "Gït Àçtïøn Ⱡ#" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "Réçént gït løäd äçtïvïtý før Ⱡ'σяєм #" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "gït äçtïøn Ⱡ#" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "Søürçé: #" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "Träçkïng Løg Ⱡ#" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "dätétïmé #" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "ïpäddr Ⱡ'σяєм ιρѕ#" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "søürçé Ⱡ'σяєм ιρѕ#" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "týpé Ⱡ'σяєм#" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "Ûnsüßsçrïßé Süççéssfül! Ⱡ'σяє#" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" +"Ýøü wïll nø løngér réçéïvé førüm nøtïfïçätïøn émäïls frøm {platform_name}. " +"Çlïçk {dashboard_link_start}héré{link_end} tø rétürn tø ýøür däshßøärd. Ìf " +"ýøü dïd nøt méän tø dø thïs, çlïçk {undo_link_start}héré{link_end} tø ré-" +"süßsçrïßé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ" +" єιυѕмσ∂ #" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "Ûsïng thé sýstém Ⱡ'σ#" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" +"Dürïng vïdéø pläýßäçk, üsé thé süßtïtlés änd thé sçrøll ßär tø nävïgäté. " +"Çlïçkïng thé süßtïtlés ïs ä fäst wäý tø skïp førwärds änd ßäçkwärds ßý smäll" +" ämøünts. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ι#" + +#: 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 "" +"Ìf ýøü äré øn ä løw-résølütïøn dïspläý, thé léft nävïgätïøn ßär çän ßé " +"hïddén ßý çlïçkïng øn thé sét øf thréé léft ärrøws néxt tø ït. Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя #" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" +"Ìf ýøü nééd ßïggér ør smällér fønts, üsé ýøür ßrøwsérs séttïngs tø sçälé " +"thém üp ør døwn. Ûndér Gøøglé Çhrømé, thïs ïs døné ßý préssïng çtrl-plüs, ør" +" çtrl-mïnüs ät thé sämé tïmé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłι#" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" +"Skïp tø ä nävïgäßlé vérsïøn øf thïs vïdéø's tränsçrïpt. Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "Løädïng vïdéø pläýér Ⱡ'σя#" + +#: lms/templates/video.html +msgid "Play video" +msgstr "Pläý vïdéø Ⱡ#" + +#: lms/templates/video.html +msgid "Video position" +msgstr "Vïdéø pøsïtïøn Ⱡ'#" + +#: lms/templates/video.html +msgid "Play" +msgstr "Pläý Ⱡ'σяєм#" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "Spééds Ⱡ'σяєм ιρѕ#" + +#: lms/templates/video.html +msgid "Speed" +msgstr "Spééd Ⱡ'σяєм ι#" + +#: lms/templates/video.html +msgid "Volume" +msgstr "Vølümé Ⱡ'σяєм ιρѕ#" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "Fïll ßrøwsér Ⱡ#" + +#: lms/templates/video.html +msgid "HD off" +msgstr "HD øff Ⱡ'σяєм ιρѕ#" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "Türn øff çäptïøns Ⱡ'σ#" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "Skïp tø énd øf tränsçrïpt. Ⱡ'σяєм#" + +#: lms/templates/video.html +msgid "Captions" +msgstr "Çäptïøns #" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" +"Àçtïvätïng än ïtém ïn thïs grøüp wïll spøøl thé vïdéø tø thé çørréspøndïng " +"tïmé pøïnt. Tø skïp tränsçrïpt, gø tø prévïøüs ïtém. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυ#" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "Gø ßäçk tø stärt øf tränsçrïpt. Ⱡ'σяєм ι#" + +#: lms/templates/video.html +msgid "Download video" +msgstr "Døwnløäd vïdéø Ⱡ'#" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "Døwnløäd tïméd tränsçrïpt Ⱡ'σяєм#" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "Ýøür wørds: Ⱡ#" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "Tøtäl nümßér øf wørds: Ⱡ'σяє#" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "Øpén Réspønsé Ⱡ'#" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "Àsséssménts: Ⱡ#" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "Hïdé Qüéstïøn Ⱡ'#" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "Néw Süßmïssïøn Ⱡ'#" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "Néxt Stép #" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" +"Stäff Wärnïng: Pléäsé nøté thät ïf ýøü süßmït ä düplïçäté øf téxt thät häs " +"älréädý ßéén süßmïttéd før grädïng, ït wïll nøt shøw üp ïn thé stäff grädïng" +" vïéw. Ìt wïll ßé gïvén thé sämé grädé thät thé ørïgïnäl réçéïvéd " +"äütømätïçällý, änd wïll ßé rétürnéd wïthïn 30 mïnütés ïf thé ørïgïnäl ïs " +"älréädý grädéd, ør whén thé ørïgïnäl ïs grädéd ïf nøt. Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт " +"łαвσяє єт ∂σłσяє#" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "Légénd Ⱡ'σяєм ιρѕ#" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "Süßmïttéd Rüßrïç Ⱡ'σ#" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "Tøgglé Füll Rüßrïç Ⱡ'σ#" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "Séé füll féédßäçk Ⱡ'σ#" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +msgstr "Réspønd tø Féédßäçk Ⱡ'σя#" + +#: 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 "Høw äççüräté dø ýøü fïnd thïs féédßäçk? Ⱡ'σяєм ιρѕ#" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "Çørréçt #" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "Pärtïällý Çørréçt Ⱡ'σ#" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "Nø Øpïnïøn Ⱡ#" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "Pärtïällý Ìnçørréçt Ⱡ'σя#" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "Ìnçørréçt #" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "Àddïtïønäl çømménts: Ⱡ'σя#" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "Süßmït Féédßäçk Ⱡ'#" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "Ûnänswéréd Ⱡ#" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "Skïp Pøst-Àsséssmént Ⱡ'σя#" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" +"Théré wäs än érrør wïth ýøür süßmïssïøn. Pléäsé çøntäçt çøürsé stäff. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "Rüßrïç Ⱡ'σяєм ιρѕ#" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" +"Séléçt thé çrïtérïä ýøü féél ßést réprésénts thïs süßmïssïøn ïn éäçh " +"çätégørý. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "{num} pøïnt: {text} Ⱡ'σя#" +msgstr[1] "{num} pøïnts: {text} Ⱡ'σя#" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "Pléäsé éntér ä hïnt ßéløw: Ⱡ'σяєм#" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "Çøhørt grøüps Ⱡ'#" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "Shøw çøhørts Ⱡ#" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "Çøhørts ïn thé çøürsé Ⱡ'σя#" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "Àdd çøhørt Ⱡ#" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" +"Àdd üsérs ßý üsérnämé ør émäïl. Øné pér lïné ør çømmä-sépärätéd. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "Àdd çøhørt mémßérs Ⱡ'σ#" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "{chapter}, çürrént çhäptér Ⱡ'σяєм#" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "düé {date} Ⱡ#" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" +"Thé çürréntlý løggéd-ïn üsér äççøünt døés nøt hävé pérmïssïøn tø énrøll ïn " +"thïs çøürsé. Ýøü mäý nééd tø {start_logout_tag}løg øüt{end_tag} thén trý thé" +" régïstér ßüttøn ägäïn. Pléäsé vïsït thé {start_help_tag}hélp pägé{end_tag} " +"før ä pøssïßlé sølütïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя#" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "Àßøüt {course.display_number_with_default} Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" +"Ýøü äré régïstéréd før thïs çøürsé {course.display_number_with_default} " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "Vïéw Çøürséwäré Ⱡ'#" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "Thïs çøürsé ïs ïn ýøür çärt. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" +"Àdd {course.display_number_with_default} tø Çärt ({currency_symbol}{cost}) " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "Régïstér før {course.display_number_with_default} Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "Øvérvïéw #" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "Shäré wïth frïénds änd fämïlý! Ⱡ'σяєм #" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "Çlässés Stärt Ⱡ'#" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "Çlässés Énd Ⱡ#" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "Éstïmätéd Éfført Ⱡ'σ#" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "Préréqüïsïtés Ⱡ'#" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "Àddïtïønäl Résøürçés Ⱡ'σя#" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "Stäff vïéw Ⱡ#" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "Stüdént vïéw Ⱡ#" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "Éxpløré fréé çøürsés frøm léädïng ünïvérsïtïés. Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "Éxpløré fréé çøürsés frøm {university_name}. Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" +"Théré häs ßéén än érrør øn thé {span_start}{platform_name}{span_end} sérvérs" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" +"Wé'ré sørrý, thïs mødülé ïs témpørärïlý ünäväïläßlé. Øür stäff ïs wørkïng tø" +" fïx ït äs søøn äs pøssïßlé. Pléäsé émäïl üs ät '{tech_support_email}' tø répørt äný" +" prøßléms ør døwntïmé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"єłιт, ѕє∂ ∂σ єιυѕм#" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "{course_number} Çøürséwäré Ⱡ'σяєм#" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "Rétürn tø Éxäm Ⱡ'#" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "Çøürsé Nävïgätïøn Ⱡ'σ#" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "Øpén Çälçülätør Ⱡ'#" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "Çälçülätør Ìnpüt Fïéld Ⱡ'σяє#" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" +"Ûsé thé ärrøw kéýs tø nävïgäté thé tïps ør üsé thé täß kéý tø rétürn tø thé " +"çälçülätør Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "Hïnts Ⱡ'σяєм ι#" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "Ìntégérs #" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "Déçïmäls #" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "Sçïéntïfïç nøtätïøn Ⱡ'σя#" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "Àppéndïng SÌ pøstfïxés Ⱡ'σяє#" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "Süppørtéd SÌ pøstfïxés Ⱡ'σяє#" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "Øpérätørs #" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "pärällél résïstørs fünçtïøn Ⱡ'σяєм#" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "Fünçtïøns #" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "Çønstänts #" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "Éülér's nümßér Ⱡ'#" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "rätïø øf ä çïrçlé's çïrçümférénçé tø ït's dïämétér Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "Bøltzmänn çønstänt Ⱡ'σ#" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "spééd øf lïght Ⱡ'#" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "fréézïng pøïnt øf wätér ïn dégréés Kélvïn Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "fündäméntäl çhärgé Ⱡ'σ#" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "Çälçüläté #" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "Çälçülätør Øütpüt Fïéld Ⱡ'σяє#" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "Grädé sümmärý Ⱡ'#" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "Nøt ïmpléméntéd ýét Ⱡ'σя#" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "Grädéßøøk #" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "Séärçh stüdénts Ⱡ'#" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "{course_number} Çøürsé Ìnfø Ⱡ'σяєм#" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "Çøürsé Ûpdätés & Néws Ⱡ'σяєм#" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "Händøüt Nävïgätïøn Ⱡ'σ#" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "Çøürsé Händøüts Ⱡ'#" + +#: 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 "Ìnstrüçtør Däshßøärd Ⱡ'σя#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Try New Beta Dashboard" +msgstr "Trý Néw Bétä Däshßøärd Ⱡ'σяє#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Edit Course In Studio" +msgstr "Édït Çøürsé Ìn Stüdïø Ⱡ'σя#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Psychometrics" +msgstr "Psýçhømétrïçs Ⱡ'#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "Førüm Àdmïn Ⱡ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "Énrøllmént Ⱡ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "DätäDümp #" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "Mänägé Grøüps Ⱡ'#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "ýés Ⱡ'σя#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "Grädé Døwnløäds Ⱡ'#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" +"Nøté: sømé øf thésé ßüttøns äré knøwn tø tïmé øüt før lärgér çøürsés. Wé " +"hävé témpørärïlý dïsäßléd thøsé féätürés før çøürsés wïth møré thän " +"{max_enrollment} stüdénts. Wé äré ürgéntlý wørkïng øn fïxïng thïs ïssüé. " +"Thänk ýøü før ýøür pätïénçé äs wé çøntïnüé wørkïng tø ïmprøvé thé plätførm! " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ " +"тємρσя ιη¢ι∂ι∂υηт υ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "Éxpørt grädés tø rémøté grädéßøøk Ⱡ'σяєм ι#" + +#: 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 "" +"Thé ässïgnménts défïnéd før thïs çøürsé shøüld mätçh thé ønés støréd ïn thé " +"grädéßøøk, før thïs tø wørk prøpérlý! Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "Grädéßøøk nämé: Ⱡ'#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "Àssïgnmént nämé: Ⱡ'σ#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "Çøürsé-spéçïfïç grädé ädjüstmént Ⱡ'σяєм ι#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" +"Spéçïfý ä pärtïçülär prøßlém ïn thé çøürsé héré ßý ïts ürl: Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" +"Ýøü mäý üsé jüst thé \"ürlnämé\" ïf ä prøßlém, ør \"mødülénämé/ürlnämé\" ïf " +"nøt. (Før éxämplé, ïf thé løçätïøn ïs " +"ï4x://ünïvérsïtý/çøürsé/prøßlém/prøßlémnämé, thén jüst prøvïdé thé " +"prøßlémnämé. Ìf thé løçätïøn ïs " +"ï4x://ünïvérsïtý/çøürsé/nøtäprøßlém/søméøthérnämé, thén prøvïdé " +"nøtäprøßlém/søméøthérnämé.) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт " +"∂σł#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "Thén séléçt än äçtïøn: Ⱡ'σяє#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" +"Thésé äçtïøns rün ïn thé ßäçkgrøünd, änd stätüs før äçtïvé täsks wïll äppéär" +" ïn ä täßlé ßéløw. Tø séé stätüs før äll täsks süßmïttéd før thïs prøßlém, " +"çlïçk øn thïs ßüttøn: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"є#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "Stüdént-spéçïfïç grädé ïnspéçtïøn änd ädjüstmént Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" +"Spéçïfý thé {platform_name} émäïl äddréss ør üsérnämé øf ä stüdént héré: " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" +"Çlïçk thïs, änd ä lïnk tø stüdént's prøgréss pägé wïll äppéär ßéløw: Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" +"Ýøü mäý älsø délété thé éntïré stäté øf ä stüdént før thé spéçïfïéd mødülé: " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" +"Résçørïng rüns ïn thé ßäçkgrøünd, änd stätüs før äçtïvé täsks wïll äppéär ïn" +" ä täßlé ßéløw. Tø séé stätüs før äll täsks süßmïttéd før thïs prøßlém änd " +"stüdént, çlïçk øn thïs ßüttøn: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "Séléçt ä prøßlém änd än äçtïøn: Ⱡ'σяєм ι#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" +"Ûsér réqüïrés førüm ädmïnïsträtør prïvïlégés tø pérførm ädmïnïsträtïøn " +"täsks. Séé ïnstrüçtør. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "Éxplänätïøn øf Rølés: Ⱡ'σя#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" +"Førüm Mødérätørs: çän édït ør délété äný pøst, rémøvé mïsüsé flägs, çløsé " +"änd ré-øpén thréäds, éndørsé réspønsés, änd séé pøsts frøm äll çøhørts (ïf " +"thé çøürsé ïs çøhørtéd). Mødérätørs' pøsts äré märkéd äs 'stäff'. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єι#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" +"Førüm Àdmïns: hävé mødérätør prïvïlégés, äs wéll äs thé äßïlïtý tø édït thé " +"lïst øf førüm mødérätørs (é.g. tø äppøïnt ä néw mødérätør). Àdmïns' pøsts " +"äré märkéd äs 'stäff'. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"є#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" +"Çømmünïtý TÀs: hävé førüm mødérätør prïvïlégés, änd théïr pøsts äré läßélléd" +" 'Çømmünïtý TÀ'. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "Énrøllmént Dätä Ⱡ'#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "Püll énrøllmént frøm rémøté grädéßøøk Ⱡ'σяєм ιρѕ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "Séçtïøn: #" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "Bätçh Énrøllmént Ⱡ'σ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" +"Énrøll ør ün-énrøll øné ør mäný stüdénts: éntér émäïls, sépärätéd ßý néw " +"lïnés ør çømmäs; Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "Nøtïfý stüdénts ßý émäïl Ⱡ'σяє#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "Àütø-énrøll stüdénts whén théý äçtïväté Ⱡ'σяєм ιρѕ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "Prøßlém ürlnämé: Ⱡ'σ#" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" +"Éntér üsérnämés ør émäïls før stüdénts whø shøüld ßé ßétä-téstérs, øné pér " +"lïné, ør sépärätéd ßý çømmäs. Théý wïll gét tø séé çøürsé mätérïäls éärlý, " +"äs çønfïgüréd vïä thé däýs_éärlý_før_ßétä øptïøn ïn thé çøürsé " +"pølïçý. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ " +"єιυѕмσ∂#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "Sénd tø: #" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "Mýsélf Ⱡ'σяєм ιρѕ#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "Stäff änd ïnstrüçtørs Ⱡ'σя#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "Àll (stüdénts, stäff änd ïnstrüçtørs) Ⱡ'σяєм ιρѕ#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "Süßjéçt: #" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "(Mäx 128 çhäräçtérs) Ⱡ'σя#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" +"Pléäsé trý nøt tø émäïl stüdénts møré thän ønçé pér wéék. Ìmpørtänt thïngs " +"tø çønsïdér ßéføré séndïng: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" +"Hävé ýøü réäd øvér thé émäïl tø mäké süré ït säýs évérýthïng ýøü wänt tø " +"säý? Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" +"Hävé ýøü sént thé émäïl tø ýøürsélf fïrst tø mäké süré ýøü'ré häppý wïth høw" +" ït's dïspläýéd, änd thät émßéddéd lïnks änd ïmägés wørk prøpérlý? Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ι#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "ÇÀÛTÌØN! #" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" +"Ønçé thé 'Sénd Émäïl' ßüttøn ïs çlïçkéd, ýøür émäïl wïll ßé qüéüéd før " +"séndïng. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "À qüéüéd émäïl ÇÀNNØT ßé çänçélléd. Ⱡ'σяєм ιρ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "Nø Ànälýtïçs äré äväïläßlé ät thïs tïmé. Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "Stüdénts énrølléd: Ⱡ'σ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "Stüdénts äçtïvé ïn thé läst wéék: Ⱡ'σяєм ι#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "Stüdént äçtïvïtý däý ßý däý Ⱡ'σяєм#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "Däý Ⱡ'σя#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "Stüdénts #" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "Ànswér dïstrïßütïøn før prøßléms Ⱡ'σяєм ι#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "Prøßlém #" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "Mäx Ⱡ'σя#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "Pøïnts Éärnéd (Nüm Stüdénts) Ⱡ'σяєм #" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "Stüdénts änswérïng çørréçtlý Ⱡ'σяєм #" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "Nümßér øf stüdénts Ⱡ'σ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" +"Stüdént dïstrïßütïøn pér çøüntrý, äll çøürsés, Sép-12 tø Øçt-17, 1 sérvér " +"(shøwn héré äs än éxämplé): Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "Péndïng Ìnstrüçtør Täsks Ⱡ'σяє#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "Täsk Týpé #" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "Täsk ïnpüts Ⱡ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "Täsk Ìd #" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "Réqüéstér #" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "Täsk Stäté Ⱡ#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "Dürätïøn (séç) Ⱡ'#" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "Täsk Prøgréss Ⱡ'#" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "ünknøwn #" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "Çøürsé érrørs Ⱡ'#" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "Àßøüt {course_id} Ⱡ'σ#" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "Çømïng Søøn Ⱡ#" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "Àßøüt {course_number} Ⱡ'σя#" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "Àççéss Çøürséwäré Ⱡ'σ#" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "Ýøü Àré Régïstéréd Ⱡ'σ#" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "Régïstér før Ⱡ#" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "Régïsträtïøn Ìs Çløséd Ⱡ'σяє#" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "énrøll Ⱡ'σяєм ιρѕ#" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "Néws - MÌTx 6.002x Ⱡ'σ#" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "Ûpdätés tø Dïsçüssïøn Pøsts Ýøü Følløw Ⱡ'σяєм ιρѕ#" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "{course_number} Prøgréss Ⱡ'σяє#" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "Çøürsé Prøgréss før Stüdént '{username}' ({email}) Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "{earned:.3n} øf {total:.3n} pøssïßlé pøïnts Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "Prøßlém Sçørés: Ⱡ'σ#" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "Präçtïçé Sçørés: Ⱡ'σ#" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "Nø prøßlém sçørés ïn thïs séçtïøn Ⱡ'σяєм ι#" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "{course.display_number_with_default} Çøürsé Ìnfø Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "Sýlläßüs #" + +#: 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 "" +"Ýøü wéré møst réçéntlý ïn {section_link}. Ìf ýøü'ré døné wïth thät, çhøøsé " +"änøthér séçtïøn øn thé léft. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢ση#" + +#: 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 "" +"Fïnäl çøürsé détäïls äré ßéïng wräppéd üp ät thïs tïmé. Ýøür fïnäl ständïng " +"wïll ßé äväïläßlé shørtlý. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "Ýøür fïnäl grädé: Ⱡ'σ#" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "Grädé réqüïréd før ä çértïfïçäté: Ⱡ'σяєм ι#" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" +"Ýøür vérïfïéd çértïfïçäté ïs ßéïng héld péndïng çønfïrmätïøn thät thé " +"ïssüänçé øf ýøür çértïfïçäté ïs ïn çømplïänçé wïth strïçt Û.S. émßärgøés øn " +"Ìrän, Çüßä, Sýrïä änd Südän. Ìf ýøü thïnk øür sýstém häs mïstäkénlý " +"ïdéntïfïéd ýøü äs ßéïng çønnéçtéd wïth øné øf thøsé çøüntrïés, pléäsé lét üs" +" knøw ßý çøntäçtïng {email}. Ìf ýøü wøüld lïké ä réfünd øn ýøür çértïfïçäté," +" pléäsé çøntäçt øür ßïllïng äddréss {billing_email} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт " +"łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α#" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" +"Ýøür çértïfïçäté ïs ßéïng héld péndïng çønfïrmätïøn thät thé ïssüänçé øf " +"ýøür çértïfïçäté ïs ïn çømplïänçé wïth strïçt Û.S. émßärgøés øn Ìrän, Çüßä, " +"Sýrïä änd Südän. Ìf ýøü thïnk øür sýstém häs mïstäkénlý ïdéntïfïéd ýøü äs " +"ßéïng çønnéçtéd wïth øné øf thøsé çøüntrïés, pléäsé lét üs knøw ßý " +"çøntäçtïng {email}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσ#" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +msgstr "Ýøür Çértïfïçäté ïs Générätïng Ⱡ'σяєм #" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "This link will open/download a PDF document" +msgstr "Thïs lïnk wïll øpén/døwnløäd ä PDF døçümént Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "Døwnløäd Ýøür Çértïfïçäté (PDF) Ⱡ'σяєм ι#" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" +"Sïnçé wé dïd nøt hävé ä välïd sét øf vérïfïçätïøn phøtøs frøm ýøü whén " +"çértïfïçätés wéré générätéd, wé çøüld nøt gränt ýøü ä vérïfïéd çértïfïçäté. " +"Àn hønør çødé çértïfïçäté häs ßéén gräntéd ïnstéäd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ #" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" +"Thïs lïnk wïll øpén/døwnløäd ä PDF døçümént øf ýøür vérïfïéd çértïfïçäté. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" +"Døwnløäd Ýøür ÌD Vérïfïéd Çértïfïçäté øf Àçhïévémént (PDF) Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "Çømplété øür çøürsé féédßäçk sürvéý Ⱡ'σяєм ιρ#" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "{course_number} {course_name} Çøvér Ìmägé Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "Énrølléd äs: Ⱡ'#" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "ÌD Vérïfïéd Ⱡ#" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "Çøürsé Çømplétéd - {end_date} Ⱡ'σяєм #" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "Çøürsé Stärtéd - {start_date} Ⱡ'σяєм #" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "Çøürsé Stärts - {start_date} Ⱡ'σяєм #" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "Døçümént ýøür äççømplïshmént! Ⱡ'σяєм #" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "Çhälléngé Ýøürsélf! Ⱡ'σя#" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "Täké thïs çøürsé äs än ÌD-vérïfïéd stüdént. Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" +"Ýøü çän stïll sïgn üp før än ÌD vérïfïéd çértïfïçäté før thïs çøürsé. Ìf ýøü" +" plän tø çømplété thé whølé çøürsé, ït ïs ä gréät wäý tø réçøgnïzé ýøür " +"äçhïévémént. {a_start}Léärn møré äßøüt vérïfïéd çértïfïçätés{a_end}. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυ#" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "Ûpgrädé tø Vérïfïéd Träçk Ⱡ'σяєм#" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "Vïéw Àrçhïvéd Çøürsé Ⱡ'σя#" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "Vïéw Çøürsé Ⱡ#" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "Émäïl Séttïngs Ⱡ'#" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "Ýøü nééd tø ré-vérïfý tø çøntïnüé Ⱡ'σяєм ι#" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" +"Tø çøntïnüé ïn thé ÌD Vérïfïéd träçk ïn thé følløwïng çøürsés, ýøü nééd tø " +"ré-vérïfý ýøür ïdéntïtý: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "{course_name}: Ré-vérïfý ßý {date} Ⱡ'σяєм ιρ#" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "Nøtïfïçätïøn Àçtïøns Ⱡ'σя#" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" +"Tø çøntïnüé ïn thé ÌD Vérïfïéd träçk ïn {course_name}, ýøü nééd tø ré-vérïfý" +" ýøür ïdéntïtý ßý {date}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "Ýøür ré-vérïfïçätïøn fäïléd Ⱡ'σяєм#" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" +"Ýøür ré-vérïfïçätïøn før {course_name} fäïléd änd ýøü äré nø løngér élïgïßlé" +" før ä Vérïfïéd Çértïfïçäté. Ìf ýøü thïnk thïs ïs ïn érrør, pléäsé çøntäçt " +"üs ät {email}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg#" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "Dïsmïss #" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "Ré-vérïfïçätïøn nøw øpén før: Ⱡ'σяєм #" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "Ré-vérïfý nøw: Ⱡ'#" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "Péndïng: #" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "Dénïéd: #" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "Àpprøvéd: #" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "ÌD-Vérïfïçätïøn Stätüs Ⱡ'σяє#" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "Révïéwéd änd Vérïfïéd Ⱡ'σя#" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" +"Ýøür vérïfïçätïøn stätüs ïs gøød før øné ýéär äftér süßmïssïøn. Ⱡ'σяєм ιρѕυм" +" ∂σłσя#" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" +"Ýøür vérïfïçätïøn phøtøs hävé ßéén süßmïttéd änd wïll ßé révïéwéd shørtlý. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "Ré-vérïfý Ýøürsélf Ⱡ'σ#" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" +"Ìf ýøü fäïl tø päss ä vérïfïçätïøn ättémpt ßéføré ýøür çøürsé énds, ýøü wïll" +" nøt réçéïvé ä vérïfïéd çértïfïçäté. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "Résülts: #" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" +"Sørrý! Wé çän't fïnd änýthïng mätçhïng ýøür séärçh. Pléäsé trý änøthér " +"séärçh. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" +"Théré äré nø pøsts héré ýét. Bé thé fïrst øné tø pøst! Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "Néw Pøst #" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "Shøw Dïsçüssïøn Ⱡ'#" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "Fïltér Tøpïçs Ⱡ'#" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "fïltér tøpïçs Ⱡ'#" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "Shøw Àll Dïsçüssïøns Ⱡ'σя#" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "Shøw Fläggéd Dïsçüssïøns Ⱡ'σяє#" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "Pøsts Ì'm Følløwïng Ⱡ'σя#" + +#: 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 "følløw thïs pøst Ⱡ'σ#" + +#: 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 "pøst änønýmøüslý Ⱡ'σ#" + +#: 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 "pøst änønýmøüslý tø çlässmätés Ⱡ'σяєм #" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "Mäké vïsïßlé tø: Ⱡ'σ#" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "Mý Çøhørt #" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "néw pøst tïtlé Ⱡ'#" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "Tïtlé Ⱡ'σяєм ι#" + +#: 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 "Enter your question or comment…" +msgstr "Éntér ýøür qüéstïøn ør çømmént… Ⱡ'σяєм ι#" + +#: 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 "Add post" +msgstr "Àdd pøst #" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "Çréäté néw pøst äßøüt: Ⱡ'σяє#" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "Fïltér Lïst Ⱡ#" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "Fïltér dïsçüssïøn äréäs Ⱡ'σяє#" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "Følløwïng #" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "Séärçh pøsts Ⱡ#" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "Hïdé Ⱡ'σяєм#" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "Dïsçüssïøn Hømé Ⱡ'#" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "Dïsçüssïøn Tøpïçs Ⱡ'σ#" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "Dïsçüssïøn tøpïçs; çürrént séléçtïøn ïs: Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "Séärçh äll dïsçüssïøns Ⱡ'σяє#" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "Sørt ßý: #" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "däté Ⱡ'σяєм#" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "vøtés Ⱡ'σяєм ι#" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "çømménts #" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "Shøw: Ⱡ'σяєм ι#" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "Vïéw Àll #" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "Vïéw äs {name} Ⱡ'#" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "Àdd À Réspønsé Ⱡ'#" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "Løädïng çøntént Ⱡ'#" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "Thïs thréäd ïs çløséd. Ⱡ'σяє#" + +#: 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 "Pøst ä réspønsé: Ⱡ'σ#" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "änønýmøüs #" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "• Thïs thréäd ïs çløséd. Ⱡ'σяєм #" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "følløw Ⱡ'σяєм ιρѕ#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "Følløw thïs pøst Ⱡ'σ#" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "Répørt Mïsüsé Ⱡ'#" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "pïn thïs thréäd Ⱡ'#" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "Pïn Thréäd Ⱡ#" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "(thïs pøst ïs äßøüt %(courseware_title_linked)s) Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "Çløsé Ⱡ'σяєм ι#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "Édïtïng pøst Ⱡ#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "Édït pøst tïtlé Ⱡ'#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "Ûpdäté pøst Ⱡ#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "Àdd ä çømmént Ⱡ'#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "Àdd ä çømmént... Ⱡ'σ#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "éndørsé #" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "Édïtïng réspønsé Ⱡ'σ#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "Ûpdäté réspønsé Ⱡ'#" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "-pøstéd %(time_ago)s ßý Ⱡ'σяє#" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" +"%(comments_count)s %(span_sr_open)sçømménts (%(unread_comments_count)s " +"ünréäd çømménts)%(span_close)s Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" +"%(comments_count)s %(span_sr_open)sçømménts %(span_close)s Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" +"%(votes_up_count)s%(span_sr_open)s vøtés %(span_close)s Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "DÌSÇÛSSÌØN HØMÉ: Ⱡ'σ#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "HØW TØ ÛSÉ ÉDX DÌSÇÛSSÌØNS Ⱡ'σяєм#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "Fïnd dïsçüssïøns Ⱡ'σ#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "Føçüs ïn øn spéçïfïç tøpïçs Ⱡ'σяєм#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "Séärçh før spéçïfïç pøsts Ⱡ'σяєм#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "Sørt ßý däté, vøté, ør çømménts Ⱡ'σяєм ι#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "Éngägé wïth pøsts Ⱡ'σ#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "Ûpvøté pøsts änd gøød réspønsés Ⱡ'σяєм ι#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "Répørt Førüm Mïsüsé Ⱡ'σя#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "Følløw pøsts før üpdätés Ⱡ'σяє#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "Réçéïvé üpdätés Ⱡ'#" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "Tøgglé Nøtïfïçätïøns Séttïng Ⱡ'σяєм #" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" +"Çhéçk thïs ßøx tø réçéïvé än émäïl dïgést ønçé ä däý nøtïfýïng ýøü äßøüt " +"néw, ünréäd äçtïvïtý frøm pøsts ýøü äré følløwïng. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєт#" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr ", Ⱡ'#" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "%s dïsçüssïøn stärtéd Ⱡ'σя#" +msgstr[1] "%s dïsçüssïøns stärtéd Ⱡ'σяє#" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "%s çømmént Ⱡ#" +msgstr[1] "%s çømménts Ⱡ#" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "Dïsçüssïøn - {course_number} Ⱡ'σяєм #" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "Wé'ré sørrý Ⱡ#" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" +"Thé førüms äré çürréntlý ündérgøïng mäïnténänçé. Wé'll hävé thém ßäçk üp " +"shørtlý! Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "Ûsér Prøfïlé Ⱡ#" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +msgstr "Àçtïvé Thréäds Ⱡ'#" + +#: 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 "Vïéw dïsçüssïøn Ⱡ'#" + +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Hide discussion" +msgstr "Hïdé dïsçüssïøn Ⱡ'#" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "Thïs thréäd häs ßéén pïnnéd ßý çøürsé stäff. Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "Pïnnéd Ⱡ'σяєм ιρѕ#" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "… #" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "{course_number} Stäff Grädïng Ⱡ'σяєм #" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "Stäff grädïng Ⱡ'#" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" +"Thïs ïs thé lïst øf prøßléms thät çürréntlý nééd tø ßé grädéd ïn ørdér tø " +"träïn ÀÌ grädïng änd çréäté çälïßrätïøn éssäýs før péér grädïng. Éäçh " +"prøßlém nééds tø ßé tréätéd sépärätélý, änd wé hävé ïndïçätéd thé nümßér øf " +"stüdént süßmïssïøns thät nééd tø ßé grädéd. Ýøü çän grädé møré thän thé " +"mïnïmüm réqüïréd nümßér øf süßmïssïøns--thïs wïll ïmprøvé thé äççüräçý øf ÀÌ" +" grädïng, thøügh wïth dïmïnïshïng rétürns. Ýøü çän séé thé çürrént äççüräçý " +"øf ÀÌ grädïng ïn thé prøßlém vïéw. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα" +" αłιqυα. υт єηιм α∂ мιηιм νєηιαм, qυιѕ #" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "Prøßlém Lïst Ⱡ#" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" +"Pléäsé nøté thät whén ýøü séé ä süßmïssïøn héré, ït häs ßéén témpørärïlý " +"rémøvéd frøm thé grädïng pøøl. Thé süßmïssïøn wïll rétürn tø thé grädïng " +"pøøl äftér 30 mïnütés wïthøüt äný grädé ßéïng süßmïttéd. Hïttïng thé ßäçk " +"ßüttøn wïll résült ïn ä 30 mïnüté wäït tø ßé äßlé tø grädé thïs süßmïssïøn " +"ägäïn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ " +"єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łα#" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "Prømpt Ⱡ'σяєм ιρѕ#" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "(Hïdé) Ⱡ'σяєм ιρѕ#" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "Stüdént Réspønsé Ⱡ'σ#" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "Wrïttén Féédßäçk Ⱡ'σ#" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "Féédßäçk før stüdént (øptïønäl) Ⱡ'σяєм ι#" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "Fläg äs ïnäpprøprïäté çøntént før lätér révïéw Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "Skïp Ⱡ'σяєм#" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "Grädé Dïstrïßütïøn Ⱡ'σ#" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "Løädïng prøßlém lïst... Ⱡ'σяє#" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "Géndér Dïstrïßütïøn Ⱡ'σя#" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "Lévél øf Édüçätïøn Ⱡ'σ#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "Énrøllmént Ìnførmätïøn Ⱡ'σяє#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" +"Tøtäl nümßér øf énrølléés (ïnstrüçtørs, stäff mémßérs, änd stüdénts) Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕ#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "Bäsïç Çøürsé Ìnførmätïøn Ⱡ'σяє#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "Çøürsé Nämé: Ⱡ#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "Çøürsé Dïspläý Nämé: Ⱡ'σя#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "Häs thé çøürsé stärtéd? Ⱡ'σяє#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "Ýés Ⱡ'σя#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "Nø Ⱡ'#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "Häs thé çøürsé éndéd? Ⱡ'σя#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "Grädé Çütøffs: Ⱡ'#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" +"Thé stätüs før äný äçtïvé täsks äppéärs ïn ä täßlé ßéløw. Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "Çøürsé Wärnïngs Ⱡ'#" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" +"Thé følløwïng ßüttøn dïspläýs ä lïst øf äll stüdénts énrølléd ïn thïs " +"çøürsé, äløng wïth prøfïlé ïnførmätïøn süçh äs émäïl äddréss änd üsérnämé. " +"Thé dätä çän älsø ßé døwnløädéd äs ä ÇSV fïlé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє#" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "Lïst énrølléd stüdénts' prøfïlé ïnførmätïøn Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "Døwnløäd prøfïlé ïnførmätïøn äs ä ÇSV Ⱡ'σяєм ιρѕ#" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" +"Dïspläýs thé grädïng çønfïgürätïøn før thé çøürsé. Thé grädïng çønfïgürätïøn" +" ïs thé ßréäkdøwn øf grädéd süßséçtïøns øf thé çøürsé (süçh äs éxäms änd " +"prøßlém séts), änd çän ßé çhängéd øn thé 'Grädïng' pägé (ündér 'Séttïngs') " +"ïn Stüdïø. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ" +" єιυѕмσ∂ т#" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "Grädïng Çønfïgürätïøn Ⱡ'σя#" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" +"Døwnløäd ä ÇSV øf änønýmïzéd stüdént ÌDs ßý çlïçkïng thïs ßüttøn. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "Gét Stüdént Ànønýmïzéd ÌDs ÇSV Ⱡ'σяєм #" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "Grädé Répørts Ⱡ'#" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" +"Thé følløwïng ßüttøn wïll généräté ä ÇSV grädé répørt før äll çürréntlý " +"énrølléd stüdénts. Générätéd répørts äppéär ïn ä täßlé ßéløw änd çän ßé " +"døwnløädéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢#" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" +"Før lärgé çøürsés, générätïng thïs répørt mäý täké sévéräl høürs. Pléäsé ßé " +"pätïént änd dø nøt çlïçk thé ßüttøn mültïplé tïmés. Çlïçkïng thé ßüttøn " +"mültïplé tïmés wïll sïgnïfïçäntlý sløw thé grädé générätïøn prøçéss. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυ#" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" +"Thé répørt ïs générätéd ïn thé ßäçkgrøünd, méänïng ït ïs ØK tø nävïgäté äwäý" +" frøm thïs pägé whïlé ýøür répørt ïs générätïng. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєт#" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "Généräté Grädé Répørt Ⱡ'σя#" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "Répørts Àväïläßlé før Døwnløäd Ⱡ'σяєм #" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" +"Ûnïqüé, néw fïlé lïnks før thé ÇSV répørts äré générätéd øn éäçh vïsït tø " +"thïs pägé. Thésé ünïqüé lïnks éxpïré wïthïn 5 mïnütés, düé tø thé sénsïtïvé " +"nätüré øf stüdént grädé ïnførmätïøn. Pléäsé nøté thät thé répørt fïlénämé " +"çøntäïns ä tïméstämp thät réprésénts whén ýøür fïlé wäs générätéd; thïs " +"tïméstämp ïs ÛTÇ, nøt ýøür løçäl tïmézøné. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт " +"∂σłσ#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "Ìndïvïdüäl düé däté éxténsïøns Ⱡ'σяєм #" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" +"Ìn thïs séçtïøn, ýøü hävé thé äßïlïtý tø gränt éxténsïøns øn spéçïfïç ünïts " +"tø ïndïvïdüäl stüdénts. Pléäsé nøté thät thé lätést däté ïs älwäýs täkén; " +"ýøü çännøt üsé thïs tøøl tø mäké än ässïgnmént düé éärlïér før ä pärtïçülär " +"stüdént. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ " +"єιυѕмσ∂ т#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "Çhøøsé thé grädéd ünït: Ⱡ'σяє#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" +"Spéçïfý thé éxténsïøn düé däté änd tïmé (ïn ÛTÇ; pléäsé spéçïfý MM/DD/ÝÝÝÝ " +"HH:MM) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "Çhängé düé däté før stüdént Ⱡ'σяєм#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "Vïéwïng gräntéd éxténsïøns Ⱡ'σяєм#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" +"Héré ýøü çän séé whät éxténsïøns hävé ßéén gräntéd øn pärtïçülär ünïts ør " +"før ä pärtïçülär stüdént. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" +"Çhøøsé ä grädéd ünït änd çlïçk thé ßüttøn tø øßtäïn ä lïst øf äll stüdénts " +"whø hävé éxténsïøns før thé gïvén ünït. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "Lïst äll stüdénts wïth düé däté éxténsïøns Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" +"Spéçïfý ä spéçïfïç stüdént tø séé äll øf thät stüdént's éxténsïøns. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕ#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "Lïst däté éxténsïøns før stüdént Ⱡ'σяєм ι#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "Réséttïng éxténsïøns Ⱡ'σя#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" +"Réséttïng ä prøßlém's düé däté résçïnds ä düé däté éxténsïøn før ä stüdént " +"øn ä pärtïçülär ünït. Thïs wïll révért thé düé däté før thé stüdént ßäçk tø " +"thé prøßlém's ørïgïnäl düé däté. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт,#" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "Rését düé däté før stüdént Ⱡ'σяєм#" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "Bäçk tø Ständärd Däshßøärd Ⱡ'σяєм#" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "séçtïøn_dïspläý_nämé Ⱡ'σя#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" +"Éntér stüdént émäïls sépärätéd ßý néw lïnés ør çømmäs. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "Stüdént Émäïls Ⱡ'#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "Àütø-Énrøll Ⱡ#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "Àütø Énrøll Ⱡ#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" +"Ìf äütø énrøll ïs çhéçkéd, stüdénts whø hävé nøt ýét régïstéréd før" +" édX wïll ßé äütømätïçällý énrølléd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" +"Ìf äütø énrøll ïs léft ünçhéçkéd, stüdénts whø hävé nøt ýét " +"régïstéréd før édX wïll nøt ßé énrølléd, ßüt wïll ßé älløwéd tø énrøll. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ι#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "Nøtïfý-stüdénts-ßý-émäïl Ⱡ'σяє#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" +"Ìf émäïl stüdénts ïs çhéçkéd stüdénts wïll réçéïvé än émäïl " +"nøtïfïçätïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "Énrøll Ⱡ'σяєм ιρѕ#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "Ûnénrøll #" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "Àdmïnïsträtïøn Lïst Mänägémént Ⱡ'σяєм #" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "Géttïng äväïläßlé lïsts... Ⱡ'σяєм#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" +"Stäff çännøt mødïfý stäff ør ßétä téstér lïsts. Tø mødïfý thésé lïsts, " +"çøntäçt ýøür ïnstrüçtør änd äsk thém tø ädd ýøü äs än ïnstrüçtør før stäff " +"änd ßétä lïsts, ør ä førüm ädmïn før førüm mänägémént. Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "Çøürsé Stäff Ⱡ#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" +"Çøürsé stäff çän hélp ýøü mänägé lïmïtéd äspéçts øf ýøür çøürsé. Stäff çän " +"énrøll änd ünénrøll stüdénts, äs wéll äs mødïfý théïr grädés änd séé äll " +"çøürsé dätä. Çøürsé stäff äré nøt äütømätïçällý gïvén äççéss tø Stüdïø änd " +"wïll nøt ßé äßlé tø édït ýøür çøürsé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "Àdd Stäff #" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "Ìnstrüçtørs Ⱡ#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" +"Ìnstrüçtørs äré thé çøré ädmïnïsträtïøn øf ýøür çøürsé. Ìnstrüçtørs çän ädd " +"änd rémøvé çøürsé stäff, äs wéll äs ädmïnïstér førüm äççéss. Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "Àdd Ìnstrüçtør Ⱡ'#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "Bétä Téstérs Ⱡ#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" +"Bétä téstérs çän séé çøürsé çøntént ßéføré thé rést øf thé stüdénts. Théý " +"çän mäké süré thät thé çøntént wørks, ßüt hävé nø äddïtïønäl prïvïlégés. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιρι#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "Bétä Téstér Ⱡ#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "Førüm Àdmïns Ⱡ#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" +"Førüm ädmïns çän édït ør délété äný pøst, çléär mïsüsé flägs, çløsé änd ré-" +"øpén thréäds, éndørsé réspønsés, änd séé pøsts frøm äll çøhørts. Théý ÇÀN " +"ädd/délété øthér mødérätørs änd théïr pøsts äré märkéd äs 'stäff'. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єι#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "Førüm Mødérätørs Ⱡ'σ#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" +"Førüm mødérätørs çän édït ør délété äný pøst, çléär mïsüsé flägs, çløsé änd " +"ré-øpén thréäds, éndørsé réspønsés, änd séé pøsts frøm äll çøhørts. Théý " +"ÇÀNNØT ädd/délété øthér mødérätørs änd théïr pøsts äré märkéd äs 'stäff'. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕм#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "Àdd Mødérätør Ⱡ'#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "Førüm Çømmünïtý TÀs Ⱡ'σя#" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" +"Çømmünïtý TÀ's äré mémßérs øf thé çømmünïtý whøm ýøü déém pärtïçülärlý " +"hélpfül øn thé førüms. Théý çän édït ør délété äný pøst, çléär mïsüsé flägs," +" çløsé änd ré-øpén thréäds, éndørsé réspønsés, änd séé pøsts frøm äll " +"çøhørts. Théïr pøsts äré märkéd 'Çømmünïtý TÀ'. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт," +" ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι#" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "Sénd Émäïl Ⱡ#" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" +"Pléäsé trý nøt tø émäïl stüdénts møré thän ønçé pér wéék. Béføré séndïng " +"ýøür émäïl, çønsïdér: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" +"Émäïl äçtïøns rün ïn thé ßäçkgrøünd. Thé stätüs før äný äçtïvé täsks - " +"ïnçlüdïng émäïl täsks - äppéärs ïn ä täßlé ßéløw. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тє#" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "Émäïl Täsk Hïstørý Ⱡ'σ#" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" +"Tø séé thé stätüs før äll ßülk émäïl täsks évér süßmïttéd før thïs çøürsé, " +"çlïçk øn thïs ßüttøn: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "Shøw Émäïl Täsk Hïstørý Ⱡ'σяє#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "Stüdént-spéçïfïç grädé ïnspéçtïøn Ⱡ'σяєм ι#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "Stüdént Émäïl ør Ûsérnämé Ⱡ'σяєм#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "Çlïçk thïs lïnk tø vïéw thé stüdént's prøgréss pägé: Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "Stüdént Prøgréss Pägé Ⱡ'σя#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "Stüdént-spéçïfïç grädé ädjüstmént Ⱡ'σяєм ι#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "Prøßlém ürlnämé Ⱡ'#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" +"Ýøü mäý üsé jüst thé \"ürlnämé\" ïf ä prøßlém, ør \"mødülénämé/ürlnämé\" ïf " +"nøt. (Før éxämplé, ïf thé løçätïøn ïs {location1}, thén jüst prøvïdé thé " +"{urlname1}. Ìf thé løçätïøn ïs {location2}, thén prøvïdé {urlname2}.) Ⱡ'σяєм" +" ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єι#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" +"Néxt, séléçt än äçtïøn tø pérførm før thé gïvén üsér änd prøßlém: Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "Rését Stüdént Àttémpts Ⱡ'σяє#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "Résçøré Stüdént Süßmïssïøn Ⱡ'σяєм#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" +"Ýøü mäý älsø délété thé éntïré stäté øf ä stüdént før thé spéçïfïéd prøßlém:" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "Délété Stüdént Stäté før Prøßlém Ⱡ'σяєм ι#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" +"Résçørïng rüns ïn thé ßäçkgrøünd, änd stätüs før äçtïvé täsks wïll äppéär ïn" +" thé 'Péndïng Ìnstrüçtør Täsks' täßlé. Tø séé stätüs før äll täsks süßmïttéd" +" før thïs prøßlém änd stüdént, çlïçk øn thïs ßüttøn: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "Shøw Bäçkgrøünd Täsk Hïstørý før Stüdént Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "Thén séléçt än äçtïøn Ⱡ'σя#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "Rését ÀLL stüdénts' ättémpts Ⱡ'σяєм #" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "Résçøré ÀLL stüdénts' prøßlém süßmïssïøns Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" +"Thé äßøvé äçtïøns rün ïn thé ßäçkgrøünd, änd stätüs før äçtïvé täsks wïll " +"äppéär ïn ä täßlé øn thé Çøürsé Ìnfø täß. Tø séé stätüs før äll täsks " +"süßmïttéd før thïs prøßlém, çlïçk øn thïs ßüttøn Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє#" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "Shøw Bäçkgrøünd Täsk Hïstørý før Prøßlém Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "Nøné Àväïläßlé Ⱡ'#" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "{course_number} Çømßïnéd Nøtïfïçätïøns Ⱡ'σяєм ιρѕ#" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "Øpén Éndéd Çønsølé Ⱡ'σ#" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" +"Héré äré ïtéms thät çøüld pøténtïällý nééd ýøür ätténtïøn. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "Nø ïtéms réqüïré ätténtïøn ät thé mømént. Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "{course_number} Fläggéd Øpén Éndéd Prøßléms Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "Fläggéd Øpén Éndéd Prøßléms Ⱡ'σяєм#" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" +"Héré äré ä lïst øf øpén éndéd prøßléms før thïs çøürsé thät hävé ßéén " +"fläggéd ßý stüdénts äs pøténtïällý ïnäpprøprïäté. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тє#" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "Nø fläggéd prøßléms éxïst. Ⱡ'σяєм#" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "Réspønsé #" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "Ûnfläg Ⱡ'σяєм ιρѕ#" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "Bän Ⱡ'σя#" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "{course_number} Øpén Éndéd Prøßléms Ⱡ'σяєм ιρ#" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "Øpén Éndéd Prøßléms Ⱡ'σя#" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" +"Héré ïs ä lïst øf øpén éndéd prøßléms før thïs çøürsé. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "Ýøü hävé nøt ättémptéd äný øpén éndéd prøßléms ýét. Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "Prøßlém Nämé Ⱡ#" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "Grädér Týpé Ⱡ#" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{end_p_tag}\n" +msgstr "" +"\n" +"{p_tag}Ýøü çürréntlý dø nøt hävé äný péér grädïng tø dø. Ìn ørdér tø hävé péér grädïng tø dø:\n" +"{ul_tag}\n" +"{li_tag}Ýøü nééd tø hävé süßmïttéd ä réspønsé tø ä péér grädïng prøßlém.{end_li_tag}\n" +"{li_tag}Thé ïnstrüçtør nééds tø sçøré thé éssäýs thät äré üséd tø hélp ýøü ßéttér ündérständ thé grädïng\n" +"çrïtérïä.{end_li_tag}\n" +"{li_tag}Théré müst ßé süßmïssïøns thät äré wäïtïng før grädïng.{end_li_tag}\n" +"{end_ul_tag}\n" +"{end_p_tag}\n" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α#\n" + +#: 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 "Péér Grädïng Ⱡ#" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"Here are a list of problems that need to be peer graded for this course." +msgstr "" +"Héré äré ä lïst øf prøßléms thät nééd tø ßé péér grädéd før thïs çøürsé. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "Düé däté #" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "Grädéd Ⱡ'σяєм ιρѕ#" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "Àväïläßlé #" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "Réqüïréd #" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "Nø düé däté Ⱡ#" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" +"Thé düé däté häs pässéd, änd péér grädïng før thïs prøßlém ïs çløséd ät thïs" +" tïmé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" +"Thé düé däté häs pässéd, änd péér grädïng ïs çløséd ät thïs tïmé. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "Léärnïng tø Grädé Ⱡ'σ#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "Pléäsé ïnçlüdé sømé wrïttén féédßäçk äs wéll. Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" +"Thïs süßmïssïøn häs éxplïçït, øffénsïvé, ør (Ì süspéçt) plägïärïzéd çøntént." +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "Høw dïd Ì dø? Ⱡ'#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "Çøntïnüé #" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "Réädý tø grädé! Ⱡ'#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" +"Ýøü hävé fïnïshéd léärnïng tø grädé, whïçh méäns thät ýøü äré nøw réädý tø " +"stärt grädïng. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "Stärt Grädïng! Ⱡ'#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "Léärnïng tø grädé Ⱡ'σ#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" +"Ýøü hävé nøt ýét fïnïshéd léärnïng tø grädé thïs prøßlém. Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" +"Ýøü wïll nøw ßé shøwn ä sérïés øf ïnstrüçtør-sçøréd éssäýs, änd wïll ßé " +"äskéd tø sçøré thém ýøürsélf. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" +"Ønçé ýøü çän sçøré thé éssäýs sïmïlärlý tø än ïnstrüçtør, ýøü wïll ßé réädý " +"tø grädé ýøür péérs. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "Stärt léärnïng tø grädé Ⱡ'σяє#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "Àré ýøü süré thät ýøü wänt tø fläg thïs süßmïssïøn? Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" +"Ýøü äré äßøüt tø fläg ä süßmïssïøn. Ýøü shøüld ønlý fläg ä süßmïssïøn thät " +"çøntäïns éxplïçït, øffénsïvé, ør (süspéçtéd) plägïärïzéd çøntént. Ìf thé " +"süßmïssïøn ïs nøt äddrésséd tø thé qüéstïøn ør ïs ïnçørréçt, ýøü shøüld gïvé" +" ït ä sçøré øf zérø änd äççømpänýïng féédßäçk ïnstéäd øf fläggïng ït. Ⱡ'σяєм" +" ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя " +"ιη¢ι∂ι∂υηт υт #" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "Rémøvé Fläg Ⱡ#" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "Kéép Fläg #" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "Gø Bäçk #" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "Thänks Før Régïstérïng! Ⱡ'σяє#" + +#: 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 "" +"Ýøür äççøünt ïs nøt äçtïvé ýét. Àn äçtïvätïøn lïnk häs ßéén sént tø {email}," +" äløng wïth ïnstrüçtïøns før äçtïvätïng ýøür äççøünt. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт" +" αмєт, ¢σηѕє¢тєтυя#" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "Àçtïvätïøn Çømplété! Ⱡ'σя#" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "Àççøünt älréädý äçtïvé! Ⱡ'σяє#" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "Ýøü çän nøw {link_start}løg ïn{link_end}. Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "Àçtïvätïøn Ìnvälïd Ⱡ'σ#" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" +"Søméthïng wént wrøng. Çhéçk tø mäké süré thé ÛRL ýøü wént tø wäs çørréçt -- " +"é-mäïl prøgräms wïll sømétïmés splït ït ïntø twø lïnés. Ìf ýøü stïll hävé " +"ïssüés, é-mäïl üs tø lét üs knøw whät häppénéd ät {email}. Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ #" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" +"Ør ýøü çän gø ßäçk tø thé {link_start}hømé pägé{link_end}. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "Pässwørd rését süççéssfül Ⱡ'σяєм#" + +#: 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 "" +"Wé'vé é-mäïléd ýøü ïnstrüçtïøns før séttïng ýøür pässwørd tø thé é-mäïl " +"äddréss ýøü süßmïttéd. Ýøü shøüld ßé réçéïvïng ït shørtlý. Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя#" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "Døwnløäd ÇSV Dätä Ⱡ'σ#" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "Thésé répørts äré délïmïtéd ßý stärt änd énd dätés. Ⱡ'σяєм ιρѕυм ∂#" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "Stärt Däté: Ⱡ#" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "Énd Däté: Ⱡ#" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" +"Thésé répørts äré délïmïtéd älphäßétïçällý ßý ünïvérsïtý nämé. ï.é., " +"générätïng ä répørt wïth 'Stärt Léttér' À änd 'Énd Léttér' Ç wïll généräté " +"répørts før äll ünïvérsïtïés stärtïng wïth À, B, änd Ç. Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂#" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "Stärt Léttér: Ⱡ'#" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "Énd Léttér: Ⱡ#" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "Päýmént Érrør Ⱡ'#" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "Théré wäs än érrør prøçéssïng ýøür ørdér! Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "Ýøür Shøppïng Çärt Ⱡ'σ#" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "Ýøür séléçtéd ïtéms: Ⱡ'σя#" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "Ûnït Prïçé Ⱡ#" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "Prïçé Ⱡ'σяєм ι#" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "Tøtäl Àmøünt Ⱡ#" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "Ýøü hävé séléçtéd nø ïtéms før pürçhäsé. Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "Régïstér før [Çøürsé Nämé] | Réçéïpt (Ørdér Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr " () Éléçtrønïç Réçéïpt Ⱡ'σяє#" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "Ørdér # #" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "Däté: Ⱡ'σяєм ι#" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "Ìtéms ørdéréd: Ⱡ'#" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "Qtý Ⱡ'σя#" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "Nøté: ïtéms wïth strïkéthøügh lïké Ⱡ'σяєм ιρ#" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr " hävé ßéén réfündéd. Ⱡ'σя#" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "Bïlléd Tø: Ⱡ#" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "#: Ⱡ'#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "Réçéïpt (Ørdér Ⱡ'#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "Ýøü äré nøw régïstéréd før: Ⱡ'σяєм #" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "Régïstéréd äs: Ⱡ'#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "Ýøür Prøgréss Ⱡ'#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "Çürrént Stép: Ⱡ'#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "Ìntrø Ⱡ'σяєм ι#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "Täké Phøtø Ⱡ#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "Täké ÌD Phøtø Ⱡ'#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "Révïéw Ⱡ'σяєм ιρѕ#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "Mäké Päýmént Ⱡ#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "Çønfïrmätïøn Ⱡ#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "Çøngrätülätïøns! Ýøü äré nøw vérïfïéd øn Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" +"Ýøü äré nøw régïstéréd äs ä vérïfïéd stüdént! Ýøür régïsträtïøn détäïls äré " +"ßéløw. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "Ýøü äré régïstéréd før: Ⱡ'σяє#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" +"À lïst øf çøürsés ýøü hävé jüst régïstéréd før äs ä vérïfïéd stüdént Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕ#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "Øptïøns #" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "Stärts: {start_date} Ⱡ'σя#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "Gø tø Çøürsé Ⱡ#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "Gø tø ýøür Däshßøärd Ⱡ'σя#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "Vérïfïéd Stätüs Ⱡ'#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" +"Wé hävé réçéïvéd ýøür ïdéntïfïçätïøn détäïls tø vérïfý ýøür ïdéntïtý. Ìf " +"théré ïs ä prøßlém wïth äný øf thé ïtéms, wé wïll çøntäçt ýøü tø résüßmït. " +"Ýøü çän nøw régïstér før äný øf thé vérïfïéd çértïfïçäté çøürsés thïs " +"séméstér wïthøüt hävïng tø ré-vérïfý. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ι#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" +"Thé prøféssør wïll äsk ýøü tø pérïødïçällý süßmït ä néw phøtø tø vérïfý ýøür" +" wørk dürïng thé çøürsé (üsüällý ät éxäm tïmés). Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєт#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "Päýmént Détäïls Ⱡ'#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" +"Pléäsé prïnt thïs pägé før ýøür réçørds; ït sérvés äs ýøür réçéïpt. Ýøü wïll" +" älsø réçéïvé än émäïl wïth thé sämé ïnførmätïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυ#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "Ørdér Nø. #" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "Tøtäl Ⱡ'σяєм ι#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "thïs Ⱡ'σяєм#" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "Bïlléd Tø #" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" +"Thé pägé thät ýøü wéré løøkïng før wäs nøt føünd. Gø ßäçk tø thé " +"{link_start}hømépägé{link_end} ør lét üs knøw äßøüt äný pägés thät mäý hävé " +"ßéén møvéd ät {email}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιη#" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" +"Thïs pägé léft ïnténtïønällý ßlänk. Ìt ïs nøt üséd ßý édx.ørg ßüt ïs léft " +"héré før pøssïßlé üsé ßý ïnställätïøns øf Øpén édX. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυ#" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "Hønør Çødé Ⱡ#" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "Médïä Kït #" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "Ìn thé Préss Ⱡ#" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" +"Çürréntlý thé {platform_name} sérvérs äré døwn Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" +"Øür stäff ïs çürréntlý wørkïng tø gét thé sïté ßäçk üp äs søøn äs pøssïßlé. " +"Pléäsé émäïl üs ät {tech_support_email} tø répørt äný " +"prøßléms ør døwntïmé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"єłιт, ѕє#" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" +"Théré häs ßéén ä 500 érrør øn thé {platform_name} sérvérs Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" +"Pléäsé wäït ä féw séçønds änd thén réløäd thé pägé. Ìf thé prøßlém pérsïsts," +" pléäsé émäïl üs ät {email}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυ#" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" +"Çürréntlý thé {platform_name} sérvérs äré øvérløädéd Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "édX édgé #" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "Løg ïn tø ýøür çøürsés Ⱡ'σяє#" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "Régïstér før çlässés Ⱡ'σя#" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" +"Täké fréé ønlïné çøürsés frøm tødäý's léädïng ünïvérsïtïés. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "Édït Ýøür Nämé Ⱡ'#" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" +"Thé følløwïng érrør øççürréd whïlé édïtïng ýøür nämé: Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "Çhängé mý nämé Ⱡ'#" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "Whý Dø Ì Nééd tø Ré-Vérïfý? Ⱡ'σяєм#" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" +"Àt kéý pøïnts ïn ä çøürsé, thé prøféssør wïll äsk ýøü tø ré-vérïfý ýøür " +"ïdéntïtý. Wé wïll sénd thé néw phøtø tø ßé mätçhéd üp wïth thé phøtø øf thé " +"ørïgïnäl ÌD ýøü süßmïttéd whén ýøü sïgnéd üp før thé çøürsé. Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ #" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "Hävïng Téçhnïçäl Trøüßlé? Ⱡ'σяєм#" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" +"Pléäsé mäké süré ýøür ßrøwsér ïs üpdätéd tø thé {a_start}møst réçént" +" vérsïøn pøssïßlé{a_end}. Àlsø, pléäsé mäké süré ýøür wéß " +"çäm ïs plüggéd ïn, türnéd øn, änd älløwéd tø fünçtïøn ïn ýøür wéß ßrøwsér " +"(çømmønlý ädjüstäßlé ïn ýøür ßrøwsér séttïngs) Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υη#" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "Hävé qüéstïøns? Ⱡ'#" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" +"Pléäsé réäd {a_start}øür FÀQs tø vïéw çømmøn qüéstïøns äßøüt øür " +"çértïfïçätés{a_end}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "Ýøü äré üpgrädïng ýøür régïsträtïøn før Ⱡ'σяєм ιρѕ#" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "Ýøü äré ré-vérïfýïng før Ⱡ'σяє#" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "Ýøü äré régïstérïng før Ⱡ'σяє#" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "Ûpgrädïng tø: Ⱡ'#" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "Ré-vérïfýïng før: Ⱡ'σ#" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "Régïstérïng äs: Ⱡ'σ#" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "Çhängé ýøür mïnd? Ⱡ'σ#" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" +"Ýøü çän älwäýs çøntïnüé tø äüdït thé çøürsé wïthøüt vérïfýïng. Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" +"Ýøü çän älwäýs {a_start} äüdït thé çøürsé før fréé {a_end} wïthøüt " +"vérïfýïng. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "Téçhnïçäl Réqüïréménts Ⱡ'σяє#" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" +"Pléäsé mäké süré ýøür ßrøwsér ïs üpdätéd tø thé {a_start}møst réçént" +" vérsïøn pøssïßlé{a_end}. Àlsø, pléäsé mäké süré ýøür wéß " +"çäm ïs plüggéd ïn, türnéd øn, änd älløwéd tø fünçtïøn ïn ýøür wéß ßrøwsér " +"(çømmønlý ädjüstäßlé ïn ýøür ßrøwsér séttïngs). Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υη#" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "Édït Ýøür Füll Nämé Ⱡ'σя#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "Ré-Vérïfý #" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "Nø Wéßçäm Détéçtéd Ⱡ'σ#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" +"Ýøü døn't séém tø hävé ä wéßçäm çønnéçtéd. Døüßlé-çhéçk thät ýøür wéßçäm ïs " +"çønnéçtéd änd wørkïng tø çøntïnüé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "Nø Fläsh Détéçtéd Ⱡ'σ#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" +"Ýøü døn't séém tø hävé Fläsh ïnställéd. {a_start} Gét Fläsh {a_end} tø " +"çøntïnüé ýøür régïsträtïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "Érrør süßmïttïng ýøür ïmägés Ⱡ'σяєм #" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" +"Øøps! Søméthïng wént wrøng. Pléäsé çønfïrm ýøür détäïls änd trý ägäïn. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "Ré-Täké Ýøür Phøtø Ⱡ'σ#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" +"Ûsé ýøür wéßçäm tø täké ä pïçtüré øf ýøür fäçé sø wé çän mätçh ït wïth ýøür " +"ørïgïnäl vérïfïçätïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" +"Døn't séé ýøür pïçtüré? Mäké süré tø älløw ýøür ßrøwsér tø üsé ýøür çämérä " +"whén ït äsks før pérmïssïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "Rétäké Ⱡ'σяєм ιρѕ#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "Täké phøtø Ⱡ#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "Løøks gøød Ⱡ#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "Tïps øn täkïng ä süççéssfül phøtø Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "Mäké süré ýøür fäçé ïs wéll-lït Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "Bé süré ýøür éntïré fäçé ïs ïnsïdé thé främé Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" +"Çän wé mätçh thé phøtø ýøü tøøk wïth thé øné øn ýøür ÌD? Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "Ønçé ïn pøsïtïøn, üsé thé çämérä ßüttøn Ⱡ'σяєм ιρѕ#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "tø çäptüré ýøür pïçtüré Ⱡ'σяє#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "Ûsé thé çhéçkmärk ßüttøn Ⱡ'σяє#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "ønçé ýøü äré häppý wïth thé phøtø Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "Çømmøn Qüéstïøns Ⱡ'σ#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "Whý dø ýøü nééd mý phøtø? Ⱡ'σяєм#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" +"Às pärt øf thé vérïfïçätïøn prøçéss, wé nééd ýøür phøtø tø çønfïrm thät ýøü " +"äré ýøü. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "Whät dø ýøü dø wïth thïs pïçtüré? Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" +"Wé ønlý üsé ït tø vérïfý ýøür ïdéntïtý. Ìt ïs nøt dïspläýéd änýwhéré. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "Çhéçk Ýøür Nämé Ⱡ'#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" +"Mäké süré ýøür füll nämé øn ýøür édX äççøünt ({full_name}) mätçhés thé ÌD " +"ýøü ørïgïnällý süßmïttéd. Wé wïll älsø üsé thïs äs thé nämé øn ýøür " +"çértïfïçäté. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "Édït ýøür nämé Ⱡ'#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" +"Ønçé ýøü vérïfý ýøür phøtø løøks gøød änd ýøür nämé ïs çørréçt, ýøü çän " +"fïnïsh ýøür ré-vérïfïçätïøn änd rétürn tø ýøür çøürsé. Nøté: Ýøü " +"wïll nøt hävé änøthér çhänçé tø ré-vérïfý. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ #" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" +"Ýés! Ýøü çän çønfïrm mý ïdéntïtý wïth thïs ïnførmätïøn. Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "Süßmït phøtøs & ré-vérïfý Ⱡ'σяєм #" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "Ré-Vérïfïçätïøn Süßmïssïøn Çønfïrmätïøn Ⱡ'σяєм ιρѕ#" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "Ýøür Çrédéntïäls Hävé Béén Ûpdätéd Ⱡ'σяєм ιρ#" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" +"Wé hävé réçéïvéd ýøür ré-vérïfïçätïøn détäïls änd süßmïttéd thém før révïéw." +" Ýøür däshßøärd wïll shøw thé nøtïfïçätïøn stätüs ønçé thé révïéw ïs " +"çømplété. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι#" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" +"Pléäsé nøté: Thé prøféssør mäý äsk ýøü tø ré-vérïfý ägäïn ät øthér kéý " +"pøïnts ïn thé çøürsé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "Çømplété ýøür øthér ré-vérïfïçätïøns Ⱡ'σяєм ιρ#" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "Rétürn tø whéré ýøü léft øff Ⱡ'σяєм #" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "Révérïfïçätïøn Stätüs Ⱡ'σя#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "Ýøü äré ïn thé ÌD Vérïfïéd träçk Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" +"Ýøü çürréntlý nééd tø ré-vérïfý før thé følløwïng çøürsés: Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "Ré-vérïfý ßý {date} Ⱡ'σя#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" +"Ýøü çürréntlý nééd tø ré-vérïfý før thé følløwïng çøürsé: Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "Ýøü hävé nø ré-vérïfïçätïøns ät présént. Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "Thé stätüs øf ýøür süßmïttéd ré-vérïfïçätïøns: Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "Fäïléd Ⱡ'σяєм ιρѕ#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" +"Døn't wänt tø ré-vérïfý rïght nøw? {a_start}Rétürn tø whéré ýøü léft " +"øff{a_end} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "{a_start}Rétürn tø whéré ýøü léft øff{a_end} Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "Whý dø Ì nééd tø ré-vérïfý? Ⱡ'σяєм#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" +"Àt kéý pøïnts ïn ä çøürsé, thé prøféssør wïll äsk ýøü tø ré-vérïfý ýøür " +"ïdéntïtý ßý süßmïttïng ä néw phøtø øf ýøür fäçé. Wé wïll sénd thé néw phøtø " +"tø ßé mätçhéd üp wïth thé phøtø øf thé ørïgïnäl ÌD ýøü süßmïttéd whén ýøü " +"sïgnéd üp før thé çøürsé. Ìf ýøü äré täkïng mültïplé çøürsés, ýøü mäý nééd " +"tø ré-vérïfý mültïplé tïmés, ønçé før évérý ïmpørtänt pøïnt ïn éäçh çøürsé " +"ýøü äré täkïng äs ä vérïfïéd stüdént. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт " +"∂σłσяє мαgηα αłιqυα. υт єηι#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "Whät wïll Ì nééd tø ré-vérïfý? Ⱡ'σяєм #" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" +"Béçäüsé ýøü äré jüst çønfïrmïng thät ýøü äré stïll ýøü, thé ønlý thïng ýøü " +"wïll nééd tø dø tø ré-vérïfý ïs tø süßmït ä néw phøtø øf ýøür fäçé wïth " +"ýøür wéßçäm. Thé prøçéss ïs qüïçk änd ýøü wïll ßé ßrøüght ßäçk tø whéré " +"ýøü léft øff sø ýøü çän kéép øn léärnïng. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" +"Ìf ýøü çhängéd ýøür nämé dürïng thé séméstér änd ït nø løngér mätçhés thé " +"ørïgïnäl ÌD ýøü süßmïttéd, ýøü wïll nééd tø ré-édït ýøür nämé tø mätçh äs " +"wéll. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι#" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "Whät ïf Ì hävé trøüßlé wïth mý ré-vérïfïçätïøn? Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" +"Béçäüsé øf thé shørt tïmé thät ré-vérïfïçätïøn ïs øpén, ýøü wïll nøt" +" ßé äßlé tø çørréçt ä fäïléd vérïfïçätïøn. Ìf ýøü thïnk théré wäs " +"än érrør ïn thé révïéw, pléäsé çøntäçt üs ät {email} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂#" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "Ré-Vérïfïçätïøn Ⱡ'#" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "Pléäsé Résüßmït Ýøür Vérïfïçätïøn Ìnførmätïøn Ⱡ'σяєм ιρѕυм#" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" +"Théré wäs än érrør wïth ýøür prévïøüs vérïfïçätïøn. Ìn ørdér prøçééd ïn thé " +"vérïfïéd çértïfïçäté øf äçhïévémént träçk øf ýøür çürrént çøürsés, pléäsé " +"çømplété thé følløwïng stéps. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "Ré-Täké Phøtø Ⱡ'#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "Ré-Täké ÌD Phøtø Ⱡ'σ#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" +"Ûsé ýøür wéßçäm tø täké ä pïçtüré øf ýøür fäçé sø wé çän mätçh ït wïth thé " +"pïçtüré øn ýøür ÌD. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" +"Ønçé ýøü vérïfý ýøür phøtø løøks gøød, ýøü çän møvé øn tø stép 2. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "Gø tø Stép 2: Ré-Täké ÌD Phøtø Ⱡ'σяєм #" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "Shøw Ûs Ýøür ÌD Ⱡ'#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" +"Ûsé ýøür wéßçäm tø täké ä pïçtüré øf ýøür ÌD sø wé çän mätçh ït wïth ýøür " +"phøtø änd thé nämé øn ýøür äççøünt. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "Mäké süré ýøür ÌD ïs wéll-lït Ⱡ'σяєм #" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" +"Àççéptäßlé ÌDs ïnçlüdé drïvérs lïçénsés, pässpørts, ør øthér gøvérmént-" +"ïssüéd ÌDs thät ïnçlüdé ýøür nämé änd phøtø Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "Çhéçk thät théré ïsn't äný gläré Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" +"Énsüré thät ýøü çän séé ýøür phøtø änd réäd ýøür nämé Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" +"Trý tø kéép ýøür fïngérs ät thé édgé tø ävøïd çøvérïng ïmpørtänt ïnførmätïøn" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "tø çäptüré ýøür ÌD Ⱡ'σ#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "Whý dø ýøü nééd ä phøtø øf mý ÌD? Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" +"Wé nééd tø mätçh ýøür ÌD wïth ýøür phøtø änd nämé tø çønfïrm thät ýøü äré " +"ýøü. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" +"Wé énçrýpt ït änd sénd ït tø øür séçüré äüthørïzätïøn sérvïçé før révïéw. Wé" +" üsé thé hïghést lévéls øf séçürïtý änd dø nøt sävé thé phøtø ør ïnførmätïøn" +" änýwhéré ønçé thé mätçh häs ßéén çømplétéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" +"Ønçé ýøü vérïfý ýøür ÌD phøtø løøks gøød, ýøü çän møvé øn tø stép 3. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕ#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "Gø tø Stép 3: Révïéw Ýøür Ìnfø Ⱡ'σяєм #" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "Vérïfý Ýøür Süßmïssïøn Ⱡ'σяє#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" +"Mäké süré wé çän vérïfý ýøür ïdéntïtý wïth thé phøtøs änd ïnførmätïøn ßéløw." +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "Révïéw thé Phøtøs Ýøü'vé Ré-Täkén Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" +"Pléäsé révïéw thé phøtøs änd vérïfý thät théý méét thé réqüïréménts lïstéd " +"ßéløw. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" +"Thé phøtø äßøvé nééds tø méét thé følløwïng réqüïréménts: Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "Bé wéll lït Ⱡ#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "Shøw ýøür whølé fäçé Ⱡ'σя#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" +"Thé phøtø øn ýøür ÌD müst mätçh thé phøtø øf ýøür fäçé Ⱡ'σяєм ιρѕυм ∂σ#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "Bé réädäßlé (nøt tøø fär äwäý, nø gläré) Ⱡ'σяєм ιρѕυ#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" +"Thé nämé øn ýøür ÌD müst mätçh thé nämé øn ýøür äççøünt ßéløw Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "Phøtøs døn't méét thé réqüïréménts? Ⱡ'σяєм ιρ#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "Rétäké Ýøür Phøtøs Ⱡ'σ#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" +"Mäké süré ýøür füll nämé øn ýøür édX äççøünt ({full_name}) mätçhés ýøür ÌD. " +"Wé wïll älsø üsé thïs äs thé nämé øn ýøür çértïfïçäté. Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυя#" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" +"Ønçé ýøü vérïfý ýøür détäïls mätçh thé réqüïréménts, ýøü çän møvé øntø tø " +"çønfïrm ýøür ré-vérïfïçätïøn süßmïsssïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢#" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "Ýés! Mý détäïls äll mätçh. Ⱡ'σяєм#" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "Ûpgrädé Ýøür Régïsträtïøn før {} | Vérïfïçätïøn Ⱡ'σяєм ιρѕυм #" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "Régïstér før {} | Vérïfïçätïøn Ⱡ'σяєм #" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" +"Ýøü døn't séém tø hävé ä wéßçäm çønnéçtéd. Døüßlé-çhéçk thät ýøür wéßçäm ïs " +"çønnéçtéd änd wørkïng tø çøntïnüé régïstérïng, ør séléçt tø {a_start} äüdït " +"thé çøürsé før fréé {a_end} wïthøüt vérïfýïng. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ #" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "Érrør prøçéssïng ýøür ørdér Ⱡ'σяєм#" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" +"Øøps! Søméthïng wént wrøng. Pléäsé çønfïrm ýøür détäïls ägäïn änd çlïçk thé " +"ßüttøn tø møvé øn tø päýmént. Ìf ýøü äré stïll hävïng trøüßlé, pléäsé trý " +"ägäïn lätér. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιη#" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "Täké Ýøür Phøtø Ⱡ'#" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "Whät ïf mý çämérä ïsn't wørkïng? Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "Gø tø Stép 2: Täké ÌD Phøtø Ⱡ'σяєм#" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "Révïéw thé Phøtøs Ýøü'vé Täkén Ⱡ'σяєм #" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "Çhéçk Ýøür Çøntrïßütïøn Lévél Ⱡ'σяєм #" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" +"Pléäsé çønfïrm ýøür çøntrïßütïøn før thïs çøürsé (mïn. $ Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" +"Ønçé ýøü vérïfý ýøür détäïls mätçh thé réqüïréménts, ýøü çän møvé øn tø stép" +" 4, päýmént øn øür séçüré sérvér. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" +"Tø çøntïnüé ïn thé ÌD Vérïfïéd träçk ïn {course}, ýøü nééd tø ré-vérïfý ýøür" +" ïdéntïtý ßý {date}. Gø tø ÛRL. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" +"Wé'vé çäptüréd ýøür ré-süßmïttéd ïnførmätïøn änd wïll révïéw ït tø vérïfý " +"ýøür ïdéntïtý shørtlý. Ýøü shøüld réçéïvé än üpdäté tø ýøür vérïïçätïøn " +"stätüs wïthïn 1-2 däýs. Ìn thé méäntïmé, ýøü stïll hävé äççéss tø äll øf " +"ýøür çøürsé çøntént. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"єłιт, ѕє∂ ∂σ єιυѕмσ∂ тє#" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "Rétürn tø Ýøür Däshßøärd Ⱡ'σяє#" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "Ré-Vérïfïçätïøn Fäïléd Ⱡ'σяє#" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" +"Ýøür ré-vérïfïçätïøn wäs süßmïttéd äftér thé ré-vérïfïçätïøn déädlïné, änd " +"ýøü çän nø løngér ßé ré-vérïfïéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" +"Pléäsé çøntäçt süppørt ïf ýøü ßélïévé thïs méssägé tø ßé ïn érrør. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "Ûpgrädé Ýøür Régïsträtïøn før {} Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "Régïstér før {} Ⱡ'#" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" +"Ýøü nééd tø äçtïväté ýøür édX äççøünt ßéføré prøçéédïng Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" +"Pléäsé çhéçk ýøür émäïl før fürthér ïnstrüçtïøns øn äçtïvätïng ýøür néw " +"äççøünt. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "Whät Ýøü Wïll Nééd tø Ûpgrädé Ⱡ'σяєм #" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" +"Théré äré thréé thïngs ýøü wïll nééd tø üpgrädé tø ßéïng än ÌD vérïfïéd " +"stüdént: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "Whät Ýøü Wïll Nééd tø Régïstér Ⱡ'σяєм #" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" +"Théré äré thréé thïngs ýøü wïll nééd tø régïstér äs än ÌD vérïfïéd stüdént: " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "Àçtïväté Ýøür Àççøünt Ⱡ'σя#" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "Çhéçk ýøür émäïl Ⱡ'σ#" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" +"ýøü nééd än äçtïvé édX äççøünt ßéføré régïstérïng - çhéçk ýøür émäïl før " +"ïnstrüçtïøns Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "Ìdéntïfïçätïøn Ⱡ'#" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "À phøtø ïdéntïfïçätïøn døçümént Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" +"ä drïvérs lïçénsé, pässpørt, ør øthér gøvérmént ør sçhøøl-ïssüéd ÌD wïth " +"ýøür nämé änd pïçtüré øn ït Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "Wéßçäm Ⱡ'σяєм ιρѕ#" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "À wéßçäm änd ä mødérn ßrøwsér Ⱡ'σяєм #" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" +"{ff_a_start}Fïréføx{a_end}, {chrome_a_start}Çhrømé{a_end}, " +"{safari_a_start}Säfärï{a_end}, {ie_a_start}ÌÉ9+{a_end} Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢#" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" +"Pléäsé mäké süré ýøür ßrøwsér ïs üpdätéd tø thé møst réçént vérsïøn pøssïßlé" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "Çrédït ør Déßït Çärd Ⱡ'σя#" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "À mäjør çrédït ør déßït çärd Ⱡ'σяєм #" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" +"Vïsä, Mästér Çärd, Àmérïçän Éxpréss, Dïsçøvér, Dïnérs Çlüß, JÇB wïth " +"Dïsçøvér løgø Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" +"Mïssïng søméthïng? Ýøü çän älwäýs çøntïnüé tø äüdït thïs çøürsé ïnstéäd. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" +"Mïssïng søméthïng? Ýøü çän älwäýs {a_start}äüdït thïs çøürsé ïnstéäd{a_end} " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "Gø tø Stép 1: Täké mý Phøtø Ⱡ'σяєм#" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "ÌD Vérïfïçätïøn Ⱡ'#" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "Ýøü'vé Béén Vérïfïéd Prévïøüslý Ⱡ'σяєм ι#" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" +"Wé'vé älréädý vérïfïéd ýøür ïdéntïtý (thrøügh thé phøtøs øf ýøü änd ýøür ÌD " +"ýøü prøvïdéd éärlïér). Ýøü çän prøçééd tø mäké ýøür séçüré päýmént änd " +"çømplété régïsträtïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"#" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "Ýøü hävé déçïdéd tø päý $ Ⱡ'σяєм#" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "{span_start}äçtïvé{span_end} Ⱡ'σяєм #" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "Thé pägé thät ýøü wéré løøkïng før wäs nøt føünd. Ⱡ'σяєм ιρѕυм ∂#" + +#: 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 "" +"Gø ßäçk tø thé {homepage} ør lét üs knøw äßøüt äný pägés thät mäý hävé ßéén " +"møvéd ät {email}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "Stüdïø Sérvér Érrør Ⱡ'σя#" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "Thé Stüdïø sérvérs énçøüntéréd än érrør Ⱡ'σяєм ιρѕυм #" + +#: 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 "" +"Àn érrør øççürréd ïn Stüdïø änd thé pägé çøüld nøt ßé løädéd. Pléäsé trý " +"ägäïn ïn ä féw møménts. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" +"Wé'vé løggéd thé érrør änd øür stäff ïs çürréntlý wørkïng tø résølvé thïs " +"érrør äs søøn äs pøssïßlé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" +"Ìf thé prøßlém pérsïsts, pléäsé émäïl üs ät {email_link}. Ⱡ'σяєм ιρѕυм ∂σł#" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "Stüdïø Àççøünt Àçtïvätïøn Ⱡ'σяєм#" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "Ýøür äççøünt ïs älréädý äçtïvé Ⱡ'σяєм #" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" +"Thïs äççøünt, sét üp üsïng {0}, häs älréädý ßéén äçtïvätéd. Pléäsé sïgn ïn " +"tø stärt wørkïng wïthïn édX Stüdïø. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "Sïgn ïntø Stüdïø Ⱡ'σ#" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "Ýøür äççøünt äçtïvätïøn ïs çømplété! Ⱡ'σяєм ιρ#" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" +"Thänk ýøü før äçtïvätïng ýøür äççøünt. Ýøü mäý nøw sïgn ïn änd stärt üsïng " +"édX Stüdïø tø äüthør çøürsés. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢ση#" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "Ýøür äççøünt äçtïvätïøn ïs ïnvälïd Ⱡ'σяєм ιρ#" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" +"Wé'ré sørrý. Søméthïng wént wrøng wïth ýøür äçtïvätïøn. Çhéçk tø mäké süré " +"thé ÛRL ýøü wént tø wäs çørréçt — é-mäïl prøgräms wïll sømétïmés splït" +" ït ïntø twø lïnés. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg є#" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" +"Ìf ýøü stïll hävé ïssüés, çøntäçt édX Süppørt. Ìn thé méätïmé, ýøü çän älsø " +"rétürn tø Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "Çøntäçt édX Süppørt Ⱡ'σя#" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "Fïlés & Ûpløäds Ⱡ'σя#" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "Ûpløädïng… Ⱡ#" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "Çhøøsé Fïlé Ⱡ#" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "Ûpløäd Néw Fïlé Ⱡ'#" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "Løäd Ànøthér Fïlé Ⱡ'σ#" + +#: 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 "Çøntént #" + +#: cms/templates/asset_index.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 "Pägé Àçtïøns Ⱡ#" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "Whät fïlés äré lïstéd héré? Ⱡ'σяєм#" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" +"Ìn äddïtïøn tø thé fïlés ýøü üpløäd øn thïs pägé, äný fïlés thät ýøü ädd tø " +"thé çøürsé äppéär ïn thïs lïst. Thésé fïlés ïnçlüdé ýøür çøürsé ïmägé, " +"téxtßøøk çhäptérs, änd fïlés thät äppéär øn ýøür Çøürsé Händøüts sïdéßär. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕ#" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "Whät çän Ì dø øn thïs pägé? Ⱡ'σяєм#" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" +"Ýøü çän üpløäd néw fïlés ør vïéw, døwnløäd, ør délété éxïstïng fïlés. Ýøü " +"çän løçk ä fïlé sø thät péøplé whø äré nøt énrølléd ïn ýøür çøürsé çännøt " +"äççéss thät fïlé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg#" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" +"Ûsé thé ÛRL lïstéd før ä fïlé tø çréäté ä lïnk tø thät fïlé ïn thé Çøürsé " +"Händøüts sïdéßär ør ïn thé ßødý øf thé çøürsé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тє#" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "Ýøür fïlé häs ßéén délétéd. Ⱡ'σяєм#" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "çløsé älért Ⱡ#" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "Tøøls Ⱡ'σяєм ι#" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "Çøürsé Çhéçklïsts Ⱡ'σ#" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "Çürrént Çhéçklïsts Ⱡ'σ#" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "Whät äré çøürsé çhéçklïsts? Ⱡ'σяєм#" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" +"Çøürsé çhéçklïsts äré tøøls tø hélp ýøü ündérständ änd kéép träçk øf äll thé" +" stéps néçéssärý tø gét ýøür çøürsé réädý før stüdénts. Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυя #" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" +"Àný çhängés ýøü mäké tø thésé çhéçklïsts äré sävéd äütømätïçällý änd äré " +"ïmmédïätélý vïsïßlé tø øthér çøürsé téäm mémßérs. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєт#" + +#: cms/templates/component.html +msgid "Editor" +msgstr "Édïtør Ⱡ'σяєм ιρѕ#" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "Düplïçäté #" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "Düplïçäté thïs çømpønént Ⱡ'σяє#" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "Délété thïs çømpønént Ⱡ'σя#" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "Dräg tø réørdér Ⱡ'#" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "Çøürsé Ûpdätés Ⱡ'#" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "Néw Ûpdäté Ⱡ#" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" +"Ûsé çøürsé üpdätés tø nøtïfý stüdénts øf ïmpørtänt dätés ør éxäms, hïghlïght" +" pärtïçülär dïsçüssïøns ïn thé førüms, ännøünçé sçhédülé çhängés, änd " +"réspønd tø stüdént qüéstïøns. Ýøü ädd ør édït üpdätés ïn HTML. Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ #" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "Stätïç Pägés Ⱡ#" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "Néw Pägé #" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" +"Ûsé Stätïç Pägés tø shäré ä sýlläßüs, ä çäléndär, händøüts, ør øthér " +"süppléménts tø ýøür çøürséwäré. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" +"NØTÉ: äll çøntént øn Stätïç Pägés wïll ßé vïsïßlé tø änýøné whø knøws thé " +"ÛRL, régärdléss øf whéthér théý äré régïstéréd ïn thé çøürsé ør nøt. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ι#" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "Whät dø stätïç pägés løøk lïké ïn mý çøürsé? Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "Stätïç Pägés ïn Ýøür Çøürsé Ⱡ'σяєм#" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "Prévïéw øf Stätïç Pägés ïn ýøür çøürsé Ⱡ'σяєм ιρѕ#" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" +"Thé nämés øf ýøür Stätïç Pägés äppéär ïn ýøür çøürsé's mäïn nävïgätïøn ßär, " +"äløng wïth Çøürséwäré, Çøürsé Ìnfø, Dïsçüssïøn, Wïkï, änd Prøgréss. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιρ#" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "çløsé mødäl Ⱡ#" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "ÇMS Süßséçtïøn Ⱡ'#" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "Dïspläý Nämé: Ⱡ'#" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "Ûnïts: Ⱡ'σяєм ιρѕ#" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "Süßséçtïøn Séttïngs Ⱡ'σя#" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "Réléäsé Däý Ⱡ#" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "Réléäsé Tïmé Ⱡ#" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "Çøørdïnätéd Ûnïvérsäl Tïmé Ⱡ'σяєм#" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "ÛTÇ Ⱡ'σя#" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" +"Thé däté äßøvé dïfférs frøm thé réléäsé däté øf {name}, whïçh ïs ünsét. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" +"Thé däté äßøvé dïfférs frøm thé réléäsé däté øf {name} - {start_time} Ⱡ'σяєм" +" ιρѕυм ∂σłσя ѕ#" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "Sýnç tø {name}. Ⱡ'#" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "Grädéd äs: Ⱡ#" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "Sét ä düé däté Ⱡ'#" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "Düé Däý #" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "Düé Tïmé #" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "Rémøvé düé däté Ⱡ'#" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "Prévïéw Dräfts Ⱡ'#" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "Vïéw Lïvé #" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "Ìntérnäl Sérvér Érrør Ⱡ'σя#" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "Thé Pägé Ýøü Réqüéstéd Pägé Çännøt ßé Føünd Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" +"Wé'ré sørrý. Wé çøüldn't fïnd thé Stüdïø pägé ýøü'ré løøkïng før. Ýøü mäý " +"wänt tø rétürn tø thé Stüdïø Däshßøärd änd trý ägäïn. Ìf ýøü äré stïll " +"hävïng prøßléms äççéssïng thïngs, pléäsé féél fréé tø {link_start}çøntäçt " +"Stüdïø süppørt{link_end} før fürthér hélp. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢#" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" +"Ûsé øür féédßäçk tøøl, Téndér, tø shäré ýøür féédßäçk Ⱡ'σяєм ιρѕυм ∂σ#" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "Thé Sérvér Énçøüntéréd än Érrør Ⱡ'σяєм ι#" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" +"Wé'ré sørrý. Théré wäs ä prøßlém wïth thé sérvér whïlé trýïng tø prøçéss " +"ýøür läst réqüést. Ýøü mäý wänt tø rétürn tø thé Stüdïø Däshßøärd ør trý " +"thïs réqüést ägäïn. Ìf ýøü äré stïll hävïng prøßléms äççéssïng thïngs, " +"pléäsé féél fréé tø {link_start}çøntäçt Stüdïø süppørt{link_end} før fürthér" +" hélp. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ " +"єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт ł#" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "Bäçk tø däshßøärd Ⱡ'σ#" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "Çøürsé Éxpørt Ⱡ'#" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "Àßøüt Éxpørtïng Çøürsés Ⱡ'σяє#" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" +"Ýøü çän éxpørt çøürsés änd édït thém øütsïdé øf Stüdïø. Thé éxpørtéd fïlé ïs" +" ä .tär.gz fïlé (thät ïs, ä .tär fïlé çømprésséd wïth GNÛ Zïp) thät çøntäïns" +" thé çøürsé strüçtüré änd çøntént. Ýøü çän älsø ré-ïmpørt çøürsés thät " +"ýøü'vé éxpørtéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, " +"ѕє∂ ∂σ єιυѕмσ∂ тє#" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "Éxpørt Mý Çøürsé Çøntént Ⱡ'σяє#" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "Éxpørt Çøürsé Çøntént Ⱡ'σя#" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "Dätä {em_start}éxpørtéd wïth{em_end} ýøür çøürsé: Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" +"Çøürsé Çøntént (äll Séçtïøns, Süß-séçtïøns, änd Ûnïts) Ⱡ'σяєм ιρѕυм ∂σ#" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "Çøürsé Strüçtüré Ⱡ'σ#" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "Ìndïvïdüäl Prøßléms Ⱡ'σя#" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "Çøürsé Àsséts Ⱡ'#" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "Çøürsé Séttïngs Ⱡ'#" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" +"Dätä {em_start}nøt éxpørtéd{em_end} wïth ýøür çøürsé: Ⱡ'σяєм ιρѕυм ∂σ#" + +#: cms/templates/export.html +msgid "User Data" +msgstr "Ûsér Dätä #" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "Çøürsé Téäm Dätä Ⱡ'σ#" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "Førüm/dïsçüssïøn Dätä Ⱡ'σя#" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "Çértïfïçätés Ⱡ#" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "Whý éxpørt ä çøürsé? Ⱡ'σя#" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" +"Ýøü mäý wänt tø édït thé XML ïn ýøür çøürsé dïréçtlý, øütsïdé øf Stüdïø. Ýøü" +" mäý wänt tø çréäté ä ßäçküp çøpý øf ýøür çøürsé. Ør, ýøü mäý wänt tø çréäté" +" ä çøpý øf ýøür çøürsé thät ýøü çän lätér ïmpørt ïntø änøthér çøürsé " +"ïnstänçé änd çüstømïzé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg" +" єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρ#" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "Whät çøntént ïs éxpørtéd? Ⱡ'σяєм#" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" +"Ønlý thé çøürsé çøntént änd strüçtüré (ïnçlüdïng séçtïøns, süßséçtïøns, änd " +"ünïts) äré éxpørtéd. Øthér dätä, ïnçlüdïng stüdént dätä, grädïng " +"ïnførmätïøn, dïsçüssïøn førüm dätä, çøürsé séttïngs, änd çøürsé téäm " +"ïnførmätïøn, ïs nøt éxpørtéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тє#" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "Øpénïng thé døwnløädéd fïlé Ⱡ'σяєм#" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" +"Ûsé än ärçhïvé prøgräm tø éxträçt thé dätä frøm thé .tär.gz fïlé. Éxträçtéd " +"dätä ïnçlüdés thé çøürsé.xml fïlé, äs wéll äs süßføldérs thät çøntäïn çøürsé" +" çøntént. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιη#" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "Wélçømé #" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "Wélçømé tø Ⱡ#" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" +"Stüdïø hélps mänägé ýøür çøürsés ønlïné, sø ýøü çän føçüs øn téäçhïng thém " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "Stüdïø's Mäný Féätürés Ⱡ'σяє#" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "Stüdïø Hélps Ýøü Kéép Ýøür Çøürsés Ørgänïzéd Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "Kéépïng Ýøür Çøürsé Ørgänïzéd Ⱡ'σяєм #" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" +"Thé ßäçkßøné øf ýøür çøürsé ïs høw ït ïs ørgänïzéd. Stüdïø øfférs än " +"Øütlïné édïtør, prøvïdïng ä sïmplé hïérärçhý änd éäsý dräg " +"änd drøp tø hélp ýøü änd ýøür stüdénts stäý ørgänïzéd. Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ #" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "Sïmplé Ørgänïzätïøn Før Çøntént Ⱡ'σяєм ι#" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" +"Stüdïø üsés ä sïmplé hïérärçhý øf séçtïøns änd " +"süßséçtïøns tø ørgänïzé ýøür çøntént. Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢т#" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "Çhängé Ýøür Mïnd Ànýtïmé Ⱡ'σяє#" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" +"Dräft ýøür øütlïné änd ßüïld çøntént änýwhéré. Sïmplé dräg änd drøp tøøls " +"lét ýøür réørgänïzé qüïçklý. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "Gø À Wéék Ør À Séméstér Àt À Tïmé Ⱡ'σяєм ι#" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" +"Büïld änd réléäsé séçtïøns tø ýøür stüdénts ïnçréméntällý. " +"Ýøü døn't hävé tø hävé ït äll døné ät ønçé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тє#" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "Léärnïng ïs Møré thän Jüst Léçtürés Ⱡ'σяєм ιρ#" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" +"Stüdïø léts ýøü wéävé ýøür çøntént tøgéthér ïn ä wäý thät réïnførçés " +"léärnïng — shørt vïdéø léçtürés ïntérléävéd wïth éxérçïsés änd møré. " +"Ìnsért vïdéøs änd äüthør ä wïdé värïétý øf éxérçïsé týpés wïth jüst ä féw " +"çlïçks. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ " +"єιυѕмσ#" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "Çréäté Léärnïng Päthwäýs Ⱡ'σяє#" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" +"Hélp ýøür stüdénts ündérständ ä smäll ïntéräçtïvé pïéçé ät ä tïmé wïth " +"mültïmédïä, HTML, änd éxérçïsés. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "Wørk Vïsüällý, Ørgänïzé Qüïçklý Ⱡ'σяєм ι#" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" +"Wørk vïsüällý änd séé éxäçtlý whät ýøür stüdénts wïll séé. Réørgänïzé äll " +"ýøür çøntént wïth dräg änd drøp. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢ση#" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "À Brøäd Lïßrärý øf Prøßlém Týpés Ⱡ'σяєм ι#" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" +"Ìt's møré thän jüst mültïplé çhøïçé. Stüdïø häs néärlý ä døzén týpés øf " +"prøßléms tø çhälléngé ýøür léärnérs. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" +"Stüdïø Gïvés Ýøü Sïmplé, Fäst, änd Ìnçréméntäl Püßlïshïng. Wïth Frïénds. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" +"Sïmplé, Fäst, änd Ìnçréméntäl Püßlïshïng. Wïth Frïénds. Ⱡ'σяєм ιρѕυм ∂σł#" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" +"Stüdïø wørks lïké wéß äpplïçätïøns ýøü älréädý knøw, ýét ündérständs høw ýøü" +" ßüïld çürrïçülüm. Ìnstänt püßlïshïng tø thé wéß whén ýøü wänt ït, " +"ïnçréméntäl réléäsé whén ït mäkés sénsé. Ànd wïth çø-äüthørs, ýøü çän hävé ä" +" whølé téäm ßüïldïng ä çøürsé, tøgéthér. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη#" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "Ìnstänt Çhängés Ⱡ'#" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" +"Çäüght ä ßüg? Nø prøßlém. Whén ýøü wänt, ýøür çhängés tø lïvé whén ýøü hït " +"Sävé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "Réléäsé-Øn Däté Püßlïshïng Ⱡ'σяєм#" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" +"Whén ýøü'vé fïnïshéd ä séçtïøn, pïçk whén ýøü wänt ït tø gø" +" lïvé änd Stüdïø täkés çäré øf thé rést. Büïld ýøür çøürsé ïnçréméntällý. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕ#" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "Wørk ïn Téäms Ⱡ'#" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" +"Çø-äüthørs hävé füll äççéss tø äll thé sämé äüthørïng tøøls. Mäké ýøür " +"çøürsé ßéttér thrøügh ä téäm éfført. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "Sïgn Ûp før Stüdïø Tødäý! Ⱡ'σяєм#" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "Sïgn Ûp & Stärt Mäkïng än édX Çøürsé Ⱡ'σяєм ιρѕυ#" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "Àlréädý hävé ä Stüdïø Àççøünt? Sïgn Ìn Ⱡ'σяєм ιρѕ#" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "Øütlïnïng Ýøür Çøürsé Ⱡ'σя#" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" +"Sïmplé twø-lévél øütlïné tø ørgänïzé ýøür çøüsé. Dräg änd drøp, änd séé ýøür" +" çøürsé ät ä glänçé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "Møré thän Jüst Léçtürés Ⱡ'σяє#" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" +"Qüïçklý çréäté vïdéøs, téxt snïppéts, ïnlïné dïsçüssïøns, änd ä värïétý øf " +"prøßlém týpés. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "Püßlïshïng øn Däté Ⱡ'σ#" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" +"Sïmplý sét thé däté øf ä séçtïøn ør süßséçtïøn, änd Stüdïø wïll püßlïsh ït " +"tø ýøür stüdénts før ýøü. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "Wé'ré hävïng trøüßlé réndérïng ýøür çømpønént Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" +"Stüdénts wïll nøt ßé äßlé tø äççéss thïs çømpønént. Ré-édït ýøür çømpønént " +"tø fïx thé érrør. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "Çøürsé Ìmpørt Ⱡ'#" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" +"Bé süré ýøü wänt tø ïmpørt ä çøürsé ßéføré çøntïnüïng. Çøntént øf thé " +"ïmpørtéd çøürsé répläçés äll thé çøntént øf thïs çøürsé. {em_start}Ýøü " +"çännøt ündø ä çøürsé ïmpørt{em_end}. Wé réçømménd thät ýøü fïrst éxpørt thé " +"çürrént çøürsé, sø ýøü hävé ä ßäçküp çøpý øf ït. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι#" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" +"Thé çøürsé thät ýøü ïmpørt müst ßé ïn ä .tär.gz fïlé (thät ïs, ä .tär fïlé " +"çømprésséd wïth GNÛ Zïp). Thïs .tär.gz fïlé müst çøntäïn ä çøürsé.xml fïlé. " +"Ìt mäý älsø çøntäïn øthér fïlés. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт,#" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" +"Thé ïmpørt prøçéss häs fïvé stägés. Dürïng thé fïrst twø stägés, ýøü müst " +"stäý øn thïs pägé. Ýøü çän léävé thïs pägé äftér thé Ûnpäçkïng stägé häs " +"çømplétéd. Wé réçømménd, høwévér, thät ýøü døn't mäké ïmpørtänt çhängés tø " +"ýøür çøürsé üntïl thé ïmpørt øpérätïøn häs çømplétéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт" +" αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂#" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "Séléçt ä .tär.gz Fïlé tø Répläçé Ýøür Çøürsé Çøntént Ⱡ'σяєм ιρѕυм ∂σ#" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "Çhøøsé ä Fïlé tø Ìmpørt Ⱡ'σяє#" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "Fïlé Çhøsén: Ⱡ#" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "Répläçé mý çøürsé wïth thé øné äßøvé Ⱡ'σяєм ιρ#" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "Çøürsé Ìmpørt Stätüs Ⱡ'σя#" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "Ûpløädïng #" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "Tränsférrïng ýøür fïlé tø øür sérvérs Ⱡ'σяєм ιρѕ#" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "Ûnpäçkïng #" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" +"Éxpändïng änd prépärïng føldér/fïlé strüçtüré (Ýøü çän nøw léävé thïs pägé " +"säfélý, ßüt ävøïd mäkïng drästïç çhängés tø çøntént üntïl thïs ïmpørt ïs " +"çømplété) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢#" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "Vérïfýïng #" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "Révïéwïng sémäntïçs, sýntäx, änd réqüïréd dätä Ⱡ'σяєм ιρѕυм #" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "Ûpdätïng Çøürsé Ⱡ'#" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" +"Ìntégrätïng ýøür ïmpørtéd çøntént ïntø thïs çøürsé. Thïs mäý täké ä whïlé " +"wïth lärgér çøürsés. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: cms/templates/import.html +msgid "Success" +msgstr "Süççéss #" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" +"Ýøür ïmpørtéd çøntént häs nøw ßéén ïntégrätéd ïntø thïs çøürsé Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "Vïéw Ûpdätéd Øütlïné Ⱡ'σя#" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "Whý ïmpørt ä çøürsé? Ⱡ'σя#" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" +"Ýøü mäý wänt tø rün ä néw vérsïøn øf än éxïstïng çøürsé, ør répläçé än " +"éxïstïng çøürsé ältøgéthér. Ør, ýøü mäý hävé dévéløpéd ä çøürsé øütsïdé " +"Stüdïø. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕ#" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "Whät çøntént ïs ïmpørtéd? Ⱡ'σяєм#" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" +"Ønlý thé çøürsé çøntént änd strüçtüré (ïnçlüdïng séçtïøns, süßséçtïøns, änd " +"ünïts) äré ïmpørtéd. Øthér dätä, ïnçlüdïng stüdént dätä, grädïng " +"ïnførmätïøn, dïsçüssïøn førüm dätä, çøürsé séttïngs, änd çøürsé téäm " +"ïnførmätïøn, rémäïns thé sämé äs ït wäs ïn thé éxïstïng çøürsé. Ⱡ'σяєм ιρѕυм" +" ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя " +"ιη¢ι∂ι∂#" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "Wärnïng: Ìmpørtïng whïlé ä çøürsé ïs rünnïng Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" +"Ìf ýøü pérførm än ïmpørt whïlé ýøür çøürsé ïs rünnïng, änd ýøü çhängé thé " +"ÛRL nämés (ør ürl_nämé nødés) øf äný Prøßlém çømpønénts, thé stüdént dätä " +"ässøçïätéd wïth thøsé Prøßlém çømpønénts mäý ßé løst. Thïs dätä ïnçlüdés " +"stüdénts' prøßlém sçørés. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσ#" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "Théré wäs än érrør dürïng thé üpløäd prøçéss. Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "Théré wäs än érrør whïlé ünpäçkïng thé fïlé. Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" +"Théré wäs än érrør whïlé vérïfýïng thé fïlé ýøü süßmïttéd. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" +"Théré wäs än érrør whïlé ïmpørtïng thé néw çøürsé tø øür dätäßäsé. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "Ýøür ïmpørt häs fäïléd. Ⱡ'σяє#" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "Çhøøsé néw fïlé Ⱡ'#" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" +"Ýøür ïmpørt ïs ïn prøgréss; nävïgätïng äwäý wïll äßørt ït. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "Mý Çøürsés Ⱡ#" + +#: cms/templates/index.html +msgid "New Course" +msgstr "Néw Çøürsé Ⱡ#" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "Émäïl stäff tø çréäté çøürsé Ⱡ'σяєм #" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "Wélçømé, {0}! Ⱡ'#" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" +"Héré äré äll øf thé çøürsés ýøü çürréntlý hävé äççéss tø ïn Stüdïø: Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕ#" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" +"Ýøü çürréntlý ärén't ässøçïätéd wïth äný Stüdïø Çøürsés. Ⱡ'σяєм ιρѕυм ∂σł#" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "Pléäsé çørréçt thé hïghlïghtéd fïélds ßéløw. Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "Çréäté ä Néw Çøürsé Ⱡ'σя#" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "Réqüïréd Ìnførmätïøn tø Çréäté ä Néw Çøürsé Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "é.g. Ìntrødüçtïøn tø Çømpütér Sçïénçé Ⱡ'σяєм ιρѕ#" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "Thé püßlïç dïspläý nämé før ýøür çøürsé. Ⱡ'σяєм ιρѕυ#" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "Ørgänïzätïøn Ⱡ#" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "é.g. ÛnïvérsïtýX ør ØrgänïzätïønX Ⱡ'σяєм ι#" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "Thé nämé øf thé ørgänïzätïøn spønsørïng thé çøürsé. Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" +"Nøté: Thïs ïs pärt øf ýøür çøürsé ÛRL, sø nø späçés ør spéçïäl çhäräçtérs " +"äré älløwéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" +"Thïs çännøt ßé çhängéd, ßüt ýøü çän sét ä dïfférént dïspläý nämé ïn Àdvänçéd" +" Séttïngs lätér. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "é.g. ÇS101 Ⱡ#" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" +"Thé ünïqüé nümßér thät ïdéntïfïés ýøür çøürsé wïthïn ýøür ørgänïzätïøn. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" +"Nøté: Thïs ïs pärt øf ýøür çøürsé ÛRL, sø nø späçés ør spéçïäl çhäräçtérs " +"äré älløwéd änd ït çännøt ßé çhängéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "Çøürsé Rün Ⱡ#" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "é.g. 2014_T1 Ⱡ#" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "Thé térm ïn whïçh ýøür çøürsé wïll rün. Ⱡ'σяєм ιρѕ#" + +#: cms/templates/index.html +msgid "Create" +msgstr "Çréäté Ⱡ'σяєм ιρѕ#" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "Çøürsé Rün: Ⱡ#" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "Àré ýøü stäff øn än éxïstïng Stüdïø çøürsé? Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" +"Ýøü wïll nééd tø ßé äddéd tø thé çøürsé ïn Stüdïø ßý thé çøürsé çréätør. " +"Pléäsé gét ïn tøüçh wïth thé çøürsé çréätør ør ädmïnïsträtør før thé " +"spéçïfïç çøürsé ýøü äré hélpïng tø äüthør. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт,#" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "Çréäté Ýøür Fïrst Çøürsé Ⱡ'σяє#" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "Ýøür néw çøürsé ïs jüst ä çlïçk äwäý! Ⱡ'σяєм ιρѕ#" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "Béçømïng ä Çøürsé Çréätør ïn Stüdïø Ⱡ'σяєм ιρ#" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" +"édX Stüdïø ïs ä høstéd sølütïøn før øür xÇønsørtïüm pärtnérs änd séléçtéd " +"güésts. Çøürsés før whïçh ýøü äré ä téäm mémßér äppéär äßøvé før ýøü tø " +"édït, whïlé çøürsé çréätør prïvïlégés äré gräntéd ßý édX. Øür téäm wïll " +"évälüäté ýøür réqüést änd prøvïdé ýøü féédßäçk wïthïn 24 høürs dürïng thé " +"wørk wéék. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ" +" єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łα#" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "Ýøür Çøürsé Çréätør Réqüést Stätüs: Ⱡ'σяєм ιρ#" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "Réqüést thé Àßïlïtý tø Çréäté Çøürsés Ⱡ'σяєм ιρѕ#" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "Ýøür Çøürsé Çréätør Réqüést Stätüs Ⱡ'σяєм ιρ#" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" +"édX Stüdïø ïs ä høstéd sølütïøn før øür xÇønsørtïüm pärtnérs änd séléçtéd " +"güésts. Çøürsés før whïçh ýøü äré ä téäm mémßér äppéär äßøvé før ýøü tø " +"édït, whïlé çøürsé çréätør prïvïlégés äré gräntéd ßý édX. Øür téäm ïs häs " +"çømplétéd évälüätïng ýøür réqüést. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя #" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "Ýøür Çøürsé Çréätør réqüést ïs: Ⱡ'σяєм ι#" + +#: cms/templates/index.html +msgid "Denied" +msgstr "Dénïéd Ⱡ'σяєм ιρѕ#" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" +"Ýøür réqüést dïd nøt méét thé çrïtérïä/güïdélïnés spéçïfïéd ßý édX Stäff. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" +"édX Stüdïø ïs ä høstéd sølütïøn før øür xÇønsørtïüm pärtnérs änd séléçtéd " +"güésts. Çøürsés før whïçh ýøü äré ä téäm mémßér äppéär äßøvé før ýøü tø " +"édït, whïlé çøürsé çréätør prïvïlégés äré gräntéd ßý édX. Øür téäm ïs " +"çürréntlý évälüätïng ýøür réqüést. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя" +" α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя#" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" +"Ýøür réqüést ïs çürréntlý ßéïng révïéwéd ßý édX stäff änd shøüld ßé üpdätéd " +"shørtlý. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "Nééd hélp? Ⱡ#" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" +"Ìf ýøü äré néw tø Stüdïø änd hävïng trøüßlé géttïng stärtéd, théré äré ä féw" +" thïngs thät mäý ßé øf hélp: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢ση#" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "Gét stärtéd ßý réädïng Stüdïø's Døçüméntätïøn Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "Réqüést hélp wïth Stüdïø Ⱡ'σяє#" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "Çän Ì çréäté çøürsés ïn Stüdïø? Ⱡ'σяєм ι#" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "Ìn ørdér tø çréäté çøürsés ïn Stüdïø, ýøü müst Ⱡ'σяєм ιρѕυм #" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "çøntäçt édX stäff tø hélp ýøü çréäté ä çøürsé Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" +"Ìn ørdér tø çréäté çøürsés ïn Stüdïø, ýøü müst hävé çøürsé çréätør " +"prïvïlégés tø çréäté ýøür øwn çøürsé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢ση#" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" +"Ýøür réqüést tø äüthør çøürsés ïn stüdïø häs ßéén dénïéd. Pléäsé Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "çøntäçt édX Stäff wïth fürthér qüéstïøns Ⱡ'σяєм ιρѕυ#" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "Thänks før sïgnïng üp, %(name)s! Ⱡ'σяєм ι#" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "Wé nééd tø vérïfý ýøür émäïl äddréss Ⱡ'σяєм ιρ#" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" +"Àlmøst théré! Ìn ørdér tø çømplété ýøür sïgn üp wé nééd ýøü tø vérïfý ýøür " +"émäïl äddréss (%(email)s). Àn äçtïvätïøn méssägé änd néxt stéps shøüld ßé " +"wäïtïng før ýøü théré. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"є#" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" +"Pléäsé çhéçk ýøür Jünk ør Späm føldérs ïn çäsé øür émäïl ïsn't ïn ýøür " +"ÌNBØX. Stïll çän't fïnd thé vérïfïçätïøn émäïl? Réqüést hélp vïä thé lïnk " +"ßéløw. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕ#" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "Sïgn Ìn #" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "Sïgn Ìn tø édX Stüdïø Ⱡ'σя#" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "Døn't hävé ä Stüdïø Àççøünt? Sïgn üp! Ⱡ'σяєм ιρѕ#" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "Réqüïréd Ìnførmätïøn tø Sïgn Ìn tø édX Stüdïø Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "Émäïl Àddréss Ⱡ'#" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "Stüdïø Süppørt Ⱡ'#" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" +"Hävïng trøüßlé wïth ýøür äççøünt? Ûsé {link_start}øür süppørt " +"çéntér{link_end} tø løøk øvér sélf hélp stéps, fïnd sølütïøns øthérs hävé " +"føünd tø thé sämé prøßlém, ør lét üs knøw øf ýøür ïssüé. Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє#" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "Çøürsé Téäm Séttïngs Ⱡ'σя#" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "Çøürsé Téäm Ⱡ#" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "Néw Téäm Mémßér Ⱡ'#" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "Àdd ä Ûsér tø Ýøür Çøürsé's Téäm Ⱡ'σяєм ι#" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "Néw Téäm Mémßér Ìnførmätïøn Ⱡ'σяєм#" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "Ûsér's Émäïl Àddréss Ⱡ'σя#" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "é.g. jäné.døé@gmäïl.çøm Ⱡ'σяє#" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" +"Pléäsé prøvïdé thé émäïl äddréss øf thé çøürsé stäff mémßér ýøü'd lïké tø " +"ädd Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "Àdd Ûsér #" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "Çürrént Rølé: Ⱡ'#" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "Ýøü! Ⱡ'σяєм#" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "Stäff Ⱡ'σяєм ι#" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "sénd än émäïl méssägé tø {email} Ⱡ'σяєм ι#" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" +"Prømøté änøthér mémßér tø Àdmïn tø rémøvé ýøür ädmïn rïghts Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "Rémøvé Àdmïn Àççéss Ⱡ'σя#" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "Àdd Àdmïn Àççéss Ⱡ'σ#" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "Délété thé üsér, {username} Ⱡ'σяєм#" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "Àdd Téäm Mémßérs tø Thïs Çøürsé Ⱡ'σяєм ι#" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" +"Àddïng téäm mémßérs mäkés çøürsé äüthørïng çølläßørätïvé. Ûsérs müst ßé " +"sïgnéd üp før Stüdïø änd hävé än äçtïvé äççøünt. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тє#" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "Àdd ä Néw Téäm Mémßér Ⱡ'σя#" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "Çøürsé Téäm Rølés Ⱡ'σ#" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" +"Çøürsé téäm mémßérs, ør stäff, äré çøürsé çø-äüthørs. Théý hävé füll wrïtïng" +" änd édïtïng prïvïlégés øn äll çøürsé çøntént. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєт#" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" +"Àdmïns äré çøürsé téäm mémßérs whø çän ädd änd rémøvé øthér çøürsé téäm " +"mémßérs. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "Tränsférrïng Øwnérshïp Ⱡ'σяє#" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" +"Évérý çøürsé müst hävé än Àdmïn. Ìf ýøü'ré thé Àdmïn änd ýøü wänt tränsfér " +"øwnérshïp øf thé çøürsé, çlïçk Àdd ädmïn äççéss tø mäké änøthér üsér thé " +"Àdmïn, thén äsk thät üsér tø rémøvé ýøü frøm thé Çøürsé Téäm lïst. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єι#" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "Çøürsé Øütlïné Ⱡ'#" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "Éxpänd/çølläpsé thïs séçtïøn Ⱡ'σяєм #" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "Néw Séçtïøn Nämé Ⱡ'σ#" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "Àdd ä néw séçtïøn nämé Ⱡ'σяє#" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "Délété thïs séçtïøn Ⱡ'σя#" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "Dräg tø ré-ørdér Ⱡ'σ#" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "Néw Süßséçtïøn Ⱡ'#" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "Néw Ûnït #" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" +"Ýøü hävén't äddéd äný séçtïøns tø ýøür çøürsé øütlïné ýét. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "Àdd ýøür fïrst séçtïøn Ⱡ'σяє#" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "Çølläpsé Àll Séçtïøns Ⱡ'σя#" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "Néw Séçtïøn Ⱡ#" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "Thïs séçtïøn ïs nøt sçhédüléd før réléäsé Ⱡ'σяєм ιρѕυ#" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "Sçhédülé #" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "Réléäsé däté: Ⱡ'#" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "Édït séçtïøn réléäsé däté Ⱡ'σяєм#" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "Délété séçtïøn Ⱡ'#" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "Dräg tø réørdér séçtïøn Ⱡ'σяє#" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "Éxpänd/çølläpsé thïs süßséçtïøn Ⱡ'σяєм ι#" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "Délété thïs süßséçtïøn Ⱡ'σяє#" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "Délété süßséçtïøn Ⱡ'σ#" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" +"Ýøü çän çréäté néw séçtïøns änd süßséçtïøns, sét thé réléäsé däté før " +"séçtïøns, änd çréäté néw ünïts ïn éxïstïng süßséçtïøns. Ýøü çän sét thé " +"ässïgnmént týpé før süßséçtïøns thät äré tø ßé grädéd, änd ýøü çän øpén ä " +"süßséçtïøn før fürthér édïtïng. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσ#" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" +"Ìn äddïtïøn, ýøü çän dräg änd drøp séçtïøns, süßséçtïøns, änd ünïts tø " +"réørgänïzé ýøür çøürsé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "Séçtïøn Réléäsé Däté Ⱡ'σя#" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" +"Øn thé däté sét ßéløw, thïs séçtïøn - {name} - wïll ßé réléäséd tø stüdénts." +" Àný ünïts märkéd prïväté wïll ønlý ßé vïsïßlé tø ädmïns. Ⱡ'σяєм ιρѕυм ∂σłσя" +" ѕιт αмєт, ¢σηѕє¢тєтυя #" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "Førm Àçtïøns Ⱡ#" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "Sçhédülé & Détäïls Séttïngs Ⱡ'σяєм ι#" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "Sçhédülé & Détäïls Ⱡ'σ#" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "Bäsïç Ìnførmätïøn Ⱡ'σ#" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "Thé nüts änd ßølts øf ýøür çøürsé Ⱡ'σяєм ι#" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" +"Thïs fïéld ïs dïsäßléd: thïs ïnførmätïøn çännøt ßé çhängéd. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "Çøürsé Sümmärý Pägé Ⱡ'σя#" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "(før stüdént énrøllmént änd äççéss) Ⱡ'σяєм ιρ#" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "Sénd ä nøté tø stüdénts vïä émäïl Ⱡ'σяєм ι#" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "Ìnvïté ýøür stüdénts Ⱡ'σя#" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "Prømøtïng Ýøür Çøürsé wïth édX Ⱡ'σяєм #" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" +"Ýøür çøürsé sümmärý pägé wïll nøt ßé vïéwäßlé üntïl ýøür çøürsé häs ßéén " +"ännøünçéd. Tø prøvïdé çøntént før thé pägé änd prévïéw ït, følløw thé " +"ïnstrüçtïøns prøvïdéd ßý ýøür PM. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єι#" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "Çøürsé Sçhédülé Ⱡ'#" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "Dätés thät çøntrøl whén ýøür çøürsé çän ßé vïéwéd Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "Fïrst däý thé çøürsé ßégïns Ⱡ'σяєм#" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "Çøürsé Stärt Tïmé Ⱡ'σ#" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "Çøürsé Énd Däté Ⱡ'#" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "Läst däý ýøür çøürsé ïs äçtïvé Ⱡ'σяєм #" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "Çøürsé Énd Tïmé Ⱡ'#" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "Énrøllmént Stärt Däté Ⱡ'σя#" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "Fïrst däý stüdénts çän énrøll Ⱡ'σяєм #" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "Énrøllmént Stärt Tïmé Ⱡ'σя#" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "Énrøllmént Énd Däté Ⱡ'σя#" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "Läst däý stüdénts çän énrøll Ⱡ'σяєм #" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "Énrøllmént Énd Tïmé Ⱡ'σя#" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "Thésé Dätés Àré Nøt Ûséd Whén Prømøtïng Ýøür Çøürsé Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" +"Thésé dätés ïmpäçt whén ýøür çøürséwäré çän ßé vïéwéd, ßüt " +"théý äré nøt thé dätés shøwn øn ýøür çøürsé sümmärý pägé. " +"Tø prøvïdé thé çøürsé stärt änd régïsträtïøn dätés äs shøwn øn ýøür çøürsé " +"sümmärý pägé, følløw thé ïnstrüçtïøns prøvïdéd ßý ýøür PM ør Çønräd Wärré (çønräd@édx.ørg). Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя " +"ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ мιη#" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "Ìntrødüçïng Ýøür Çøürsé Ⱡ'σяє#" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "Ìnførmätïøn før prøspéçtïvé stüdénts Ⱡ'σяєм ιρ#" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "Çøürsé Øvérvïéw Ⱡ'#" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "ýøür çøürsé sümmärý pägé Ⱡ'σяє#" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" +"Ìntrødüçtïøns, préréqüïsïtés, FÀQs thät äré üséd øn %s (førmättéd ïn HTML) " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "Çøürsé Ìmägé Ⱡ#" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" +"Ýøü çän mänägé thïs ïmägé äløng wïth äll øf ýøür øthér fïlés " +"& üpløäds Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" +"Ýøür çøürsé çürréntlý døés nøt hävé än ïmägé. Pléäsé üpløäd øné (JPÉG ør PNG" +" førmät, änd mïnïmüm süggéstéd dïménsïøns äré 375px wïdé ßý 200px täll) " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιρι#" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" +"Pléäsé prøvïdé ä välïd päth änd nämé tø ýøür çøürsé ïmägé (Nøté: ønlý JPÉG " +"ør PNG førmät süppørtéd) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "Ûpløäd Çøürsé Ìmägé Ⱡ'σя#" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "Çøürsé Ìntrødüçtïøn Vïdéø Ⱡ'σяєм#" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "Délété Çürrént Vïdéø Ⱡ'σя#" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" +"Éntér ýøür ÝøüTüßé vïdéø's ÌD (äløng wïth äný réstrïçtïøn pärämétérs) Ⱡ'σяєм" +" ιρѕυм ∂σłσя ѕ#" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "Réqüïréménts Ⱡ#" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "Éxpéçtätïøns øf thé stüdénts täkïng thïs çøürsé Ⱡ'σяєм ιρѕυм #" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "Høürs øf Éfført pér Wéék Ⱡ'σяє#" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "Tïmé spént øn äll çøürsé wørk Ⱡ'σяєм #" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "Høw äré thésé séttïngs üséd? Ⱡ'σяєм #" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" +"Ýøür çøürsé's sçhédülé détérmïnés whén stüdénts çän énrøll ïn änd ßégïn ä " +"çøürsé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" +"Øthér ïnførmätïøn frøm thïs pägé äppéärs øn thé Àßøüt pägé før ýøür çøürsé. " +"Thïs ïnførmätïøn ïnçlüdés thé çøürsé øvérvïéw, çøürsé ïmägé, ïntrødüçtïøn " +"vïdéø, änd éstïmätéd tïmé réqüïréménts. Stüdénts üsé Àßøüt pägés tø çhøøsé " +"néw çøürsés tø täké. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg " +"єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρ#" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "Øthér Çøürsé Séttïngs Ⱡ'σя#" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "Grädïng #" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "Àdvänçéd Séttïngs Ⱡ'σ#" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "Ýøür pølïçý çhängés hävé ßéén sävéd. Ⱡ'σяєм ιρ#" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" +"Théré wäs än érrør sävïng ýøür ïnførmätïøn. Pléäsé séé ßéløw. Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "Mänüäl Pølïçý Défïnïtïøn Ⱡ'σяє#" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" +"Wärnïng: Dø nøt mødïfý thésé pølïçïés ünléss ýøü äré " +"fämïlïär wïth théïr pürpøsé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "Whät dø ädvänçéd séttïngs dø? Ⱡ'σяєм #" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" +"Àdvänçéd séttïngs çøntrøl spéçïfïç çøürsé fünçtïønälïtý. Øn thïs pägé, ýøü " +"çän édït mänüäl pølïçïés, whïçh äré JSØN-ßäséd kéý änd välüé päïrs thät " +"çøntrøl spéçïfïç çøürsé séttïngs. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт#" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" +"Àný pølïçïés ýøü mødïfý héré øvérrïdé äll øthér ïnførmätïøn ýøü'vé défïnéd " +"élséwhéré ïn Stüdïø. Dø nøt édït pølïçïés ünléss ýøü äré fämïlïär wïth ßøth " +"théïr pürpøsé änd sýntäx. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłι#" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" +"{em_start}Nøté:{em_end} Whén ýøü éntér strïngs äs pølïçý välüés, énsüré thät" +" ýøü üsé døüßlé qüøtätïøn märks (") ärøünd thé strïng. Dø nøt üsé " +"sïnglé qüøtätïøn märks ('). Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт#" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "Détäïls & Sçhédülé Ⱡ'σяє#" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "Grädïng Séttïngs Ⱡ'σ#" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "Øvéräll Grädé Rängé Ⱡ'σя#" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "Ýøür øvéräll grädïng sçälé før stüdént fïnäl grädés Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "Grädïng Rülés & Pølïçïés Ⱡ'σяєм #" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" +"Déädlïnés, réqüïréménts, änd løgïstïçs ärøünd grädïng stüdént wørk Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "Gräçé Pérïød øn Déädlïné: Ⱡ'σяєм#" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "Lééwäý øn düé dätés Ⱡ'σя#" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "Àssïgnmént Týpés Ⱡ'σ#" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" +"Çätégørïés änd läßéls før äný éxérçïsés thät äré grädäßlé Ⱡ'σяєм ιρѕυм ∂σł#" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "Néw Àssïgnmént Týpé Ⱡ'σя#" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" +"Ýøü çän üsé thé slïdér ündér Øvéräll Grädé Rängé tø spéçïfý whéthér ýøür " +"çøürsé ïs päss/fäïl ør grädéd ßý léttér, änd tø éstäßlïsh thé thréshølds før" +" éäçh grädé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιη#" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" +"Ýøü çän spéçïfý whéthér ýøür çøürsé øfférs stüdénts ä gräçé pérïød før läté " +"ässïgnménts. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" +"Ýøü çän älsø çréäté ässïgnmént týpés, süçh äs høméwørk, läßs, qüïzzés, änd " +"éxäms, änd spéçïfý høw müçh øf ä stüdént's grädé éäçh ässïgnmént týpé ïs " +"wørth. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι#" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "Sïgn Ûp før édX Stüdïø Ⱡ'σяє#" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "Àlréädý hävé ä Stüdïø Àççøünt? Sïgn ïn Ⱡ'σяєм ιρѕ#" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" +"Réädý tø stärt çréätïng ønlïné çøürsés? Sïgn üp ßéløw änd stärt çréätïng " +"ýøür fïrst édX çøürsé tødäý. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "Réqüïréd Ìnførmätïøn tø Sïgn Ûp før édX Stüdïø Ⱡ'σяєм ιρѕυм #" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" +"Thïs wïll ßé üséd ïn püßlïç dïsçüssïøns wïth ýøür çøürsés änd ïn øür édX101 " +"süppørt førüms Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "Ýøür Løçätïøn Ⱡ'#" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "Préférréd Längüägé Ⱡ'σ#" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "Ì ägréé tø thé {a_start} Térms øf Sérvïçé {a_end} Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "Çréäté Mý Àççøünt & Stärt Àüthørïng Çøürsés Ⱡ'σяєм ιρѕυм #" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "Çømmøn Stüdïø Qüéstïøns Ⱡ'σяє#" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "Whø ïs Stüdïø før? Ⱡ'σ#" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" +"Stüdïø ïs før änýøné thät wänts tø çréäté ønlïné çøürsés thät lévérägé thé " +"gløßäl édX plätførm. Øür üsérs äré øftén fäçültý mémßérs, téäçhïng " +"ässïstänts änd çøürsé stäff, änd mémßérs øf ïnstrüçtïønäl téçhnøløgý grøüps." +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυ#" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" +"Høw téçhnïçällý sävvý dø Ì nééd tø ßé tø çréäté çøürsés ïn Stüdïø? Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" +"Stüdïø ïs désïgnéd tø ßé éäsý tø üsé ßý älmøst änýøné fämïlïär wïth çømmøn " +"wéß-ßäséd äüthørïng énvïrønménts (Wørdpréss, Møødlé, étç.). Nø prøgrämmïng " +"knøwlédgé ïs réqüïréd, ßüt før sømé øf thé møré ädvänçéd féätürés, ä " +"téçhnïçäl ßäçkgrøünd wøüld ßé hélpfül. Às älwäýs, wé äré héré tø hélp, sø " +"døn't hésïtäté tø dïvé rïght ïn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " +"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт #" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" +"Ì'vé névér äüthøréd ä çøürsé ønlïné ßéføré. Ìs théré hélp? Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" +"Àßsølütélý. Wé hävé çréätéd än ønlïné çøürsé, édX101, thät désçrïßés sømé " +"ßést präçtïçés: frøm fïlmïng vïdéø, çréätïng éxérçïsés, tø thé ßäsïçs øf " +"rünnïng än ønlïné çøürsé. Àddïtïønällý, wé'ré älwäýs héré tø hélp, jüst drøp" +" üs ä nøté. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ " +"∂σ єιυѕмσ∂ т#" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "Téxtßøøks #" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" +"Ýøü hävé ünsävéd çhängés. Dø ýøü réällý wänt tø léävé thïs pägé? Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "Néw Téxtßøøk Ⱡ#" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "Whý shøüld Ì ßréäk mý téxtßøøk ïntø çhäptérs? Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" +"Bréäkïng ýøür téxtßøøk ïntø mültïplé çhäptérs rédüçés løädïng tïmés før " +"stüdénts, éspéçïällý thøsé wïth sløw Ìntérnét çønnéçtïøns. Bréäkïng üp " +"téxtßøøks ïntø çhäptérs çän älsø hélp stüdénts møré éäsïlý fïnd tøpïç-ßäséd " +"ïnførmätïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ " +"∂σ єιυѕмσ∂ #" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "Whät ïf mý ßøøk ïsn't dïvïdéd ïntø çhäptérs? Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" +"Ìf ýøür téxtßøøk døésn't hävé ïndïvïdüäl çhäptérs, ýøü çän üpløäd thé éntïré" +" téxt äs ä sïnglé çhäptér änd éntér ä nämé øf ýøür çhøïçé ïn thé Çhäptér " +"Nämé fïéld. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ι#" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "Ìndïvïdüäl Ûnït Ⱡ'#" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "Ýøü äré édïtïng ä dräft. Ⱡ'σяє#" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "Thïs ünït wäs ørïgïnällý püßlïshéd øn {date}. Ⱡ'σяєм ιρѕυм#" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "Vïéw thé Lïvé Vérsïøn Ⱡ'σя#" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "Àdd Néw Çømpønént Ⱡ'σ#" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "Çømmøn Prøßlém Týpés Ⱡ'σя#" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "Àdvänçéd #" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "Ûnït Séttïngs Ⱡ'#" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "Vïsïßïlïtý: Ⱡ#" + +#: cms/templates/unit.html +msgid "Public" +msgstr "Püßlïç Ⱡ'σяєм ιρѕ#" + +#: cms/templates/unit.html +msgid "Private" +msgstr "Prïväté #" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" +"Thïs ünït häs ßéén püßlïshéd. Tø mäké çhängés, ýøü müst {link_start}édït ä " +"dräft{link_end}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" +"Thïs ïs ä dräft øf thé püßlïshéd ünït. Tø üpdäté thé lïvé vérsïøn, ýøü müst " +"{link_start}répläçé ït wïth thïs dräft{link_end}. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυ#" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" +"Thïs ünït ïs sçhédüléd tø ßé réléäséd tø stüdénts Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "øn {date} #" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "wïth thé süßséçtïøn {link_start}{name}{link_end} Ⱡ'σяєм ιρѕυм #" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "Délété Dräft Ⱡ#" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "Ûnït Løçätïøn Ⱡ'#" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "Ûnït Ìdéntïfïér: Ⱡ'σ#" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" +"Thänk ýøü før sïgnïng üp før édX Stüdïø! Tø äçtïväté ýøür äççøünt, pléäsé " +"çøpý änd pästé thïs äddréss ïntø ýøür wéß ßrøwsér's äddréss ßär: Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂#" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" +"Ìf ýøü dïdn't réqüést thïs, ýøü døn't nééd tø dø änýthïng; ýøü wøn't réçéïvé" +" äný møré émäïl frøm üs. Pléäsé dø nøt réplý tø thïs é-mäïl; ïf ýøü réqüïré " +"ässïstänçé, çhéçk thé hélp séçtïøn øf thé édX wéß sïté. Ⱡ'σяєм ιρѕυм ∂σłσя " +"ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ #" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "Ýøür äççøünt før édX Stüdïø Ⱡ'σяєм#" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" +"{email} häs réqüéstéd Stüdïø çøürsé çréätør prïvïlégés øn édgé Ⱡ'σяєм ιρѕυм " +"∂σłσя#" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" +"Ûsér '{user}' wïth é-mäïl {email} häs réqüéstéd Stüdïø çøürsé çréätør " +"prïvïlégés øn édgé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" +"Tø gränt ør déný thïs réqüést, üsé thé çøürsé çréätør ädmïn täßlé. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" +"Ýøür réqüést før çøürsé çréätïøn rïghts tø édX Stüdïø hävé ßéén dénïéd. Ìf " +"ýøü ßélïévé thïs wäs ïn érrør, pléäsé çøntäçt: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт," +" ¢σηѕє¢тєт#" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" +"Ýøür réqüést før çøürsé çréätïøn rïghts tø édX Stüdïø hävé ßéén gräntéd. Tø " +"çréäté ýøür fïrst çøürsé, vïsït: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" +"Ýøür çøürsé çréätïøn rïghts tø édX Stüdïø hävé ßéén révøkéd. Ìf ýøü ßélïévé " +"thïs wäs ïn érrør, pléäsé çøntäçt: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "Ýøür çøürsé çréätør stätüs før édX Stüdïø Ⱡ'σяєм ιρѕυ#" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "Ýøü çän nøw {link_start}løgïn{link_end}. Ⱡ'σяєм ιρѕυ#" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" +"Àn äçtïvätïøn lïnk häs ßéén sént tø {email}, äløng wïth ïnstrüçtïøns før " +"äçtïvätïng ýøür äççøünt. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "Àll rïghts résérvéd. Ⱡ'σя#" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "Çøntäçt Ûs Ⱡ#" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "Çürrént Çøürsé: Ⱡ'#" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "{course_name}'s Nävïgätïøn: Ⱡ'σяєм#" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "Øütlïné #" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "Ûpdätés #" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "Sçhédülé & Détäïls Ⱡ'σяє#" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "Çhéçklïsts Ⱡ#" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "Ìmpørt Ⱡ'σяєм ιρѕ#" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "Éxpørt Ⱡ'σяєм ιρѕ#" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "Hélp & Àççøünt Nävïgätïøn Ⱡ'σяєм #" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "Thïs ïs ä PDF Døçümént Ⱡ'σяє#" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "Stüdïø Døçüméntätïøn Ⱡ'σя#" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "Stüdïø Hélp Çéntér Ⱡ'σ#" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "Çürréntlý sïgnéd ïn äs: Ⱡ'σяє#" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "Sïgn Øüt #" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "Ýøü'ré nøt çürréntlý sïgnéd ïn Ⱡ'σяєм #" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "Høw Stüdïø Wørks Ⱡ'σ#" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "Stüdïø Hélp Ⱡ#" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "Läünçh Lätéx Søürçé Çømpïlér Ⱡ'σяєм #" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "Héädïng 1 #" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "Mültïplé Çhøïçé Ⱡ'#" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "Çhéçkßøxés Ⱡ#" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "Téxt Ìnpüt Ⱡ#" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "Nümérïçäl Ìnpüt Ⱡ'#" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "Drøpdøwn #" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "Éxplänätïøn Ⱡ#" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "Àdvänçéd Édïtør Ⱡ'#" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "Tøgglé Çhéätshéét Ⱡ'σ#" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "Løøkïng før Hélp wïth Stüdïø? Ⱡ'σяєм #" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "édX Stüdïø Hélp Ⱡ'#" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" +"Nééd hélp wïth Stüdïø? Çréätïng ä çøürsé ïs çømpléx, sø wé'ré héré tø hélp. " +"Täké ädväntägé øf øür døçüméntätïøn, hélp çéntér, äs wéll äs øür édX101 " +"ïntrødüçtïøn çøürsé før çøürsé äüthørs. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, #" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "Døwnløäd Stüdïø Døçüméntätïøn Ⱡ'σяєм #" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "Høw tø üsé Stüdïø tø ßüïld ýøür çøürsé Ⱡ'σяєм ιρѕ#" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "Énrøll ïn édX101 Ⱡ'σ#" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "Çøntäçt üs äßøüt Stüdïø Ⱡ'σяє#" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" +"Hävé prøßléms, qüéstïøns, ør süggéstïøns äßøüt Stüdïø? Wé'ré älsø héré tø " +"lïstén tø äný féédßäçk ýøü wänt tø shäré. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє¢#" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "nämé Ⱡ'σяєм#" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "Délété thïs ünït Ⱡ'σ#" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "Délété ünït Ⱡ#" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "Dräg tø sørt Ⱡ#" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "Dräg tø réørdér ünït Ⱡ'σя#" + +# empty +msgid "This is a key string." +msgstr "Thïs ïs ä kéý strïng. Ⱡ'σя#" diff --git a/conf/locale/eo/LC_MESSAGES/djangojs.mo b/conf/locale/eo/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..c7597d1247de Binary files /dev/null and b/conf/locale/eo/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/eo/LC_MESSAGES/djangojs.po b/conf/locale/eo/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..5cd310f1d380 --- /dev/null +++ b/conf/locale/eo/LC_MESSAGES/djangojs.po @@ -0,0 +1,804 @@ +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# EdX Team , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: 0.1a\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 13:36-0500\n" +"PO-Revision-Date: 2014-02-03 18:37:12.464962\n" +"Last-Translator: \n" +"Language-Team: openedx-translation \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "Thïs lïnk wïll øpén ïn ä néw ßrøwsér wïndøw/täß Ⱡ'σяєм ιρѕυм #" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "Çänçél Ⱡ'σяєм ιρѕ#" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "Vïdéø slïdér Ⱡ#" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "Päüsé Ⱡ'σяєм ι#" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "Pläý Ⱡ'σяєм#" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "Fïll ßrøwsér Ⱡ#" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "Éxït füll ßrøwsér Ⱡ'σ#" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "HD øn Ⱡ'σяєм ι#" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "HD øff Ⱡ'σяєм ιρѕ#" + +#: 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 "Vïdéø pøsïtïøn Ⱡ'#" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "Vïdéø éndéd Ⱡ#" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "%(value)s høür Ⱡ'#" +msgstr[1] "%(value)s høürs Ⱡ'#" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "%(value)s mïnüté Ⱡ'σ#" +msgstr[1] "%(value)s mïnütés Ⱡ'σ#" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "%(value)s séçønd Ⱡ'σ#" +msgstr[1] "%(value)s séçønds Ⱡ'σ#" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "Vølümé Ⱡ'σяєм ιρѕ#" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "Mütéd Ⱡ'σяєм ι#" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "Vérý løw #" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "Løw Ⱡ'σя#" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "Àvérägé #" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "Løüd Ⱡ'σяєм#" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "Vérý løüd #" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "Mäxïmüm #" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "Çäptïøn wïll ßé dïspläýéd whén Ⱡ'σяєм ι#" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "Türn øn çäptïøns Ⱡ'σ#" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "Türn øff çäptïøns Ⱡ'σ#" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "%s ägø Ⱡ'σяєм ιρѕ#" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "%s frøm nøw Ⱡ#" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "léss thän ä mïnüté Ⱡ'σ#" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "äßøüt ä mïnüté Ⱡ'#" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d mïnüté #" +msgstr[1] "%d mïnütés Ⱡ#" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "äßøüt än høür Ⱡ'#" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "äßøüt %d høür Ⱡ'#" +msgstr[1] "äßøüt %d høürs Ⱡ'#" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "ä däý Ⱡ'σяєм ι#" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d däý Ⱡ'σяєм ιρѕ#" +msgstr[1] "%d däýs #" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "äßøüt ä mønth Ⱡ'#" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mønth #" +msgstr[1] "%d mønths #" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "äßøüt ä ýéär Ⱡ#" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d ýéär #" +msgstr[1] "%d ýéärs #" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "Àväïläßlé %s Ⱡ#" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Thïs ïs thé lïst øf äväïläßlé %s. Ýøü mäý çhøøsé sømé ßý séléçtïng thém ïn " +"thé ßøx ßéløw änd thén çlïçkïng thé \"Çhøøsé\" ärrøw ßétwéén thé twø ßøxés. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιρι#" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Týpé ïntø thïs ßøx tø fïltér døwn thé lïst øf äväïläßlé %s. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "Fïltér Ⱡ'σяєм ιρѕ#" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "Çhøøsé äll Ⱡ#" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "Çlïçk tø çhøøsé äll %s ät ønçé. Ⱡ'σяєм ι#" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "Çhøøsé Ⱡ'σяєм ιρѕ#" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "Rémøvé Ⱡ'σяєм ιρѕ#" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "Çhøsén %s #" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Thïs ïs thé lïst øf çhøsén %s. Ýøü mäý rémøvé sømé ßý séléçtïng thém ïn thé " +"ßøx ßéløw änd thén çlïçkïng thé \"Rémøvé\" ärrøw ßétwéén thé twø ßøxés. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιρ#" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "Rémøvé äll Ⱡ#" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "Çlïçk tø rémøvé äll çhøsén %s ät ønçé. Ⱡ'σяєм ιρѕ#" + +#: 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] "%(sel)s øf %(cnt)s séléçtéd Ⱡ'σяєм#" +msgstr[1] "%(sel)s øf %(cnt)s séléçtéd Ⱡ'σяєм#" + +#: 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 "" +"Ýøü hävé ünsävéd çhängés øn ïndïvïdüäl édïtäßlé fïélds. Ìf ýøü rün än " +"äçtïøn, ýøür ünsävéd çhängés wïll ßé løst. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє#" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Ýøü hävé séléçtéd än äçtïøn, ßüt ýøü hävén't sävéd ýøür çhängés tø " +"ïndïvïdüäl fïélds ýét. Pléäsé çlïçk ØK tø sävé. Ýøü'll nééd tø ré-rün thé " +"äçtïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιρι#" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Ýøü hävé séléçtéd än äçtïøn, änd ýøü hävén't mädé äný çhängés øn ïndïvïdüäl " +"fïélds. Ýøü'ré prøßäßlý løøkïng før thé Gø ßüttøn räthér thän thé Sävé " +"ßüttøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι#" + +#. 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 "" +"Jänüärý|Féßrüärý|Märçh|Àprïl|Mäý|Jüné|Jülý|Àügüst|Séptémßér|Øçtøßér|Nøvémßér|Déçémßér" +" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" + +#. 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 "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 "Shøw Ⱡ'σяєм#" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "Hïdé Ⱡ'σяєм#" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" +"Sündäý|Møndäý|Tüésdäý|Wédnésdäý|Thürsdäý|Frïdäý|Sätürdäý Ⱡ'σяєм ιρѕυм ∂σł#" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "Nøw Ⱡ'σя#" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "Çløçk Ⱡ'σяєм ι#" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "Çhøøsé ä tïmé Ⱡ'#" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "Mïdnïght #" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "6 ä.m. Ⱡ'σяєм ιρѕ#" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "Nøøn Ⱡ'σяєм#" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "Tødäý Ⱡ'σяєм ι#" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "Çäléndär #" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "Ýéstérdäý #" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "Tømørrøw #" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" +"

Ìnsért Hýpérlïnk

http://éxämplé.çøm/ \"øptïønäl tïtlé\"

" +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" +"

Ìnsért Ìmägé (üpløäd fïlé ør týpé " +"ürl)

http://éxämplé.çøm/ïmägés/dïägräm.jpg \"øptïønäl " +"tïtlé\"

Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тє#" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "Märkdøwn Édïtïng Hélp Ⱡ'σя#" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "Bøld (Çtrl+B) Ⱡ'#" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "Ìtälïç (Çtrl+Ì) Ⱡ'#" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "Hýpérlïnk (Çtrl+L) Ⱡ'σ#" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "Bløçkqüøté (Çtrl+Q) Ⱡ'σя#" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "Çødé Sämplé (Çtrl+K) Ⱡ'σя#" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "Ìmägé (Çtrl+G) Ⱡ'#" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "Nümßéréd Lïst (Çtrl+Ø) Ⱡ'σяє#" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "Büllétéd Lïst (Çtrl+Û) Ⱡ'σяє#" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "Héädïng (Çtrl+H) Ⱡ'σ#" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "Hørïzøntäl Rülé (Çtrl+R) Ⱡ'σяє#" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "Ûndø (Çtrl+Z) Ⱡ'#" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "Rédø (Çtrl+Ý) Ⱡ'#" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "Rédø (Çtrl+Shïft+Z) Ⱡ'σя#" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "strøng téxt Ⱡ#" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "émphäsïzéd téxt Ⱡ'#" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "éntér ïmägé désçrïptïøn héré Ⱡ'σяєм #" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "éntér lïnk désçrïptïøn héré Ⱡ'σяєм#" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "Bløçkqüøté Ⱡ#" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "éntér çødé héré Ⱡ'#" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "Lïst ïtém #" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "Héädïng #" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "Thïs lïnk wïll øpén ïn ä mødäl wïndøw Ⱡ'σяєм ιρѕ#" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "Délété thïs Ⱡ#" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "Délétïng thïs Ⱡ'#" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "Ýés, délété thïs Ⱡ'σ#" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "Délétïng… Ⱡ'σ#" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "Pléäsé dø nøt üsé äný späçés ïn thïs fïéld. Ⱡ'σяєм ιρѕυм#" + +#: 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 "" +"Thé çømßïnéd léngth øf thé ørgänïzätïøn, çøürsé nümßér, änd çøürsé rün " +"fïélds çännøt ßé møré thän 65 çhäräçtérs. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " +"¢σηѕє#" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "Réqüïréd fïéld. Ⱡ'#" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "Hïdé Stüdïø Hélp Ⱡ'σ#" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "Løøkïng før Hélp wïth Stüdïø? Ⱡ'σяєм #" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "Ýøü müst spéçïfý ä nämé Ⱡ'σяє#" + +#: cms/static/js/models/section.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 "Sävïng… Ⱡ'#" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" +"Ønlý <%= fileTypes %> fïlés çän ßé üpløädéd. Pléäsé séléçt ä fïlé éndïng ïn " +"<%= fileExtensions %> tø üpløäd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "ør Ⱡ'#" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "Thé çøürsé müst hävé än ässïgnéd stärt däté. Ⱡ'σяєм ιρѕυм#" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" +"Thé çøürsé énd däté çännøt ßé ßéføré thé çøürsé stärt däté. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" +"Thé çøürsé stärt däté çännøt ßé ßéføré thé énrøllmént stärt däté. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" +"Thé énrøllmént stärt däté çännøt ßé äftér thé énrøllmént énd däté. Ⱡ'σяєм " +"ιρѕυм ∂σłσя #" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" +"Thé énrøllmént énd däté çännøt ßé äftér thé çøürsé énd däté. Ⱡ'σяєм ιρѕυм " +"∂σłσ#" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "Kéý shøüld ønlý çøntäïn léttérs, nümßérs, _, ør - Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" +"Théré's älréädý änøthér ässïgnmént týpé wïth thïs nämé. Ⱡ'σяєм ιρѕυм ∂σł#" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "Pléäsé éntér än ïntégér ßétwéén 0 änd 100. Ⱡ'σяєм ιρѕυ#" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "Pléäsé éntér än ïntégér gréätér thän 0. Ⱡ'σяєм ιρѕ#" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "Pléäsé éntér nøn-négätïvé ïntégér. Ⱡ'σяєм ιρ#" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" +"Çännøt drøp møré <% attrs.types %> thän wïll ässïgnéd. Ⱡ'σяєм ιρѕυм ∂σ#" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "Gräçé pérïød müst ßé spéçïfïéd ïn HH:MM førmät. Ⱡ'σяєм ιρѕυм #" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "Délété Fïlé Çønfïrmätïøn Ⱡ'σяє#" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" +"Àré ýøü süré ýøü wïsh tø délété thïs ïtém. Ìt çännøt ßé révérséd!\n" +"\n" +"Àlsø äný çøntént thät lïnks/référs tø thïs ïtém wïll nø løngér wørk (é.g. ßrøkén ïmägés änd/ør lïnks) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg #" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "Délété Ⱡ'σяєм ιρѕ#" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "Ýøür fïlé häs ßéén délétéd. Ⱡ'σяєм#" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "Nämé Ⱡ'σяєм#" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "Däté Àddéd Ⱡ#" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "Àré ýøü süré ýøü wänt tø délété thïs üpdäté? Ⱡ'σяєм ιρѕυм#" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "Thïs äçtïøn çännøt ßé ündøné. Ⱡ'σяєм #" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "ØK Ⱡ'#" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "Ûpløäd ä néw PDF tø “<%= name %>” Ⱡ'σяєм ι#" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "Sävïng Ⱡ'σяєм ιρѕ#" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "Théré wäs än érrør wïth thé üpløäd Ⱡ'σяєм ιρ#" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" +"Fïlé førmät nøt süppørtéd. Pléäsé üpløäd ä fïlé wïth ä tär.gz " +"éxténsïøn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "Çølläpsé Àll Séçtïøns Ⱡ'σя#" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "Éxpänd Àll Séçtïøns Ⱡ'σя#" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "Réléäsé däté: Ⱡ'#" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "{month}/{day}/{year} ät {hour}:{minute} ÛTÇ Ⱡ'σяєм ιρѕυм#" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "Édït séçtïøn réléäsé däté Ⱡ'σяєм#" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "Nøt Grädéd Ⱡ#" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "äsçéndïng #" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "désçéndïng Ⱡ#" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" +"Shøwïng %(current_span)s%(start)s-%(end)s%(end_span)s øüt øf " +"%(total_span)s%(total)s tøtäl%(end_span)s, sørtéd ßý " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s Ⱡ'σяєм ιρѕυм " +"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єł#" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "Ýøür çhängé çøüld nøt ßé sävéd Ⱡ'σяєм #" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "Rétürn änd résølvé thïs ïssüé Ⱡ'σяєм #" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "Délété “<%= 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 "" +"Délétïng ä téxtßøøk çännøt ßé ündøné änd ønçé délétéd äný référénçé tø ït ïn" +" ýøür çøürséwäré's nävïgätïøn wïll älsø ßé rémøvéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " +"αмєт, ¢σηѕє¢тєтυ#" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "Délétïng #" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "Wé'ré sørrý, théré wäs än érrør Ⱡ'σяєм ι#" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "Ýøü'vé mädé sømé çhängés Ⱡ'σяє#" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" +"Ýøür çhängés wïll nøt täké éfféçt üntïl ýøü sävé ýøür prøgréss. Ⱡ'σяєм ιρѕυм" +" ∂σłσя#" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "Ýøü'vé mädé sømé çhängés, ßüt théré äré sømé érrørs Ⱡ'σяєм ιρѕυм ∂#" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" +"Pléäsé äddréss thé érrørs øn thïs pägé fïrst, änd thén sävé ýøür prøgréss. " +"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "Sävé Çhängés Ⱡ#" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "Ýøür çhängés hävé ßéén sävéd. Ⱡ'σяєм #" + +#: 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 "" +"Ýøür çhängés wïll nøt täké éfféçt üntïl ýøü sävé ýøür prøgréss. Täké çäré " +"wïth kéý änd välüé førmättïng, äs välïdätïøn ïs nøt ïmpléméntéd. Ⱡ'σяєм " +"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂#" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "Ýøür pølïçý çhängés hävé ßéén sävéd. Ⱡ'σяєм ιρ#" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" +"Pléäsé nøté thät välïdätïøn øf ýøür pølïçý kéý änd välüé päïrs ïs nøt " +"çürréntlý ïn pläçé ýét. Ìf ýøü äré hävïng dïffïçültïés, pléäsé révïéw ýøür " +"pølïçý päïrs. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ι#" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "Ûpløäd ýøür çøürsé ïmägé. Ⱡ'σяєм#" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "Fïlés müst ßé ïn JPÉG ør PNG førmät. Ⱡ'σяєм ιρ#" diff --git a/conf/locale/es_419/LC_MESSAGES/django.mo b/conf/locale/es_419/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..b08ccec4fcc4 Binary files /dev/null and b/conf/locale/es_419/LC_MESSAGES/django.mo differ diff --git a/conf/locale/es_419/LC_MESSAGES/django.po b/conf/locale/es_419/LC_MESSAGES/django.po new file mode 100644 index 000000000000..a1d15086221d --- /dev/null +++ b/conf/locale/es_419/LC_MESSAGES/django.po @@ -0,0 +1,10118 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Latin America) (http://www.transifex.com/projects/p/edx-platform/language/es_419/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# apardo , 2013 +# apardo , 2013 +# dsalazar , 2014 +# dsalazar , 2014 +# ferabra , 2014 +# ferabra , 2014 +# juancamilom , 2013 +# juancamilom , 2013-2014 +# juancamilom , 2013 +# Luis Ruiz , 2013 +# Luis Ruiz , 2013 +# Natalia_m , 2013 +# Natalia_m , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# apardo , 2013 +# ferabra , 2014 +# juancamilom , 2013-2014 +# juancamilom , 2014 +# Luis Ruiz , 2013 +# Natalia_m , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Latin America) (http://www.transifex.com/projects/p/edx-platform/language/es_419/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Andres Lucena , 2013 +# Andres Lucena , 2013 +# apardo , 2013 +# apardo , 2013 +# ovnicraft , 2013 +# dsalazar , 2014 +# dsalazar , 2014 +# ferabra , 2013 +# ferabra , 2013 +# Herty Nava , 2013 +# juancamilom , 2013-2014 +# juancamilom , 2013-2014 +# juancamilom , 2013 +# Luis Ruiz , 2013 +# Luis Ruiz , 2013-2014 +# Luis Ruiz , 2013 +# Natalia_m , 2013 +# Natalia_m , 2013 +# ovnicraft , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Andres Lucena , 2013 +# apardo , 2013 +# dsalazar , 2014 +# ferabra , 2013 +# Herty Nava , 2013 +# juancamilom , 2013-2014 +# juancamilom , 2014 +# Luis Ruiz , 2013 +# Natalia_m , 2013 +# ovnicraft , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# juancamilom , 2013 +# juancamilom , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: ovnicraft \n" +"Language-Team: Spanish (Latin America) (http://www.transifex.com/projects/p/edx-platform/language/es_419/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: es_419\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "Información del curso" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "Certificado de Código de Honor" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "Las inscripciones están cerradas" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "Modo de inscripción no soportado" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "La cantidad seleccionada es inválida" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "No ha seleccionado el precio o el precio es demasiado bajo" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" +"Su cuenta ha sido deshabilitada. Si considera que esto es un error, por " +"favor contáctenos a {link_start}{support_email}{link_end}" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "Cuenta deshabilitada" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "No se especificó el ID del curso" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "El ID del curso no es válido" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "Usted no está inscrito en este curso" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "La Inscripción es inválida" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" +"Ocurrió un error en la recepción de su información de ingreso. Por favor " +"escribanos al correo electrónico." + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Too many failed login attempts. Try again later." +msgstr "" +"Demasiados intentos fallidos de inicio de sesión. Inténtelo de nuevo más " +"tarde." + +#: common/djangoapps/student/views.py +msgid "Email or password is incorrect." +msgstr "Correo electrónico o contraseña incorrectos." + +#: 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 "" +"Esta cuenta no ha sido activada. Hemos enviado nuevamente el correo de " +"activación. Por favor verifique su buzón de correo y siga las instrucciones " +"de activación." + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "Por favor ingrese un nombre de usuario" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "Por favor seleccione una opción" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "El nombre de usuario {} no existe." + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "Se deshabilitó correctamente la cuenta de {}" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "Se rehabilitó correctamente la cuenta de {}" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "Estado de cuenta inesperado" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "Ya existe una cuenta con el nombre de usuario '{username}'." + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "Ya existe una cuenta con el correo electrónico '{email}'." + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "Error (401 {field}). Escríbanos al correo electrónico." + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "Para inscribirse, debe aceptar el código de honor." + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "Debe aceptar los términos y condiciones del servicio." + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "Se requiere una dirección de correo electrónico válida." + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" +"El nombre de usuario solo debe contener los caracteres A-Z y 0-9, sin " +"espacios." + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "No fue posible enviar el correo de activación." + +#: common/djangoapps/student/views.py +msgid "Unknown error. Please e-mail us to let us know how it happened." +msgstr "" +"Error desconocido. Por favor escríbanos al correo electrónico con " +"información de este error." + +#: common/djangoapps/student/views.py +msgid "No inactive user with this e-mail exists" +msgstr "" +"No existe un usuario inactivo con esta dirección de correo electrónico" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "No fue posible enviar el correo de reactivación" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "Contraseña inválida" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "Se requiere una dirección de correo electrónico válida." + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "Ya existe una cuenta con esta dirección de correo electrónico." + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "El correo electrónico nuevo es igual al anterior." + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "Nombre requerido" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "ID inválido" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "Revisar" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "Revisión final" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "Sus respuestas has sido guardadas." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" +"Sus respuestas han sido guardadas pero no calificadas. Haga clic en " +"'Revisar' para calificarlas." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/video_module.py +msgid "A YouTube URL or a link to a file hosted anywhere on the web." +msgstr "" +"Una dirección URL de YouTube o un vínculo a un archivo alojado en cualquier " +"lugar de la Web." + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Navigation" +msgstr "Navegación" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "Acerca de estos documentos" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "Índice" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search" +msgstr "Buscar" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Copyright" +msgstr "Derechos de Autor" + +#: lms/djangoapps/courseware/features/video.py +msgid "ERROR: No playable video sources found!" +msgstr "" +"ERROR: no se encontraron recursos de video que puedan ser reproducidos." + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" +"La ruta {0} no existe. Por favor créela, o configure otra ruta con " +"GIT_REPO_DIR" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "Imposible obtener el log de git" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "la clonación o el git pull han fallado!" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "Imposible ejecutar el comando import" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "El 'module store' correspondiente no soporta el comando import." + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "Fallo en la autenticación de {0}, error {1}\n" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "Falló en la autenticación de {0}\n" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "¡Todo bien!" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "Debe ingresar un nombre de usuario" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "Debe ingresar su nombre completo" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "el correo electrónico debe terminar en " + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "Error - el correo {0} ya existe como un id externo" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "La contraseña debe ser ingresada si no se están usando certificados" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "correo electrónico requerido (no el nombre de usuario)" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "Falló la creación del usuario {0}, Error de integridad" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "Usuario {0} creado exitósamente!" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "No se ha podido encontrar al usuario con dirección de correo {0}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "No se puede encontrar al usuario {0} - {1}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "Usuario borrado {0}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "Estadística" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "Valor" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "Estadísticas del sitio" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "Número total de usuarios" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "Cursos cargados en la bodega de módulos" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "username" +msgstr "Nombre de usuario" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "correo electrónico" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "Reparar Resultados" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "Crear Resultados de Usuario" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "Borrar Resultados de Usuario" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" +"La ubicación del repositorio de git debe terminar en '.git' y ser una url " +"válida" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" +"No se permite la importación. GIT_IMPORT_WITH_XMLMODULESTORE no está " +"encendido, y en general no es seguro importar en un XMLModuleStore con " +"multiples hilos 'multithreaded'. Le recomendamos habilitar el 'module " +"store' basado en MongoDB, a menos que este sea un ambiente de desarrollo." + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" +"El curso {0} ya existe en el directorio de datos! (Se cargará nuevamente)" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "Imposible clonar o halar el repositorio. Por favor revise la url." + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "Falló la clonación del repositorio a {0}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "Cargado el curso {0} {1}
Errores:" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +msgid "Course Name" +msgstr "Nombre del curso" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "Directorio/ID" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "Git Commit" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "Última modificación" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "Último Editor" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "Información de todos los cursos" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "Error - no se puede obtener el curso con ID {0}
{1}
" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "Borrado" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "instructores" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "Información de inscripción para todos los cursos" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "rol" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" +"No se puede encontrar al usuario con la dirección de correo electrónico " + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "Falló en la autenticación" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "Imposible clonar o halar el repositorio" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "Error - no se puede obtener el curso con ID " + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "los tipos de archivo permitidos son '%(file_types)s'" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "el tamaño máximo de archivo permitido es %(file_size)sK" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" +"Error en la subida del archivo. Por favor contacte al administrador del " +"sitio." + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "El usuario no existe." + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "La tarea ya se está ejecutando." + +#: lms/djangoapps/instructor/views/api.py +msgid "Complete" +msgstr "Completo" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "Incompleto" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" +"Su reporte de notas está siendo generado! Puede ver el estado de la tarea de" +" generación en la sección de 'Tareas Pendientes de Instructor'" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" +"Una tarea de reporte de notas ya está en progreso. Verifique la tabla de " +"'Tareas pendientes de instructor' para ver el estado de esta tarea. Cuando " +"se haya completado, el reporte estará disponible para ser descargado en la " +"tabla a continuación." + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "Afiliación" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "Administrador de Estudiantes" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Extensions" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Data Download" +msgstr "Descarga de Datos" + +#: 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 "Correo electrónico" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Analytics" +msgstr "Analíticas" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "re calificado" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "reiniciado" + +#. 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 +msgid "deleted" +msgstr "borrado" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "enviado al correo electrónico" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "calificado" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "No hay información de estado disponible" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "No hay información de estado que se pueda mostrar" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "No se suministró un mensaje" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "No hay información disponible sobre el estado del progreso" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "Progreso: {action} {succeeded} de {attempted} hasta el momento" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" +"Imposible encontrar un envío para ser {action} por el estudiante '{student}'" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "El problema no pudo ser {action} para el estudiante '{student}'" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" +"El problema ha sido exitósamente {action} para el estudiante '{student}'" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "No se han encontrado estudiantes con envíos para ser {action}" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" +"Falló en el {action} del problema para alguno de los {attempted} estudiantes" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" +"El problema fue {action} exitosamente para los {attempted} estudiantes" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "Problema {action} para {succeeded} de los {attempted} estudiantes" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "No se ha encontrado ningún destinatario para ser {action}" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" +"El mensaje falló al ser {action} para alguno de los {attempted} " +"destinatarios" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "Mensaje {action} para {succeeded} de los {attempted} destinatarios" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "Estado: {action} {succeeded} de {attempted}" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr " (ignorando {skipped})" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr " (de los {total})" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" +"\n" +"Apreciado(a) %(student_name)s,\n" +" " + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "Añadir al perfil" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" +"No se ha podido contactar al servidor externo de calificaciones. Por favor " +"contacte al equipo de desarrollo al correo {email}." + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "Evaluación IA" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "Evaluación por pares" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "No está disponible aún" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "Verificador automático" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "Revisión del instructor" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" +"Ocurrió un error contactando al servicio de calificación. Por favor " +"notifíquelo al personal de apoyo del curso." + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" +"Ocurrió un error contactando al servicio de calificación. Por favor " +"notifíquelo a su punto de contacto de edX." + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "para el curso {0} y el estudiante {1}." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" +"Ver todos los problemas que requieren revisión de pares para este curso." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" +"Ver los envíos de ejercicios abiertos aún no calificados para este curso." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" +"Ver los ejercicios abiertos que usted ha enviado anteriormente para ser " +"calificados." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" +"Ver los envíos que han sido marcados por los estudiantes como inapropiados." + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "Nuevos envíos para calificar" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "Se han recibido nuevas calificaciones" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "Los envíos han sido marcados para revisión" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" +"\n" +" Ocurrió un error inicializando la evaluación por pares.\n" +" No se ha creado un modulo de evaluación por pares en el curso para permitirle a usted evaluar el trabajo de otros.\n" +" Por favor verifique nuevamente mas adelante.\n" +" " + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "Confirmación de la orden de pago" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "Intentando añadir una moneda diferente en el carrito" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" +"Por favor visite su panel de control para " +"ver sus nuevas inscripciones." + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "[Refund] Devolución solicitada por el usuario" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "El modo {mode} no existe para el curso {course_id}" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "Certificado de logro, {mode_name} para el curso {course}" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" +"Nota - Usted tiene hasta 2 semanas una vez iniciado el curso para retirarse " +"de la opción de Certificados Verificados y recibir un reembolso completo. " +"Para recibir este reembolso, contacte a {billing_email}. Por favor incluya " +"en su mensaje el número de su orden y NO incluya ninguna información de su " +"tarjeta de crédito." + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "Debe iniciar sesión para añadir elementos al carrito de compras" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "El curso que ha solicitado no existe" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "El curso {0} ya está en su carrito de compras" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "Usted ya está registrado en el curso {0}" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "Curso añadido al carrito" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "Usted no tiene permisos para ver esta página" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" +"El ente que se encarga de procesar el pago no retornó un parámetro " +"requerido: {0}" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" +"El ente que se encarga de procesar el pago retornó un valor incorrecto {0} " +"para el parámetro {1}" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" +"El encargado de procesar el pago aceptó una orden cuyo número no se " +"encuentra en nuestro sistema" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" +"La cantidad cargada por el encargado de procesar el pago {0} {1} es " +"diferente del costo total de la orden {2} {3}." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "Transacción existosa." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "La solicitud no tiene uno o más campos requeridos." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "Uno o mas campos en la solicitud contienen información inválida" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" +"Error: Fallo general del sistema. Posible solución: Intente el pago " +"nuevamente después de algunos minutos." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" +"El Banco emisor tiene preguntas sobre la solicitud. Posible solución: " +"intente con otra forma de pago." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" +"Fondos insuficientes en la cuenta. Posible solución: intente con otra forma " +"de pago" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "Razón desconocida" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" +"El banco emisor no está disponible. Posible solución: Intente nuevamente " +"dentro de algunos minutos" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" +"La tarjeta ha alcanzado el límite de crédito. Posible solución: Intente con " +"otra forma de pago" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" +"Número de verificación inválido. Posible solución: Intente con otra forma de" +" pago" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" +"Número de cuenta inválido. Posible solución: Intente con otra forma de pago" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "Solicitud rechazada. Posible solución: Intente con otra forma de pago" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "La cantidad solicitada excede el valor autorizado." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "Fallo en el procesamiento. Posible solución: Intente nuevamente" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "La autorización ya ha sido recibida" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" +"La cantidad para la transacción solicitada debe corresponder con la cantidad" +" de la transacción previa" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "El ID de la solicitud es inválido" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "La transacción ya ha sido aceptada o reversada" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" +"Usted solicitó un crédito para una captura que ya había sido invalidada" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" +"Ha habido un error en la fecha ingresada. Se debe ingresar con el formato " +"AAAA-MM-DD" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "No se suministró una fotografía de documento de identificación." + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" +"No hemos podido leer su nombre de la imagen de su documento de " +"identificación" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "La imagen de su rostro no es suficientemente clara" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "Su rostro no está visible en su fotografía" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "Hubo un error verificando las fotos de su documento de identidad." + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "El precio seleccionado no es un número válido" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "Este curso no tiene soporte para certificados verificados" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" +"No se ha seleccionado un precio o el precio seleccionado está por debajo del" +" precio mínimo" + +#: lms/templates/main_django.html +msgid "Skip to this view's content" +msgstr "Saltar a los contenidos de esta vista" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "Tu reseteo de contraseña está completado" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" +"\n" +"Tu contraseña se ha establecido. Puedes seguir adelante e %(link_start)sinciar sesión%(link_end)s ahora." + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"Restablece Tu Contraseña de %(platform_name)s" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"Restablece Tu Contraseña de %(platform_name)s" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "Formulario de Restablecimiento de Contraseña" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" +"\n" +"Lo sentimos, las suscripciones a %(platform_name)s no están disponibles en su región" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "Debes completar todos los campos." + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "Los dos campos de contraseña no coinciden." + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" +"Lo sentimos, nuestros sistemas parecen estar teniendo problemas para " +"procesar su reseteo de contraseña" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +" Alguien ya ha sido alertado de esta situación. Por favor reintente en algunos minutos. Por favor %(start_link)scontáctenos%(end_link)s para transmitirnos cualquier inquietud.\n" +" " + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" +"Por favor ingrese su nueva contraseña dos veces para que sea verificada. Los campos requeridos se identifican con texto en negrilla y un asterísco (*)." + +#: lms/templates/registration/password_reset_confirm.html +msgid "Required Information" +msgstr "Información Requerida" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "Tu Nueva Contraseña " + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "Tu Nueva Contraseña de Nuevo" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "Cambiar Mi Contraseña" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "El Restablecimiento de Contraseña No Tuvo Éxito" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +" El vínculo de restablecimiento de contraseña es inválido, posiblemente este vínculo ya fue utilizado. Por favor regrese a la página de %(start_link)sinicio de sesión%(end_link)s y comience de nuevo el proceso de restablecer contraseña.\n" +" " + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "Ayuda de Restablecimiento de Contraseña" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Need Help?" +msgstr "¿Necesita ayuda?" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" +"\n" +" Visite nuestra %(start_link)ssección de ayuda para ver la información de contacto y las respuestas a las preguntas mas comunes%(end_link)s\n" +" " + +#: 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 "" +"Usted ha recibido este correo electrónico porque solicitó el " +"restablecimiento de su contraseña de usuario para edx.org." + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Por favor visite la siguiente página y seleccione una nueva contraseña:" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "Gracias por usar el sitio!" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "El equipo de edX" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "Última modificación:" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "Ver todos los registros hijos" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "Última modificación de este artículo:" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "Añadir nuevo artículo" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "Crear artículo" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "Volver" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "Borrar artículo" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Delete" +msgstr "Borrar" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "No puede borrar un artículo raíz." + +#: 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 puede borrar este artículo porque no tiene permisos para borrar artículos" +" que tengan artículos hijos. Intente borrar manualmente los artículos hijos " +"uno por uno." + +#: 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á borrando un artículo. eso significa que los artículos hijos serán " +"borrados también. Si elige purgar el artículo, los artículos hijos serán " +"purgados también." + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "Artículos que serán borrados" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "--- y más!" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "Está a punto de borrar un artículo. Favor confirmar." + +#: lms/templates/wiki/edit.html +msgid "Edit" +msgstr "Editar" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "Guardar cambios" + +#: lms/templates/wiki/edit.html +msgid "Preview" +msgstr "Vista previa" + +#: lms/templates/wiki/edit.html lms/templates/wiki/history.html +#: lms/templates/wiki/history.html lms/templates/wiki/includes/cheatsheet.html +msgid "Close Modal" +msgstr "Cerrar dialogo" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "Vista previa de la Wiki" + +#: lms/templates/wiki/edit.html lms/templates/wiki/history.html +#: lms/templates/wiki/history.html lms/templates/wiki/includes/cheatsheet.html +msgid "modal open" +msgstr "dialogo abierto" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "Volver al editor" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "Historial" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" +"Haga clic en cada revisión para ver la lista de líneas modificadas. Haga " +"clic en el botón Previsualizar para ver como se muestra el artículo en este " +"momento. Al final de esta página, puede seleccionar una revisión particular " +"o fusionar una revisión anterior con la actual." + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "ningún mensaje de registro" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "Previsualizar esta revisión" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "Auto log:" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "Cambiar" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "Fusionar lo seleccionado con el actual..." + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "Cambiar a la versión seleccionada" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "Vista previa de revisión de la Wiki" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "Volver a la vista del historial" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "Cambiar a esta versión" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "Integrar la revisión" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "Fusionar con el 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 "" +"Cuando usted fusiona una revisión con la actual, todos los datos de las dos " +"revisiones se conservarán y se fusionarán en su ubicación aproximada." + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "A continuación, es importante hacer una revisión manual." + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "Crear una nueva versión fusionada." + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "Previsualizando la revisión" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "Previsualizando la fusión entre" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "y" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "Esta revisión se ha eliminado." + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "La restauración de esta revisión marcará el artículo como eliminado." + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" +"\n" +" Debe o registrarse para usar esta función.\n" +" " + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "Necesita iniciar sesión o registrarse para usar esta función." + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "Ayuda de la Sintaxis del 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 "" +"Este wiki usa Markdown para el estilo. Hay varias guías " +"útiles online. Mira alguno de los siguientes enlaces para detalles en " +"profundidad." + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "Markdown: Lo Esencial" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "Guía Rápida de la Sintaxis de Markdown" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "Mini guía de Markdown" + +#: 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 "" +"Para crear un articulo de wiki nuevo, crea un enlace a él. Al hacer click " +"sobre el te lleva a la creación de la página." + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "[Article Name](wiki:ArticleName)" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "Complementos edX:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "Ejemplos útiles:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "Cabecera Grande" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "Cabecera Pequeña" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "*emphasis* o _emphasis_" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "**strong** o __strong__" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "Lista no ordenada" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "Sub Ítem 1" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "Sub Ítem 2" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "Ordenado" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "Lista" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "Citas" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "Adjuntos" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "Cargar nuevo archivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "Buscar y añadir archivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "Subir archivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "Subir archivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "Buscar archivos y artículos" + +#: 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 "" +"Puede reutilizar archivos de otros artículos. Estos archivos están sujetos a" +" las actualizaciones de los otros artículos, lo cual puede o no ser " +"conveniente." + +#: 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 "" +"Los siguientes archivos están disponibles para este artículo. Copie el " +"código de etiquetas para referenciar directamente un archivo del texto del " +"artículo." + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "Código de etiquetas" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "Subido por" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "Tamaño" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "Historial de archivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "Desasociar" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "Reemplazar" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "Resturar" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "anónimo (IP autenticada)" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "Historial de archivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "revisiones" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "No hay adjuntos para este artículo." + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "Instrucciones" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "Contraer Instrucciones" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "Discusión Guiada" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "Esconder anotaciones" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "Visión" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "Prensa" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "Contacto" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "Comentarios de la clase" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" +"Siempre buscamos retroalimentación para mejorar nuestros cursos. Si usted es" +" un estudiante inscrito y tiene preguntas, comentarios, sugerencias o algún " +"otro aporte a una clase en particular, por favor publíquelo en los foros de " +"discusión de dicha clase." + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "Preguntas y comentarios generales" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "Preguntas y comentarios técnicos" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "Universidades" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "Nuevo" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "Panel de control" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "editar" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "Restablecer Contraseña" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "Cursos activos" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "Parece que aún no se ha registrado a ningún curso." + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "¡Encuentra cursos ahora!" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "Errores en la carga del curso" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "Correo para cambio de contraseña enviado" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" +"Se ha enviado un mensaje de correo electrónico a {email}. Siga las " +"instrucciones de dicho mensaje para cambiar su contraseña." + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "Cambiar correo electrónico" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "Por favor introduce tu nueva dirección de correo:" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "Por favor confirme su contraseña:" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" +"Se le enviará una confirmación tanto a {email} como a su nuevo correo como " +"parte del proceso de verificación." + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "Cambie su nombre" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" +"Para garantizar la credibilidad de los certificados de la plataforma " +"{platform}, todos los cambios de nombres serán registrados y almacenados." + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" +"Ingrese su nombre completo, como aparecerá en los certificados de la " +"plataforma {platform}." + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "Razón del cambio de nombre:" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "Cambiar mi nombre" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "Borrar su inscripción" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "El cambio de su correo electrónico falló." + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" +"No ha sido posible enviar una confirmación por correo electrónico a {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 "Regresar a la {link_start}Página de inicio{link_end}." + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "¡Cambio de correo electrónico exitoso!" + +#: 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 "" +"Debería ver su nuevo correo electrónico en su {link_start}panel de " +"control{link_end}." + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "Ya existe una cuenta con la nueva dirección de correo electrónico." + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "Formulario de inscripción de estudiantes" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "Curso:" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "Añadir nuevos estudiantes" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "Estudiantes existentes:" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "Nuevos estudiantes añadidos:" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "Estudiantes rechazados" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "Página anterior" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "Página siguiente" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" +"Los detalles finales del curso están siendo terminados. Su resultado final " +"estará disponible pronto." + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "Tu nota final:" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "Se requiere una calificación para obtener el certificado:" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" +"Su certificado está detenido en espera de la confirmación de que la emisión " +"de su certificado cumple de forma estricta con los embargos de Estados " +"Unidos a Irán, Cuba, Siria y Sudán. Si usted piensa que nuestro sistema " +"cometió un error al identificarlo con uno de estos países, por favor " +"háganoslo saber comunicándose con {email}." + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +msgstr "Tu certificado se está generando" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "This link will open/download a PDF document" +msgstr "Este enlace abrirá/descargará un documento PDF" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "Complete nuestra encuesta de retroalimentación sobre el curso" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "Curso Completado - {end_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "Curso Iniciado - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "Inicio del curso - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "Ver Curso Archivado" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "Ver curso" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "Activación Completada!" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "La cuenta ya está activada!" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "Activación inválida" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" +"Ha ocurrido un fallo. Revise la URL para asegurarse que sea correcta. Los " +"programas de correo electrónico algunas veces separan las direcciones url en" +" dos líneas. Si continúa el problema, por favor infórmenos al correo " +"electrónico {email}." + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "También puede volver a la {link_start}página de inicio{link_end}." + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "Esta es una cadena de texto." diff --git a/conf/locale/es_419/LC_MESSAGES/djangojs.mo b/conf/locale/es_419/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..a67619dd4503 Binary files /dev/null and b/conf/locale/es_419/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/es_419/LC_MESSAGES/djangojs.po b/conf/locale/es_419/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..d9d00bc4a04f --- /dev/null +++ b/conf/locale/es_419/LC_MESSAGES/djangojs.po @@ -0,0 +1,780 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Latin America) (http://www.transifex.com/projects/p/edx-platform/language/es_419/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# apardo , 2013 +# apardo , 2013 +# ovnicraft , 2013 +# dsalazar , 2014 +# dsalazar , 2014 +# Gerardo Laster, 2014 +# Gerardo Laster, 2014 +# juancamilom , 2013 +# juancamilom , 2013-2014 +# juancamilom , 2013 +# Luis Ruiz , 2013 +# Luis Ruiz , 2013 +# Natalia_m , 2013 +# Natalia_m , 2013 +# ovnicraft , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# apardo , 2013 +# dsalazar , 2014 +# juancamilom , 2013-2014 +# juancamilom , 2014 +# Luis Ruiz , 2013 +# Natalia_m , 2013 +# ovnicraft , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 18:30+0000\n" +"Last-Translator: juancamilom \n" +"Language-Team: Spanish (Latin America) (http://www.transifex.com/projects/p/edx-platform/language/es_419/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_419\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "Pausar" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "Reproducir" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "HD encendido" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "HD apagado" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "Activar subtítulos" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "Desactivar subtítulos" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "menos de un minuto" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "Disponible %s" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Esta es la lista de %s disponibles. Puede elegir algunos seleccionándolos en" +" el cuadro de abajo y luego haciendo clic en la flecha \"Seleccionar\" en " +"medio de los dos cuadros." + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba en este cuadro para filtrar la lista de %s disponibles." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "Filtrar" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "Seleccionar todo" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "Haga clic para seleccionar todos los %s." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "Seleccionar" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "Eliminar" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "%s seleccionados" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "Eliminar todo" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "Haga clic para eliminar todos los %s a la vez." + +#: 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] "%(sel)s de %(cnt)s seleccionado" +msgstr[1] "%(sel)s de %(cnt)s seleccionados" + +#: 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 "" +"Tiene cambios sin guardar en campos editables individuales. Si realiza una " +"acción, sus cambios no guardados se perderán." + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Ha seleccionado una acción, pero todavía no ha guardado sus cambios en los " +"campos individuales. Por favor seleccione Aceptar para guardar. Deberá " +"volver a correr la acción." + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" +"Enero|Febrero|Marzo|Abril|Mayo|Junio|Julio|Agosto|Septiembre|Octubre|Noviembre|Diciembre" + +#. 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 "D|L|M|M|J|V|S" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "Mostrar" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "Ocultar" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "Domingo|Lunes|Martes|Miércoles|Jueves|Viernes|Sábado" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "Ahora" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "Reloj" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "Seleccione una hora" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "Medianoche" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "6 a.m." + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "Mediodía" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "Hoy" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "Calendario" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "Ayer" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "Mañana" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/es_EC/LC_MESSAGES/django.mo b/conf/locale/es_EC/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..6d7ca03f2f39 Binary files /dev/null and b/conf/locale/es_EC/LC_MESSAGES/django.mo differ diff --git a/conf/locale/es_EC/LC_MESSAGES/django.po b/conf/locale/es_EC/LC_MESSAGES/django.po new file mode 100644 index 000000000000..fe89b01d155f --- /dev/null +++ b/conf/locale/es_EC/LC_MESSAGES/django.po @@ -0,0 +1,9922 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Ecuador) (http://www.transifex.com/projects/p/edx-platform/language/es_EC/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Ecuador) (http://www.transifex.com/projects/p/edx-platform/language/es_EC/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-11-19 16:28+0000\n" +"Last-Translator: cdodge \n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/edx-platform/language/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/es_EC/LC_MESSAGES/djangojs.mo b/conf/locale/es_EC/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..674af31c3ebb Binary files /dev/null and b/conf/locale/es_EC/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/es_EC/LC_MESSAGES/djangojs.po b/conf/locale/es_EC/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..f364f68eba62 --- /dev/null +++ b/conf/locale/es_EC/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Ecuador) (http://www.transifex.com/projects/p/edx-platform/language/es_EC/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/edx-platform/language/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/es_ES/LC_MESSAGES/django.mo b/conf/locale/es_ES/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..e9edf12cacac Binary files /dev/null and b/conf/locale/es_ES/LC_MESSAGES/django.mo differ diff --git a/conf/locale/es_ES/LC_MESSAGES/django.po b/conf/locale/es_ES/LC_MESSAGES/django.po new file mode 100644 index 000000000000..6a12fd1c8656 --- /dev/null +++ b/conf/locale/es_ES/LC_MESSAGES/django.po @@ -0,0 +1,9956 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Spain) (http://www.transifex.com/projects/p/edx-platform/language/es_ES/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# jorts , 2013-2014 +# juanan , 2013-2014 +# juanan , 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: +# juanan , 2014 +# juanan , 2014 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Spain) (http://www.transifex.com/projects/p/edx-platform/language/es_ES/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Andres Lucena , 2013 +# apardo , 2013 +# Excelente , 2013 +# ferabra , 2013 +# Herty Nava , 2013 +# Excelente , 2013 +# jorts , 2013 +# jorts , 2013 +# juanan , 2013-2014 +# juancamilom , 2013 +# Luis Ruiz , 2013 +# Natalia_m , 2013 +# ovnicraft , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Andres Lucena , 2013 +# apardo , 2013 +# Excelente , 2013 +# ferabra , 2013 +# Herty Nava , 2013 +# i_cruzado , 2014 +# i_cruzado , 2014 +# jorts , 2013 +# juanan , 2014 +# juanan , 2014 +# juancamilom , 2013 +# Luis Ruiz , 2013 +# Natalia_m , 2013 +# ovnicraft , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# jorts , 2013 +# jorts , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: jorts \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/edx-platform/language/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/es_ES/LC_MESSAGES/djangojs.mo b/conf/locale/es_ES/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..291f0d6b0994 Binary files /dev/null and b/conf/locale/es_ES/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/es_ES/LC_MESSAGES/djangojs.po b/conf/locale/es_ES/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..d66cbda628cd --- /dev/null +++ b/conf/locale/es_ES/LC_MESSAGES/djangojs.po @@ -0,0 +1,762 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Spain) (http://www.transifex.com/projects/p/edx-platform/language/es_ES/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# i_cruzado , 2014 +# i_cruzado , 2014 +# jorts , 2013-2014 +# jorts , 2013 +# juanan , 2014 +# juanan , 2014 +# Luis Carlos Contreras , 2014 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# igpisa , 2014 +# igpisa , 2014 +# jorts , 2014 +# jorts , 2013-2014 +# juanan , 2014 +# juanan , 2014 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/edx-platform/language/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/es_MX/LC_MESSAGES/django.mo b/conf/locale/es_MX/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..5a8d69786e5d Binary files /dev/null and b/conf/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/conf/locale/es_MX/LC_MESSAGES/django.po b/conf/locale/es_MX/LC_MESSAGES/django.po new file mode 100644 index 000000000000..a576ce792c28 --- /dev/null +++ b/conf/locale/es_MX/LC_MESSAGES/django.po @@ -0,0 +1,9922 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Mexico) (http://www.transifex.com/projects/p/edx-platform/language/es_MX/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Mexico) (http://www.transifex.com/projects/p/edx-platform/language/es_MX/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-28 14:43+0000\n" +"Last-Translator: jtauber \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/edx-platform/language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/es_MX/LC_MESSAGES/djangojs.mo b/conf/locale/es_MX/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..1dbd22cb7a5c Binary files /dev/null and b/conf/locale/es_MX/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/es_MX/LC_MESSAGES/djangojs.po b/conf/locale/es_MX/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..4c1d1ec09502 --- /dev/null +++ b/conf/locale/es_MX/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (Mexico) (http://www.transifex.com/projects/p/edx-platform/language/es_MX/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/edx-platform/language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/es_US/LC_MESSAGES/django.mo b/conf/locale/es_US/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..410d3439db68 Binary files /dev/null and b/conf/locale/es_US/LC_MESSAGES/django.mo differ diff --git a/conf/locale/es_US/LC_MESSAGES/django.po b/conf/locale/es_US/LC_MESSAGES/django.po new file mode 100644 index 000000000000..b218013e5ae8 --- /dev/null +++ b/conf/locale/es_US/LC_MESSAGES/django.po @@ -0,0 +1,9922 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (United States) (http://www.transifex.com/projects/p/edx-platform/language/es_US/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (United States) (http://www.transifex.com/projects/p/edx-platform/language/es_US/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-28 14:43+0000\n" +"Last-Translator: jtauber \n" +"Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/edx-platform/language/es_US/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: es_US\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/es_US/LC_MESSAGES/djangojs.mo b/conf/locale/es_US/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..94f53d0157a0 Binary files /dev/null and b/conf/locale/es_US/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/es_US/LC_MESSAGES/djangojs.po b/conf/locale/es_US/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..9870b0449f95 --- /dev/null +++ b/conf/locale/es_US/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Spanish (United States) (http://www.transifex.com/projects/p/edx-platform/language/es_US/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/edx-platform/language/es_US/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_US\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/et_EE/LC_MESSAGES/django.mo b/conf/locale/et_EE/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..fbff1d63f1b3 Binary files /dev/null and b/conf/locale/et_EE/LC_MESSAGES/django.mo differ diff --git a/conf/locale/et_EE/LC_MESSAGES/django.po b/conf/locale/et_EE/LC_MESSAGES/django.po new file mode 100644 index 000000000000..0817d41837a0 --- /dev/null +++ b/conf/locale/et_EE/LC_MESSAGES/django.po @@ -0,0 +1,9926 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Estonian (Estonia) (http://www.transifex.com/projects/p/edx-platform/language/et_EE/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Triple , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Triple , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Estonian (Estonia) (http://www.transifex.com/projects/p/edx-platform/language/et_EE/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Triple , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Triple , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-11-19 16:28+0000\n" +"Last-Translator: cdodge \n" +"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/edx-platform/language/et_EE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: et_EE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/et_EE/LC_MESSAGES/djangojs.mo b/conf/locale/et_EE/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..59cb2af80e0f Binary files /dev/null and b/conf/locale/et_EE/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/et_EE/LC_MESSAGES/djangojs.po b/conf/locale/et_EE/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..804ff88277e5 --- /dev/null +++ b/conf/locale/et_EE/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Estonian (Estonia) (http://www.transifex.com/projects/p/edx-platform/language/et_EE/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/edx-platform/language/et_EE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et_EE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/fa/LC_MESSAGES/django.mo b/conf/locale/fa/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..098d52a0ef6b Binary files /dev/null and b/conf/locale/fa/LC_MESSAGES/django.mo differ diff --git a/conf/locale/fa/LC_MESSAGES/django.po b/conf/locale/fa/LC_MESSAGES/django.po new file mode 100644 index 000000000000..515af7c073d7 --- /dev/null +++ b/conf/locale/fa/LC_MESSAGES/django.po @@ -0,0 +1,9921 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Persian (http://www.transifex.com/projects/p/edx-platform/language/fa/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Persian (http://www.transifex.com/projects/p/edx-platform/language/fa/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# djcsaeed , 2013 +# djcsaeed , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: djcsaeed \n" +"Language-Team: Persian (http://www.transifex.com/projects/p/edx-platform/language/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/fa/LC_MESSAGES/djangojs.mo b/conf/locale/fa/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..8a27c4fd96d7 Binary files /dev/null and b/conf/locale/fa/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/fa/LC_MESSAGES/djangojs.po b/conf/locale/fa/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..89668a7a2005 --- /dev/null +++ b/conf/locale/fa/LC_MESSAGES/djangojs.po @@ -0,0 +1,740 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Persian (http://www.transifex.com/projects/p/edx-platform/language/fa/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Persian (http://www.transifex.com/projects/p/edx-platform/language/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/fa_IR/LC_MESSAGES/django.mo b/conf/locale/fa_IR/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..5a195d8d40e7 Binary files /dev/null and b/conf/locale/fa_IR/LC_MESSAGES/django.mo differ diff --git a/conf/locale/fa_IR/LC_MESSAGES/django.po b/conf/locale/fa_IR/LC_MESSAGES/django.po new file mode 100644 index 000000000000..4108c04a6c57 --- /dev/null +++ b/conf/locale/fa_IR/LC_MESSAGES/django.po @@ -0,0 +1,9937 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Persian (Iran) (http://www.transifex.com/projects/p/edx-platform/language/fa_IR/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# arashdehghan , 2014 +# djcsaeed , 2013 +# djcsaeed , 2013 +# saman_is , 2013 +# saman_is , 2013 +# smsyazdan , 2014 +# smsyazdan , 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: +# arashdehghan , 2014 +# djcsaeed , 2013 +# saman_is , 2013 +# smsyazdan , 2014 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Persian (Iran) (http://www.transifex.com/projects/p/edx-platform/language/fa_IR/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# arashdehghan , 2014 +# saman_is , 2013 +# saman_is , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# arashdehghan , 2014 +# saman_is , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# djcsaeed , 2013 +# djcsaeed , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: djcsaeed \n" +"Language-Team: Persian (Iran) (http://www.transifex.com/projects/p/edx-platform/language/fa_IR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: fa_IR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/fa_IR/LC_MESSAGES/djangojs.mo b/conf/locale/fa_IR/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..800a79b54559 Binary files /dev/null and b/conf/locale/fa_IR/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/fa_IR/LC_MESSAGES/djangojs.po b/conf/locale/fa_IR/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..d231cbce8983 --- /dev/null +++ b/conf/locale/fa_IR/LC_MESSAGES/djangojs.po @@ -0,0 +1,746 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Persian (Iran) (http://www.transifex.com/projects/p/edx-platform/language/fa_IR/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# djcsaeed , 2013 +# djcsaeed , 2013 +# saman_is , 2013 +# saman_is , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# djcsaeed , 2013 +# saman_is , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Persian (Iran) (http://www.transifex.com/projects/p/edx-platform/language/fa_IR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa_IR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/fi_FI/LC_MESSAGES/django.mo b/conf/locale/fi_FI/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..387a753a4533 Binary files /dev/null and b/conf/locale/fi_FI/LC_MESSAGES/django.mo differ diff --git a/conf/locale/fi_FI/LC_MESSAGES/django.po b/conf/locale/fi_FI/LC_MESSAGES/django.po new file mode 100644 index 000000000000..2a4bf773030d --- /dev/null +++ b/conf/locale/fi_FI/LC_MESSAGES/django.po @@ -0,0 +1,9926 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Finnish (Finland) (http://www.transifex.com/projects/p/edx-platform/language/fi_FI/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Finnish (Finland) (http://www.transifex.com/projects/p/edx-platform/language/fi_FI/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# mop , 2013 +# mop , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# mop , 2013 +# mop , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: mop \n" +"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/edx-platform/language/fi_FI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: fi_FI\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/fi_FI/LC_MESSAGES/djangojs.mo b/conf/locale/fi_FI/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..6677107a82fc Binary files /dev/null and b/conf/locale/fi_FI/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/fi_FI/LC_MESSAGES/djangojs.po b/conf/locale/fi_FI/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..8ee64397b1b9 --- /dev/null +++ b/conf/locale/fi_FI/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Finnish (Finland) (http://www.transifex.com/projects/p/edx-platform/language/fi_FI/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/edx-platform/language/fi_FI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi_FI\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/fr/LC_MESSAGES/django.mo b/conf/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..259aeedd876f Binary files /dev/null and b/conf/locale/fr/LC_MESSAGES/django.mo differ diff --git a/conf/locale/fr/LC_MESSAGES/django.po b/conf/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 000000000000..8c1bfb031a24 --- /dev/null +++ b/conf/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,10615 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from French (http://www.transifex.com/projects/p/edx-platform/language/fr/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Bertrand Marron , 2014 +# chrisc , 2014 +# Encolpe Degoute , 2013 +# francoisedocq, 2014 +# francoisedocq, 2014 +# francoisedocq, 2014 +# francoisedocq, 2014 +# isabellegonon , 2013 +# isabellegonon , 2013 +# jsicsic , 2013 +# jmc , 2014 +# jmc , 2014 +# JRolland , 2013 +# jsicsic , 2013 +# Julien Colmonts , 2014 +# JRolland , 2013 +# Nikolaos Maris, 2013 +# Nikolaos Maris, 2013 +# Olivier Marquez , 2013 +# Olivier Marquez , 2013 +# Yannick1 , 2013 +# pchiu , 2013-2014 +# qcappart , 2014 +# Steven_Bernard , 2013 +# Steven_Bernard , 2013 +# Yannick1 , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Bertrand Marron , 2014 +# Encolpe Degoute , 2013 +# francoisedocq, 2014 +# francoisedocq, 2014 +# francoisedocq, 2014 +# isabellegonon , 2013 +# JRolland , 2013 +# jsicsic , 2013 +# Julien Colmonts , 2014 +# Nikolaos Maris, 2013 +# Olivier Marquez , 2013 +# Steven_Bernard , 2013 +# Yannick1 , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from French (http://www.transifex.com/projects/p/edx-platform/language/fr/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Bertrand Marron , 2013-2014 +# chrisc , 2014 +# Encolpe Degoute , 2013 +# francoisedocq, 2014 +# Gérard Vidal , 2013 +# Gilles_Langevin , 2013 +# Gilles_Langevin , 2013 +# jmc , 2014 +# jmc , 2014 +# JRolland , 2013 +# Julien Colmonts , 2014 +# JRolland , 2013 +# Olivier Marquez , 2013 +# Olivier Marquez , 2013 +# Yannick1 , 2013 +# pchiu , 2013-2014 +# qcappart , 2014 +# Yannick1 , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Bertrand Marron , 2013-2014 +# Encolpe Degoute , 2013 +# Gérard Vidal , 2013 +# Gilles_Langevin , 2013 +# JRolland , 2013 +# Julien Colmonts , 2014 +# Olivier Marquez , 2013 +# Yannick1 , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Olivier Marquez , 2013 +# Olivier Marquez , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: Encolpe Degoute \n" +"Language-Team: French (http://www.transifex.com/projects/p/edx-platform/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "Informations sur le cours" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "Discussion" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "Wiki" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "Progression" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "Inscriptions closes" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "Mode d'enregistrement non supporté" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "Montant invalide sélectionné." + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "Aucun prix sélectionné ou prix sélectionné trop faible." + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "Assistant professeur communautaire" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "Étudiant" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" +"Votre compte a été désactivé. Si vous pensez que cela a été fait par erreur," +" veuillez nous contacter à {link_start}{support_email}{link_end}" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "Compte désactivé" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "Id de Cours non spécifié" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "Id de cours invalide" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "Vous n'êtes pas inscrit à ce cours" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "Action d'inscription invalide" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" +"Il y a une erreur avec vos informations de connexion. Merci de nous envoyer " +"un mail." + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Too many failed login attempts. Try again later." +msgstr "Trop de tentatives de connexion échouées. Réessayez plus tard." + +#: common/djangoapps/student/views.py lms/templates/provider_login.html +#, fuzzy +msgid "Email or password is incorrect." +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"L'adresse email ou le mot de passe est incorrect\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"Adresse mail ou mot de passe 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 "" +"Ce compte n'a pas encore été activé. Nous vous avons envoyé un nouveau " +"message pour l'activer. Merci de vérifier votre courriel entrant pour suivre" +" les instructions d'activation." + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "Veuillez saisir votre nom d'utilisateur" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "Veuillez choisir une option" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "L'utilisateur {} n'existe pas" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "Désactivation du compte {} réussie" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "Réactivation du compte {} réussie" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "Statut du compte inattendu" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "Un compte avec le même nom d'utilisateur '{username}' existe déjà." + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "Un compte avec l'adresse e-mail '{email}' existe déjà." + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "Erreur (401 {field}). Contactez-nous par mail." + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "Pour vous inscrire, vous devez adopter le code d'honneur." + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "Vous devez accepter les conditions d'utilisation." + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "Une adresse email valide est requise." + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" +"Le nom d'utilisateur ne peut être composé que des caractères A-Z et 0-9 et " +"ne peut pas contenir d'espaces." + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "Impossible d'envoyer l'email d'activation." + +#: common/djangoapps/student/views.py +msgid "Unknown error. Please e-mail us to let us know how it happened." +msgstr "" +"Erreur inconnue. Merci de nous envoyer un e-mail pour nous indiquer les " +"circonstances du problème rencontré." + +#: common/djangoapps/student/views.py +msgid "No inactive user with this e-mail exists" +msgstr "Pas d'utilisateur inactif avec cette adresse email" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "Impossible d'envoyer le mail de réactivation" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "Mot de passe invalide" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "Une adresse courriel valide est requise." + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "Un compte avec cette adresse email existe déjà." + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "Le nouvel email est identique à l'ancien." + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "Nom requis" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "ID invalide" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "Vérification" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "Vérification finale" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "Vos réponses ont été sauvegardées." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "Général" + +#: common/lib/xmodule/xmodule/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 "Navigation" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "A propos de ces documents" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "Index" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search" +msgstr "Recherche" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Copyright" +msgstr "Copyright" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +#, fuzzy +msgid "ERROR: No playable video sources found!" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"ERREUR: Aucune source vidéo n'a été trouvée!\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"ERREUR: Aucune source vidéo trouvée!" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "Impossible d'obtenir le log git" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "Impossible d'exécuter la commande d'importation." + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "Échec dans l'authentification {0}, erreur {1}\n" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "Échec lors de l’authentification {0}\n" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "Tout est ok!" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "Vous devez fournir un nom d'utilisateur" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "Vous devez fournir un nom complet" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "L'e-mail doit se terminer par" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" +"Le mot de passe doit être fourni s'il n'y a pas de certificats utilisés" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "adresse email requise (pas de nom d'utilisateur)" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "Oups, impossible de créer l'utilisateur {0}, IntegrityError" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "Utilisateur {0} créé avec succès !" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "Impossible de trouver l’utilisateur avec l’adresse e-mail {0}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" +"Impossible de trouver l’utilisateur avec le nom d’utilisateur {0} - {1}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "Utilisateur {0} supprimé" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "Statistique" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "Valeur" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "Statistiques du site" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "Nombre total d'utilisateurs" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "Cours chargés dans le modulestore" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "nom d'utilisateur" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "e-mail" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "Réparer les résultats" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "Créer les résultats de l'utilisateur" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "Supprimer les résultats de l'utilisateur" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" +"L’adresse du dépôt git devrait se terminer par '.git' et être une URL valide" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" +"Refus de l'importation. GIT_IMPORT_WITH_XMLMODULESTORE n'est pas activé, et " +"il n'est pas conseillé d'importer dans un XMLModuleStore en multithread. " +"Nous vous recommandons plutôt d'activer le module de stockage MongoDB, à " +"moins que vous soyez dans un environnement de développement." + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" +"Le cours {0} existe déjà dans le répertoire de données ! (rechargement " +"malgré tout)" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" +"Impossible de cloner ou récupérer le répertoire. Veuillez vérifier votre " +"url." + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "Échec lors du clonage du répertoire vers {0}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "Cours chargé {0} {1}
Erreurs :" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +#, fuzzy +msgid "Course Name" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"Nom du cours\n" +"#-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-#\n" +"Nom du Cours" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "Dernière modification" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "Dernier éditeur" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "Informations sur tous les cours" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" +"Erreur - impossible de trouver le cours avec l'identifiant " +"{0}
{1}
" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "Supprimé" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "# inscrit" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "# équipe" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "Enseignants" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "Information d'inscription pour tous les cours" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "Impossible de trouver l'utilisateur ayant l'adresse e-mail" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "Impossible de trouver l'utilisateur ayant le nom d'utilisateur" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "Échec lors de l’authentification" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "Impossible de cloner ou récupérer le répertoire" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "Erreur - impossible de trouver le cours avec l'identifiant" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "les types de fichiers autorisés sont '%(file_types)s'" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "la taille maximum de fichier à envoyer est de %(file_size)sK" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" +"Erreur dans l'envoi du fichier. Merci de contacter l'administrateur du site." +" Merci." + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "Tous les groupes" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "L'utilisateur n'existe pas." + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "La tâche est déjà lancée." + +#: lms/djangoapps/instructor/views/api.py +msgid "Complete" +msgstr "Complet" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "Incomplet" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "Inscription" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 +#, fuzzy +msgid "Data Download" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"Téléchargement Données\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"Téléchargement des données" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/university_profile/edge.html +#, fuzzy +msgid "Email" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"E-mail\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"Email" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "Analyses" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "Nom d'utilisateur" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Full Name" +msgstr "Nom complet" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "Unité" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "réévalué" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "Réinitialisé" + +#. 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 +msgid "deleted" +msgstr "supprimé" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "Noté" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "Aucun message fourni" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "Évaluation par l'IA" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "Pas encore disponible" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "Vérificateur automatique" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "Évaluation de l'instructeur" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" +"Une erreur s'est produire lors de la connexion au service de notation. " +"Veuillez prévenir l'équipe du cours." + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" +"Une erreur s'est produire lors de la connexion au service de notation. " +"Veuillez prévenir votre contact edX." + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "pour le cours {0} et l'étudiant {1}." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" +"Voir les soumissions non notées envoyées par les étudiants pour les " +"questions ouvertes du cours." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" +"Voir les questions ouvertes auxquelles vous avez précédemment soumis une " +"réponse à évaluer." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" +"Voir les soumissions qui ont été signalées par des étudiants comme étant " +"inappropriées." + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "Nouvelles soumissions à noter" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "De nouvelles notes ont été renvoyées" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "Les soumissions ont été signalées pour une révision." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "Confirmation de payement" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" +"Veuillez visiter votre tableau de bord " +"pour voir vos nouvelles inscriptions." + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "Le mode {mode} n'existe pas pour {course_id}" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "Attestation de réussite, {mode_name} pour le cours {course}" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#, fuzzy +msgid "Status" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"Statut\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"État" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "Quantité" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Currency" +msgstr "Monnaie" + +#: 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 +msgid "Description" +msgstr "Description" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "Université" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course" +msgstr "Cours" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "Date de début du Cours" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "Vous devez être connecté pour ajouter à un panier" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "Le cours demandé n'existe pas." + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "Le cours {0} est déjà dans votre panier." + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "Vous êtes déjà inscrit pour le cours {0}." + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "Cours ajouté au panier." + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "Vous n’avez pas les droits pour voir cette page." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" +"Le processus de payement n'a pas retourné un paramètre obligatoire: {0}" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" +"Le processus de payement a retourné une valeur mal typée {0} pour le " +"paramètre {1}." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" +"Le processus de payement a accepté une commande dont le numéro n'est pas " +"dans notre système." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" +"Le montant facturé par le processus {0} {1} est différent du coût total de " +"la commande {2} {3}." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "Transaction réussie." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "Il manque un ou plusieurs champs obligatoires dans la requête. " + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" +"Un ou plusieurs champs de la requête contient des données non valides." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" +"Erreur: Échec général du système. Solution éventuelle: recommencez le " +"payement après quelques minutes." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" +"La banque émettrice a des questions sur la requête. Solution éventuelle: " +"recommencez avec un autre mode de payement" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" +"Solde insuffisant dans le compte. Solution éventuelle: recommencez avec un " +"autre mode de payement" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "Raison inconnue" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" +"La banque émettrice est indisponible. Solution éventuelle: réessayez après " +"quelques minutes" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" +"La carte a atteint la limite de crédit. Solution éventuelle: recommencez " +"avec un autre mode de payement" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" +"Numéro de vérification de carte non valide. Solution éventuelle: recommencez" +" avec un autre mode de payement" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" +"Numéro de compte non valide. Solution éventuelle: recommencez avec un autre " +"mode de payement" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "L'autorisation a déjà été prise en compte" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" +"Le montant de la transaction demandée doit correspondre au montant de la " +"transaction précédente." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "L'identifiant demandé n'est pas valide." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "La transaction a déjà été effectuée ou annulée." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" +"Vous avez demandé un crédit pour une collecte d'informations qui a " +"précédemment été annulée" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" +"Il y a une erreur dans le format de votre date. Elle doit être sous la forme" +" AAAA-MM-JJ" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "Le prix sélectionné n'est pas un nombre valide." + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" +"Aucun prix n'est sélectionné ou ce dernier est en dessous du seuil minimum." + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "Passer au contenu de cette vue" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "Votre mot de passe a été réinitialisé" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" +"\n" +"Votre mot de passe a été enregistré. Vous devriez continuer et vous %(link_start)sconnecter%(link_end)s maintenant.\n" +" " + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"Réinitialiser votre mot de passe %(platform_name)s\n" +" " + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"Réinitialiser votre mot de passe %(platform_name)s\n" +" " + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "Formulaire de réinitialisation de mot de passe" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" +"\n" +"Nous sommes désolé, l'inscription pour %(platform_name)s n'est pas disponible dans votre région\n" +"\n" +" " + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "Vous devez compléter tous les champs." + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "Les deux mots de passe ne correspondent pas." + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" +"Nous sommes désolés, nos systèmes ne peuvent réinitialiser votre mot de " +"passe" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +" Quelqu'un a été mis au courant de ce problème. Veuillez ré-essayer dans un moment. Veuillez %(start_link)snous contacter%(end_link)s si vous avez des questions.\n" +" " + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" +"Merci de taper deux fois votre mot de passe afin que nous puissions vérifier" +" sa saisie correcte.
Les champs requis sont indiqués en gras et avec une asterisque (*)." + +#: 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 "Information requise" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "Votre nouveau mot de passe" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "Votre nouveau mot de passe (encore)" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "Changer mon mot de passe" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "Échec de changement de votre mot de passe" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "Aide à la réinitialisation du mot de passe" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Need Help?" +msgstr "Besoin d'aide ?" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" +"Vous recevez cet email parce que vous avez demandé une réinitialisation du " +"mot de passe de votre compte sur edx.org." + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Veuillez aller à la page suivante et choisissez un nouveau mot de passe :" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "Merci d'utiliser notre site !" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "L'équipe edX" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "Dernière modification :" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "Voir tous les articles enfants" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "Cet article a été modifié pour la dernière fois:" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "Ajouter un nouvel article" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "Créer un article" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "Retour" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "Supprimer l'article" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Delete" +msgstr "Supprimer" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "Vous ne pouvez pas supprimer un article racine." + +#: 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 "" +"Vous ne pouvez pas supprimer cet article car vous n'avez pas la permission " +"d'effacer des articles ayant des articles enfants. Essayez d'abord de " +"supprimer les articles enfants manuellement, un par 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 "" +"Vous allez supprimer un article. Ses articles enfants seront également " +"supprimés. Si vous choisissez de purger, les articles enfants seront " +"également purgés !" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "Articles qui vont être supprimés" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "...et plus !" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "Vous allez supprimer un article. Veuillez confirmer." + +#: lms/templates/wiki/edit.html +msgid "Edit" +msgstr "Éditer" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "Enregistrer les modifications" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "Aperçu" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "Fermer la fenêtre contextuelle" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "Aperçu du wiki" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "Retour à l'éditeur" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "Historique" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" +"Cliquer sur chaque révision pour voir une liste des lignes modifiées. " +"Cliquez sur le bouton \"Aperçu\" pour obtenir le rendu en l'état d'un " +"article. En bas de la page, vous pouvez changer pour une révision " +"particulière ou fusionner une ancienne révision avec la révision courante." + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "Pas de message de journal" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "Aperçu de cette révision" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "Log automatique :" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "Modifier" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "Fusionner la sélection avec la version en cours" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "Changer pour la version sélectionnée" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "Retour à l'historique" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "Changer pour cette version" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "Fusionner avec version en cours" + +#: 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 "" +"Quand vous fusionnez une révision avec celle en cours, toutes les données " +"des deux versions seront conservées et seront ensuite fusionnées à la " +"position approximative de chaque révision." + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "Après ceci, il est important de procéder à une relecture." + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "Créer une nouvelle version fusionnée" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "Aperçu de la révision" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "Aperçu de la fusion avec" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "et" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "Cette révision a été supprimée." + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "Restaurer cette révision marquera cet article comme supprimé." + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" +"\n" +"Vous devez vous connecter ou vous inscrire pour utiliser cette fonction." + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" +"Vous devez vous connecter ou vous inscrire pour utiliser cette fonction." + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" +"Ce wiki utilise Markdown pour le formatage. Il existe " +"plusieurs guides pratiques en ligne. Regardez n'importe lequel des liens ci-" +"dessous pour plus de détails:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "Markdown: Les bases" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "Guide rapide de la syntaxe Markdown" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "Guide miniature Markdown" + +#: 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 "" +"Pour créer un nouvel article dans le wiki, créez un lien vers celui-ci. " +"Cliquer sur le lien vous mènera vers la création de la page." + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "edX Suppléments:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "Exemples utiles:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "*emphase* or _emphase_" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "Liste non ordonnée" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "Ordonné" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "Liste" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "Citations" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "Pièces jointes" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "Déposer un nouveau fichier" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "Chercher et ajouter un fichier" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "Uploader un fichier" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "Déposer un fichier" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "Chercher des fichiers et des 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 "" + +#: 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 "" +"Les fichiers suivants sont disponibles pour cet article. Copiez le tag de " +"surlignement pour directement référer à un fichier depuis le texte de " +"l'article." + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "Élément surligné" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "Uploadé par" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "Taille" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "Historique du fichier" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "Détacher" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "Remplacer" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "Restaurer" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "anonyme (IP connectée)" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "Historique du fichier" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "révisions" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "Pas de pièce jointe à cet article." + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" +"Echec de la réception de la transcription de Youtube pour l'utilisateur " +"{youtube_id}. Code du status : {statuc_code}." + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "Aucune transcription trouvée sur le service Youtube." + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "Tableau de bord des questions ouvertes" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "Mes Notes" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "Téléchargement terminé" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" +"Il existe déjà un Cours avec les mêmes numéros d'organisme et de cours. " +"Changez en un des deux pour le rendre unique." + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" +"Merci de changer l'organisme ou le numéro du Cours pour qu'il soit unique." + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" +"Il existe déjà un Cours avec le même organisme et le même numéro de cours. " +"Changez en un des deux pour le rendre unique." + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "Nous acceptons seulement l'upload d'un fichier .tar.gz." + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "Fichier Uploadé corrompu. Merci d'essayer à nouveau." + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "Ne peut trouver le fichier course.xml dans le paquet." + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "Duplication de {0}" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "Duplication de '{0}'" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "Contenu du cours" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "Les transcriptions ne sont supportées que pour les modules \"vidéo\"." + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "Permissions insuffisantes" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "Impossible de trouver un utilisateur avec l'adresse email '{email}'." + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" +"L'utilisateur {email} s'est enregistré mais n'a pas encore activé son " +"compte." + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "`role` est requis" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "Seul un enseignant peut créer d'autres enseignants" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "Vous ne devriez pas retirer le dernier enseignant du Cours" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "non demandé" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "en attente" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "autorisé" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "refusé" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "Utilisateur de Studio" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" +"Commentaires optionnels pour cet utilisateur (par exemple, pourquoi l'accès " +"à la création de cours a été refusé)" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "Conditions générales du service" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "S'inscrire à {} | Choisissez votre direction" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "Désolé, une erreur s'est produite en tentant de vous inscrire." + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "Choisissez votre direction :" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "Attestation de Réussite (ID vérifié)" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" +"Inscrivez vous et travaillez à l'obtention d'une Attestation vérifiée de " +"Réussite." + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "Choisissez votre contribution à ce cours (€ minimum)" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "):" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" +"Pourquoi dois-je payer ? Que se passe-t-il si je n'ai pas tous les prérequis" +" ?" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "Pourquoi dois-je payer ?" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" +"En tant qu'organisme à but non lucratif, edX utilise votre contribution pour" +" soutenir notre mission de fournir une éducation de qualité pour tous, à " +"travers le monde, et pour améliorer l'apprentissage par la recherche. Bien " +"que nous avons mis en place une somme minimale, nous vous demandons de " +"contribuer autant que vous le pouvez." + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" +"Je voudrais offrir plus que le minimum. Est ce que ma contribution est " +"déductible des impôts ?" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" +"Merci de vérifier auprès de votre centre des impôts si votre contribution " +"est déductible ou non." + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" +"Et si je ne peux pas me permettre de payer autant ou je ne dispose pas de " +"l'équipement requis ?" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" +"Si vous ne pouvez offrir la somme minimum requise ou vous ne remplissez pas " +"les pré-requis, vous pouvez suivre le cours, et obtenir une Attestation " +"d'Honneur gratuitement. Si vous voulez obtenir l'Attestation d'Honneur, " +"merci de cocher la case Attestation d'Honneur, nous indiquer pourquoi vous " +"ne souhaitez pas l'Attestation Vérifiée en dessous, et cliquez sur le bouton" +" \"Choisissez l'Attestation\" pour compléter votre inscription." + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "Choisir l'Attestation d'Honneur" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "Expliquez votre situation :" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" +"Merci d'expliquer en quelques phrases pourquoi vous souhaitez vous inscrire " +"pour l'Attestation d'honneur au lieu de l'Attestation vérifiée payante :" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "Pré-requis pour l'inscription Vérifiée" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" +"Pour vous inscrire à l'option d'Attestation Vérifiée de Réussite, vous aurez" +" besoin d'une webcam, une carte de crédit ou débit, et une pièce d'identité." + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "Qu'est ce qu'un Certificat avec ID Vérifiée ?" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" +"Un Certificat avec ID Vérifiée nécessite que votre identité soit vérifiée " +"par votre photo et pièce d'identité durant le cours, pour prouver que c'est " +"bien vous qui avez obtenu le grade." + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "ou" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "Suivre ce Cours" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" +"Inscrivez vous pour suivre ce cours gratuitement et suivre votre propre " +"progrès." + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "Résumé général de {platform_name}" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "Instructions" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "Replier les instructions" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "Discussion dirigée" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "Cacher les annotations" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "Vision" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "Faq" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "Presse" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "Contact" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "Réaction sur la classe" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" +"Nous sommes attentifs à vos réactions pour améliorer nos cours. Si vous êtes" +" un étudiant inscrit et que vous avez des questions, réactions, suggestions," +" ou tout autre problème spécifique avec une classe particulière, merci de " +"poster un message sur le forum de discussion de cette  classe." + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "Demande de renseignements et réactions" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" +"Si vous avez une question d'ordre général à propos de {platform_name}, veuillez envoyer un mail à {contact_email}. Pour savoir si votre question a déjà une réponse, visitez notre {faq_link_start}Foire au Questions{faq_link_end}.\n" +"Vous pouvez également rejoindre la discussion sur notre {fb_link_start}page facebook{fb_link_end}. Bien que nous ne puissions répondre à chaque mail, nous prendrons tout retour en considération." + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "Questions techniques et commentaires" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" +"Si vous avez des suggestions/remarques à propos de la plateforme " +"{platform_name}, ou si vous rencontrez des problèmes avec la plateforme (par" +" exemple, problèmes avec les adresses mail et les mots de passe), vous " +"pouvez nous joindre à l'adresse {tech_email}. Pour les questions " +"techniques, assurez vous d'utiliser une version à jour de Firefox ou Chrome," +" indiquez la version dans votre mail, avec des copies d'écran ou tout autre " +"détail pertinent. Si vous trouvez un bug ou d'autres problèmes, vous pouvez " +"nous joindre à l'adresse suivante : {bugs_email}." + +#: lms/templates/contact.html +msgid "Media" +msgstr "Média" + +#: 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 "" +"Veuillez visiter notre {link_start}page média/presse{link_end} pour plus " +"d'informations. Pour les demandes de renseignements média ou presse, " +"veuillez contacter {email}." + +#: lms/templates/contact.html +msgid "Universities" +msgstr "Universités" + +#: 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 "" +"Si vous êtes une université et que vous souhaitez collaborer, ou si vous " +"avez des questions à propos de {platform_name}, merci de nous envoyer un " +"mail à l'adresse {email}." + +#: lms/templates/course.html +msgid "New" +msgstr "Nouveau" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "Tableau de bord" + +#: 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 "Une erreur s'est produite. Merci d'essayer de nouveau plus tard." + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "éditer" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "Réinitialiser le mot de passe" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "Cours actuels :" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "Vous n’êtes inscrit à aucun cours" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "Découvrir nos cours" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "Vous n’êtes inscrit à aucun cours" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "Erreurs de chargement du cours" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "Paramètres de messagerie pour {course_number}" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "Recevoir les e-mails du cours" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "Enregistrer les paramètres" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "Mail de réinitialisation de mot de passe envoyé" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" +"Un mail a été envoyé à {email}. Suivez le lien dans le mail pour changer " +"votre mot de passe." + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "Changer l'adresse email" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "Renseigner votre nouvelle adresse email :" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "Confirmer votre mot de passe :" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" +"Nous enverrons une confirmation à la fois à {email} et à votre nouvelle " +"adresse email." + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "Changer votre nom" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" +"Pour maintenir la crédibilité des certificats {platform}, tous les " +"changements de nom seront loggés et enregistrés." + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" +"Entrez votre nom complet, tel que vous souhaitez qu'il apparaisse sur les " +"certificats {platform}:" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "Motif de changement de nom :" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "Changer mon nom" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "Se désinscrire" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "Changement d'adresse email échoué" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "Impossible d'envoyer le mail de confirmation à {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 "Retour à {link_start}l'accueil{link_end}" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "Adresse email modifiée avec succès !" + +#: 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 "" +"Vous devez voir votre nouvelle adresse email sur votre {link_start}Tableau " +"de bord{link_end}." + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "Un compte avec la nouvelle adresse email existe déjà." + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "Formulaire d'Inscription Étudiant" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "Cours :" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "Ajouter des nouveaux étudiants" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "Étudiants existants :" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "Nouveaux étudiants ajoutés :" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "Étudiants rejetés :" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "Debogage :" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "info debug : foo" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "info debug : bar" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "info debug : biff" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "Échec de l'authentification externe" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "A rendre pour le :" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "État :" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "Vous avez atteint avec succès le niveau {goal_level}." + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "Vous n'avez pas atteint le niveau {goal_level}." + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "Puzzles complétés" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "Niveau" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "Soumis" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "Classement du puzzle" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "Utilisateur" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "Note" + +#: lms/templates/footer.html +msgid "About" +msgstr "A propos de" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "Nous recrutons" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "FAQ" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" +"{platform_name} est une plateforme à but non lucratif, fondée par les " +"partenaires {Harvard} et {MIT}, dont la mission est de proposer le meilleur " +"de l'enseignement supérieur aux étudiants de tout âge, partout dans le " +"monde, dès qu'il y a accès à Internet. Les MOOCs gratuits en ligne de " +"{platform_name} sont interactifs et ont pour thème l'informatique, la santé," +" l'intelligence artificielle..." + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "Conditions générales du service et charte utilisateur" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "Réinitialisation du mot de passe" + +#: 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 "" +"Merci d'entrer votre adresse email ci-dessous, nous vous enverrons des " +"instructions pour choisir un nouveau mot de passe" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "Votre adresse email" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" +"Voici l'adresse email que vous avez utilisée pour vous inscrire sur " +"{platform}" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "Réinitialiser mon mot de passe" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "L’adresse email est incorrecte." + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "{platform_name} Aide" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "{span_start}{platform_name}{span_end} Aide" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" +"Pour les questions sur les cours magistraux, les devoirs, les outils" +" ou les composants de ce cours, écrivez dans le {link_start}forum " +"de discussion du cours{link_end}" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" +"Vous avez des questions d'ordre général à propos de " +"{platform_name}? Vous pouvez trouver un tas d'informations utiles " +"dans la {link_start}FAQ{link_end} de {platform_name}." + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" +"Vous avez une question spécifique ? Vous pouvez contacter " +"l'équipe de support de {platform_name} directement :" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "Soumettre un exercice" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "Suggérer" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "Poser une question" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "Nom" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "Email" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" +"En incluant les messages d'erreur, étapes qui on conduit au problème, etc" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "Soumettre" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "Merci !" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" +"Merci pour votre demande ou remarque. Nous répondons généralement à une " +"sollicitation dans un délai d'un jour ouvrable (du Lundi au Vendredi, de " +"{open_time} UTC à {close_time} UTC). Pendant ce temps, merci de consulter " +"notre {link_start}FAQ détaillée{link_end} où une réponse est apportée à la " +"plupart des questions." + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "Détails" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "Cours offerts par {university_name}" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "L’avenir de l’Éducation en ligne" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "Pour tous, partout, n'importe quand" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "Tenez vous informé de tout ce que propose {platform_name} !" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "Clé de changement de mail invalide" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "Cette clé email n'est pas valide. Merci de vérifier :" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" +"Est ce que cette clé a déjà été utilisée ? Verifiez si le changement " +"d'adresse email a déjà eu lieu." + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "Votre client de messagerie a-t-il coupé l'URL en deux lignes ?" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" +"Les clés sont valides pour une durée limitée. Est ce que la clé est expirée " +"?" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "Information utile" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "Se connecter via OpenID" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" +"Vous pouvez maintenant étudier sur {platform_name} en vous connectant avec " +"votre compte OpenID." + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "Pas encore inscrit ?" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "Inscrivez-vous dès maintenant sur {platform_name} !" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "Besoin d'aide pour vous connecter à votre compte {platform_name} ?" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" +"Visitez notre section d'aide pour des réponses aux questions fréquemment " +"posées." + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "Connectez vous à votre compte {platform_name}" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "Connexion" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "Accès aux cours" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "Traitement de vos informations…" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "Connectez-vous" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "Pour accéder à votre compte et à vous cours" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" +"Nous sommes désolés, les comptes {platform_name} ne sont pas disponibles " +"pour le moment" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "Les erreurs suivantes se sont produites lors de votre connexion :" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "Votre adresse email ou mot de passe est incorrect" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" +"Merci de fournir les informations suivantes pour vous connecter à votre " +"compte {platform_name}. Les champs requis sont notés en texte gras et avec un astérisque (*)." + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "Préférences du compte" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "Se souvenir de moi" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "Connexion" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "Pas encore inscrit ?" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "Inscription" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "Connexion via OpenID" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" +"Cette page utilise la technologie MathJax pour le rendu des formules " +"mathématiques. Pour que le rendu des maths soit accessible, nous suggérons " +"d'utiliser le plugin MathPlayer. Veuillez visiter {link_start}la page de " +"téléchargement MathPlayer{link_end} pour télécharger le plugin pour votre " +"navigateur." + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" +"Votre navigateur ne supporte pas le plugin MathPlayer. Pour utiliser " +"MathPlayer, veuillez utiliser Internet Explorer 6 à 9." + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "Il y a eu une erreur sur les serveurs {platform_name}" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" +"Nous sommes désolés, ce module est temporairement indisponible. Notre équipe" +" travaille à régler ceci le plus rapidement possible. Merci de nous envoyer " +"un mail à '{tech_support_email}' pour signaler" +" tout problème ou panne." + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "Données brutes :" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "Accepté" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "Erreur" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "Rejeté" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "Modifications de nom en attente" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "Confirmer" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "[Rejeter]" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "Navigation Globale" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "Accueil" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "Trouver un cours" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "Tableau de bord pour :" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "Liste déroulante d'options supplémentaires" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "Déconnexion" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "Comment ça marche" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Cours" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "Écoles" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "Inscription" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "Connexion" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" +"Attention : Votre navigateur n'est pas complètement " +"supporté. Nous recommandons vivement d'utiliser " +"{chrome_link_start}Chrome{chrome_link_end} ou " +"{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 "Vous n'avez pas de note." + +#: lms/templates/problem.html +msgid "Reset" +msgstr "Réinitialiser" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "Montrer la(les) réponse(s)" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "(pour la (les) question(s) ci-dessus - à côté de chaque champ)" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "Vous avez utilisé {num_used} de {num_total} soumissions" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "Retour à %s" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "Préférences pour {platform_name}" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "Mettre à jour mon compte {platform_name}" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "Traitement de vos informations…" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "Bienvenue {username} ! Merci de choisir vos préférences ci-dessous" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" +"Désolé, l'inscription à {platform_name} n'est pas disponible pour votre " +"région" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" +"Les erreurs suivantes se sont produites pendant le traitement de votre " +"inscription :" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" +"Les champs requis sont notés en texte gras et " +"avec un astérisque (*)." + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "Entrez un nom d'utilisateur public :" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "exemple : jean.dupont" + +#: 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 "Sera visible dans toute discussion ou forum où vous participerez" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "exemple : jean.dupont@domaine.com" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "Accusés de réception des comptes" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" +"J'accepte les {link_start}conditions d'utilisation du Service{link_end}" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "J'accepte la {link_start}charte utilisateur{link_end}" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "Mettre à jour mon compte" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "Aide pour l'inscription" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "Déjà enregistré ?" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "Cliquez ici pour vous connecter." + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "Bienvenue sur {platform_name}" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" +"L'inscription à {platform_name} vous donne accès à tous nos cours gratuits " +"actuels et futurs. Vous n'êtes pas prêt à suivre un cours pour l'instant? " +"L'inscription vous ajoute à notre liste de diffusion - nous vous tiendrons " +"au courant dès que des cours sont ajoutés." + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "Étapes suivantes" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" +"Vous allez recevoir un mail d'activation. Vous devrez cliquer sur le lien " +"d'activation pour compléter l'inscription. Vous ne voyez pas le mail ? " +"Vérifiez votre dossier de spam et marquez les mails provenant de " +"class.stanford.edu comme n'étant pas du spam, puisque vous voudrez pouvoir " +"recevoir des emails provenant de nos cours." + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" +"En rejoignant {platform_name}, vous recevrez un mail d'activation. Vous " +"devrez cliquer sur le lien d'activation pour compléter l'inscription. Vous " +"ne voyez pas le mail ? Vérifiez votre dossier de spam et marquez les mails " +"provenant de {platform_name} comme n'étant pas du spam. A {platform_name}, " +"nous communiquons essentiellement par mail." + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "Besoin d'aide pour vous inscrire à {platform_name} ?" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "Visitez nos FAQs pour des réponses aux questions fréquemment posées." + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" +"Une fois inscrit, la plupart des réponses aux questions se trouvent dans les" +" forums de discussions spécifiques au cours ou dans les FAQs." + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "S'inscrire à {platform_name}" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "Créer mon compte" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "Bienvenue !" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "Inscrivez-vous ci-dessous pour créer votre compte sur {platform_name}" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "Complétez les champs suivants pour créer votre compte." + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "ne pourra pas être modifié ultérieurement" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "exemple : Jean Dupont" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "Bienvenue {username}" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "Plus haut niveau de formation obtenu" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "Genre" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "Année de naissance" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "Adresse postale" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" +"Merci de nous faire part de vos motivations concernant l'inscription à " +"{platform_name}" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "Inscription" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "Créer mon compte" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "Réinscription réussie !" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" +"Vous avez réactivé les notifications par mail de {platform_name}. Cliquez " +"{dashboard_link_start}ici{link_end} pour retourner à votre tableau de bord." + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "Menu des sections" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "Précédent" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "Suivant" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "Inscrivez vous sur {span_start}{platform_name}{span_end}" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "Adresse email *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "par exemple votrenom@domaine.com" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "Mot de passe *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "Nom d'utilisateur public *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "par exemple : votrenom (affiché sur les forums)" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "Nom complet *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "par exemple Votre Nom (pour les certificats)" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "Bienvenue {name}" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "Ed. Terminé" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "Année de naissance" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "Adresse postale" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "Motivations d'inscription à {platform_name}" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" +"J'accepte les {link_start}conditions d'utilisation du Service{link_end} *" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "J'accepte la {link_start}charte utilisateur{link_end} *" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "Vous avez déjà un compte ?" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "Connexion" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "Info de débogage pour l'équipe pédagogique" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "Historique des soumissions" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "Évaluation de la qualité du contenu de {platform_name}" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "Commentaire" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "commentaire" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "Tag" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "Tag optionnel (par exemple \"fait\" ou \"cassé\"):  " + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "tag" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "Ajouter un commentaire" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "Débogage équipe pédagogique" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "Champs Module" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "attributs XML" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "Visionneuse d'historique de soumission" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "Utilisateur :" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "Afficher historique" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "Manuel {course_number}" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "Navigation Manuel" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "Page :" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "Dézoomer " + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "Zoomer" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "Zoom" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "Zoom automatique" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "Taille réelle" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "Ajuster à la page" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "Pleine largeur" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "Page précédente" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "Page suivante" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "Date" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "ID de Cours" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "Source:" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "Suivi" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "date" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "adresse ip" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "source" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "type" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "Désinscription réussie !" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" +"Vous ne recevrez plus de notifications par mail de {platform_name}. Cliquez " +"{dashboard_link_start}ici{link_end} pour retourner à votre tableau de bord. " +"Si vous avez effectué cette action par erreur, cliquez " +"{undo_link_start}ici{link_end} pour les recevoir à nouveau." + +#: lms/templates/using.html +msgid "Using the system" +msgstr "Utilisation du système" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" +"Pendant la lecture de la vidéo, utilisez les sous-titres et la barre de " +"défilement pour naviguer. Cliquer sur les sous-titres est un moyen rapide " +"pour avancer et reculer de quelques instants." + +#: 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 "" +"Si vous utilisez un affichage en basse résolution, la barre de navigation à " +"gauche peut être masquée en cliquant sur le jeu de trois flèches se trouvant" +" à coté." + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" +"Si vous avez besoin de polices de caractères plus grandes ou plus petites, " +"utilisez les paramètres de votre navigateur pour les agrandir ou les " +"diminuer. Sous Google Chrome, ceci se fait avec CTRL+PLUS, ou CTRL+MOINS." + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "Lecture" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "Vitesses" + +#: lms/templates/video.html +msgid "Speed" +msgstr "Vitesse" + +#: lms/templates/video.html +msgid "Volume" +msgstr "Volume" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "Remplir le navigateur" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "Masquer les sous-titres" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "Télécharger la vidéo" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "Vos mots :" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "Nombre total de mots :" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "Réponse ouverte" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "Évaluations:" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "Cacher la question" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "Nouvelle soumission" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "Étape suivante" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "Légende" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "Rubrique soumise" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "Basculer la rubrique complète" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +msgstr "Répondre au commentaire" + +#: 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 "Trouvez vous ce retour pertinent ?" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "Correct" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "Partiellement correct" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "Sans opinion" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "Partiellement incorrect" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "Incorrect" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "Commentaires supplémentaires :" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "Soumettre un commentaire" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "Sans réponse" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "Sauter la post-évaluation" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" +"Il y a eu une erreur avec votre soumission. Merci de contacter l'équipe " +"pédagogique." + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "Rubrique" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "Merci de saisir un indice ci-dessous :" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "groupes de cohortes" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "Afficher les cohortes" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "Cohortes du cours" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "Ajouter une cohorte" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" +"Ajouter des utilisateurs par nom d'utilisateur ou par adresse email. Un par " +"ligne ou séparation par virgule." + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "Ajouter des membres à la cohorte" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "{chapter}, chapitre en cours" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" +"L'utilisateur connecté actuellement n'a pas la permission de s'inscrire à ce" +" cours. Tentez de vous {start_logout_tag}déconnecter{end_tag}, puis " +"recliquez sur le bouton d'inscription. Veuillez visiter la " +"{start_help_tag}page d'aide{end_tag} afin de trouver une solution." + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "A propos de {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "Vous êtes inscrit à ce cours {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "Voir le Cours" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "Ce cours est dans votre panier." + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" +"Ajouter {course.display_number_with_default} au panier " +"({currency_symbol}{cost})" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "S'inscrire à {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "Présentation" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "Partager avec ses amis et sa famille !" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "Début du Cours" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "Fin des cours" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "Effort estimé" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "Pré-requis" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "Ressources complémentaires" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "Vue équipe pédagogique" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "Consultez les formations proposées par les meilleurs établissements." + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "Consultez les formations offertes par {university_name}." + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" +"Il y a eu une erreur sur les serveurs {span_start}{platform_name}{span_end}" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" +"Nous sommes désolés, ce module est temporairement indisponible. Notre équipe" +" travaille à régler ceci le plus rapidement possible. Merci de nous envoyer " +"un mail à '{tech_support_email}' pour signaler" +" tout problème ou panne." + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "Contenu du cours {course_number}" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "Retour à l'examen" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "Menu du cours" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "Afficher la calculatrice" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "Indices" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "Constantes" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "Relevé de notes" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "Pas encore implémenté" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "Bulletin de notes" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "Infos du Cours & Actualités" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "Navigation des documents pédagogiques" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "Documents pédagogiques" + +#: 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 "Tableau de bord enseignant" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Try New Beta Dashboard" +msgstr "Essayer le nouveau tableau de bord" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Edit Course In Studio" +msgstr "Éditer le cours dans Studio" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Psychometrics" +msgstr "Psychométriques" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "Inscriptions" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "Données Brutes" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "Gestion des groupes" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "oui" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "Téléchargement des notes" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "Exporter les notes vers un bulletin distant" + +#: 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 "" +"Les travaux définis pour ce cours devraient correspondre à ceux du bulletin " +"de notes, pour que ceci fonctionne correctement !" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "Nom du bulletin de notes :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "Nom du travail :" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "Ajustement spécifique des notes" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "Spécifiez un exercice particulier dans le cours ici par son url :" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" +"Vous devriez juste utiliser \"urlname\" pour un exercice, ou " +"\"modulename/urlname\" dans le cas contraire. (Par exemple, si l'emplacement" +" est i4x://university/course/problem/problemname, alors saisissez " +"juste problemname. Si l'emplacement est " +"i4x://university/course/notaproblem/someothername, alors saisissez " +"notaproblem/someothername.)" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "Puis choisissez une action :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" +"Ces tâches fonctionnent en arrière plan, et l'état des tâches actives sera " +"visible dans un tableau ci-dessous. Pour voir l'état de toutes les tâches " +"soumises pour cet exercice, cliquez sur ce bouton :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "Inspection et ajustement des notes spécifiques à un étudiant" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" +"Spécifiez l'adresse email {platform_name} ou le nom d'utilisateur d'un " +"étudiant ici :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" +"Cliquez ici, et un lien vers le suivi de progression des étudiants " +"apparaîtra ci-dessous :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" +"Vous devriez aussi détruire la totalité de l'état de l'étudiant pour le " +"module spécifié :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" +"La notation fonctionne en arrière plan, et l'état des tâches actives sera " +"visible dans un tableau ci-dessous. Pour voir l'état de toutes les tâches " +"soumises pour cet exercice et les étudiants, cliquez sur ce bouton :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "Choisissez un exercice et une action :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" +"L'utilisateur doit avoir des privilèges d'administrateur de forum pour " +"effectuer des tâches d'administration. Contactez l'enseignant." + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "Données d'inscription" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "Récupérer une inscription depuis un bulletin de notes distant" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "Section :" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "Inscription Automatique" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" +"Inscrire ou désinscrire un ou plusieurs étudiants; entrez les adresses " +"email, séparées par une nouvelle ligne ou une virgule;" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "Notifier les étudiants par email" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "Inscrire automatiquement les étudiants lors de l'activation" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "url de l'exercice :" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" +"Entre les noms d'utilisateurs ou emails des étudiants qui seront beta-" +"testeurs, un par ligne ou séparés par des virgules. Ils verront le contenu " +"du cours en avant-première, comme paramétré via l'option jours plus tôt" +" pour beta dans les règles du cours." + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "Envoyez à:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "Moi même" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "L'équipe et les enseignants" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "Tous (élèves, personnel et professeur)" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "Sujet:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" +"Avez-vous relu l'e-mail pour vous assurer qu'il dit tout ce que vous voulez " +"dire ?" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "Aucune analyse disponible pour le moment." + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "Étudiants inscrits :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "Étudiants actifs durant la dernière semaine :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "Activité étudiant jour par jour" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "Jour" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "Étudiants" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "Distribution des réponses pour les exercices" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "Exercice" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "Maximum" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "Points gagnés (nombre d'étudiants)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "Étudiants ayant correctement répondu" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "Nombre d'étudiants" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" +"Répartition des étudiants par pays, tous les cours, 12 Sept au 17 Oct, 1 " +"serveur (montré ici en tant qu'exemple) :" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "Tâches Enseignant en Attente" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "Type de tâche" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "Id de la tâche" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "Demandeur" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "État de la tâche" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "Durée (sec)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "Progression de la tâche" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "inconnu" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "Erreurs du cours" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "A propos de {course_id}" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "Bientôt" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "A propos de {course_number}" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "Accéder au contenu du Cours" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "Vous êtes inscrit" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "S'inscrire à" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "Les inscriptions sont fermées" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "S'inscrire" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "Actualités - MITx 6.002x" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "Mises à jour des sujets de discussion que vous suivez" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "Progression {course_number}" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "Progression dans le cours de l'étudiant '{username}' ({email})" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "Pas d'exercice noté dans cette section" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "Info cours {course.display_number_with_default}" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "Syllabus" + +#: 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 "" +"Vous étiez récemment dans {section_link}. Si vous avez fini, choisissez une " +"autre section à gauche." + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "Votre note finale :" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "Note requise pour l'obtention du certificat :" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" +"La génération de votre certificat est en attente de confirmation du respect " +"de la législation des États Unis concernant les embargos sur l'Iran, Cuba, " +"la Syrie et le Soudan. Si vous pensez que notre système vous a identifié à " +"tort comme relié à un de ces pays, faites le nous savoir en nous contactant " +"à l'adresse {email}." + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +msgstr "Génération de votre certificat en cours" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "This link will open/download a PDF document" +msgstr "Ce lien ouvrira/téléchargera un document PDF" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "Compléter notre sondage de remarques à propos du cours" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "{course_number} {course_name} Image de couverture" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "Inscrit en tant que:" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "ID vérifié" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "Cours achevé - {end_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "Cours débuté - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "Début du Cours - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "Voir les Cours archivés" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "Voir le Cours" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "Paramètres de messagerie" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "Résultats :" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" +"Désolé ! Nous ne trouvons rien qui corresponde à votre recherche. Merci " +"d'essayer de chercher autre chose." + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "Il n'y a aucun message ici. Soyez le premier à en écrire !" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "Nouveau message" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "Afficher toutes les discussions" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "Afficher les discussions marquées" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "Messages suivis" + +#: 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 "Suivre ce message" + +#: 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 "Écrire anonymement" + +#: 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 "Écrire anonymement aux camarades de classe" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "Rendre visible pour :" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "Ma cohorte" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "Nouveau titre de message" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "Saisissez votre question ou votre commentaire…" + +#: 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 "Add post" +msgstr "Ajouter un message" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "Créer un nouveau message à propos de :" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "Suivant" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "Chercher parmi les messages" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "Cacher" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "Sujets de discussion" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "Trier par :" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "date" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "votes" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "commentaires" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "Afficher :" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "Afficher tout" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "Vue de {name}" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "Ce fil est fermé" + +#: 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 "Écrire une réponse :" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "• Ce fil est fermé." + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "Rapporter un abus" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "Épingler le fil" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "Fermer" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "Éditer le message" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "Éditer le titre du message" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "Mettre à jour le message" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "Ajouter un commentaire" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "Éditer la réponse" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "Mettre à jour la réponse" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "COMMENT UTILISER LES DISCUSSIONS EDX" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "Trouver des discussions" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "Trier par date, vote, ou commentaires" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "," + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "Discussion - {course_number}" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "Nous sommes désolés" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" +"Les forums sont en maintenance. Ils seront bientôt de retour en ligne !" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "Profil utilisateur" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +msgstr "Fils actifs" + +#: 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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "Ce sujet a été épinglé par un responsable du cours." + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "Notation de l'équipe pédagogique {course_number}" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "Notation de l'équipe pédagogique" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "Liste d'exercices" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "Demander" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "(Cacher)" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "Réponse de l'étudiant" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "Réaction écrite" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "Retour pour l'étudiant (optionnel)" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "Marquer comme contenu inapproprié pour examen ultérieur" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "Passer" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "Répartition des notes" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "Chargement de la liste des exercices..." + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "Répartition selon le sexe" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "Niveau de Formation" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "Avertissements du cours" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "Configuration de la Notation" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" +"Spécifiez la date et l'heure de la prolongation d'échéance (au format UTC: " +"veuillez définir MM/JJ/AAAA HH:MM)" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "Changer l'échéance pour l'étudiant" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" +"Afficher tous les étudiants bénéficiant d'une prolongation de la date " +"d'échéance" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" +"Spécifiez un étudiant pour afficher toutes les extensions dont il bénéficie." + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "Remettre à zéro l'échéance pour l'étudiant" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "section_affichage_nom" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" +"Entrez les adresses email des étudiants, séparées par une nouvelle ligne ou " +"une virgule." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "Adresses email Etudiants" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "Inscription Automatique" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "Inscription Automatique" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" +"Si l'inscription automatique est cochée, les nouveaux étudiants " +"seront automatiquement inscrits." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "S'inscrire" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "Se Désinscrire" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "Gestion des listes d'administration" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "Obtention des listes disponibles" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "Équipe pédagogique" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" +"L'équipe du cours peut vous aider à gérer certains aspects de votre cours. " +"L'équipe peut inscrire et désinscrire des étudiants, ainsi que modifier " +"leurs notes et voir les données du cours. L'équipe du cours n'a pas " +"automatiquement accès à Studio et ne sera pas en mesure d'éditer votre " +"cours." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "Ajouter une équipe" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "Enseignants" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" +"Les enseignants forment le coeur de gestion de votre cours. Les enseignants " +"peuvent ajouter et supprimer des membres de l'équipe de cours, tout comme " +"administrer l'accès au forum." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "Ajouter un enseignant" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "Beta testeurs" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" +"Les testeurs Beta peuvent voir le contenu du cours avant les autres " +"étudiants. Ils peuvent s'assure du bon fonctionnement du contenu, mais n'ont" +" aucun privilège supplémentaire." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "Beta Testeur" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "Admins de forum" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "Modérateurs du forum" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "Ajouter un Modérateur" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "Assistants professeurs communautaires du forum" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "Suivi de Progression Étudiant" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "Ajustement de note spécifique à un étudiant" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "Url de l'Exercice" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" +"Vous devriez juste utiliser \"urlname\" pour un exercice, ou " +"\"modulename/urlname\" dans le cas contraire. (Par exemple, si l'emplacement" +" est {location1}, alors saisissez juste {urlname1}. Si l'emplacement est " +"{location2}, alors saisissez {urlname2}.)" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "Réinitialiser Essais des Étudiant" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "Supprimer l'état de l'étudiant pour ce problème" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" +"La notation fonctionne en arrière plan, et l'état des tâches actives sera " +"visible dans un tableau ci-dessous. Pour voir l'état de toutes les tâches " +"soumises pour cet exercice et étudiant, cliquez sur ce bouton :" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "Afficher l'historique des tâches d'arrière plan pour l’Étudiant" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "Puis choisissez une action" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "Réinitialiser TOUS les essais des étudiants" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "Réévaluer TOUTES les soumissions d'exercice des étudiants" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" +"Les tâches ci-dessus fonctionnent en arrière plan, et l'état des tâches " +"actives sera visible dans un tableau dans l'onglet d'Informations du cours. " +"Pour voir l'état de toutes les tâches soumises pour cet exercice, cliquez " +"sur ce bouton" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "Afficher Historique des tâches d'arrière plan pour l'Exercice" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "Aucun disponible" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "Notifications groupées {course_number}" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "Tableau de bord des questions ouvertes" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "Voici quelques éléments qui peuvent nécessiter votre attention" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "Aucun élément ne nécessite votre attention pour le moment." + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "Questions ouvertes marquées {course_number}" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "Questions ouvertes marquées" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "Pas de problème marqué existant." + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "Réponse" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "Démarquer" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "Bannir" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "Questions Ouvertes {course_number}" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "Questions ouvertes" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "Voici une liste des questions ouvertes pour ce cours." + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "Vous n'avez répondu à aucune question ouverte jusqu’à présent." + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "Nom de l'exercice" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "Type de notation" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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 "Notation par les pairs" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"Here are a list of problems that need to be peer graded for this course." +msgstr "" +"Voici une liste d'exercices qui doivent être notés par les pairs pour ce " +"cours." + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "Date d'échéance" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "Noté" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "Disponible" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "Requis" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "Pas de date d'échéance" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" +"La date d'échéance est passée, et l'évaluation par les pairs pour cet " +"exercice est fermé en ce moment." + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" +"La date d'échéance est passée, et l'évaluation par les pairs est fermé en ce" +" moment." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "Apprendre à noter" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "Merci d'inclure également vos réactions." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "Comment ai-je fait ?" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "Continuer" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "Prêt à noter !" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" +"Vous avez terminé l'apprentissage de la notation, ce qui signifie que vous " +"êtes prêt à commencer à évaluer." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "Commencez à évaluer !" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "Apprendre à évaluer" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "Vous n'avez pas encore fini d'apprendre à noter cet exercice." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" +"Nous allons vous montrer un jeu d'exercices de test déjà notés par un " +"enseignant, et nous allons vous demander de les noter à votre tour." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" +"Lorsque vous noterez les exercices de test de manière similaire à un " +"enseignant, vous serez prêt à noter vos pairs." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "Démarrer l'apprentissage de la notation" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "Êtes vous sur de vouloir marquer cette soumission ?" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "Enlever le marquage" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "Garder le marquage" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "Retour" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "Merci pour votre inscription" + +#: 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 "" +"Votre compte n'est pas encore actif. Un lien d'activation a été envoyé à " +"{email}, contenant des instructions pour activer votre compte." + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "Activation terminée !" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "Ce compte a déjà été activé." + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "Vous pouvez maintenant vous {link_start}connecter{link_end}." + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "Activation invalide" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" +"Un problème est survenu. Merci de vérifier que l'URL entrée est correcte. Il" +" arrive que cette URL soit divisée en deux lignes par le logiciel de " +"courriel . Si le problème persiste, contactez-nous à l'adresse {email}." + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "Ou vous pouvez retourner sur la {link_start}page d'accueil{link_end}." + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "Mot de passe réinitialisé" + +#: 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 "" +"Nous vous avons envoyé par mail des instructions pour initialiser votre mot " +"de passe à l'adresse email que vous avez fournie. Vous devriez bientôt les " +"recevoir." + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "Télécharger les données CSV" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "Lettre de début :" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "Lettre de fin :" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "Erreur de paiement" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "Il y a eu une erreur lors du traitement de votre commande !" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "Votre panier" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "Vos articles sélectionnés:" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "Prix" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "Montant total" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "Vous n'avez sélectionné aucun objet à acheter." + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "() Reçu Électronique" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "Commande #" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "Date:" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "Éléments commandés :" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "Qté" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "Attention: les éléments soulignés tel que" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "ont été remboursés." + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "Facturé à :" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "#:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "Reçu (de commande" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "Vous êtes maintenant inscrit à:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "Inscrit en tant que:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "Votre Progression" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "Étape en cours:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "Introduction" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "Prendre une photo" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "Vérifier" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "Payer" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "Confirmation" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "Vous êtes inscrit à:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" +"Une liste de cours où vous venez de vous inscrire en tant qu'étudiant " +"vérifié" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "Options" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "Début: {start_date}" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "Aller au cours" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "Aller à votre tableau de bord" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "Statut vérifié" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" +"L'enseignant vous demandera de soumettre régulièrement une nouvelle photo " +"pour vérifier votre travail durant le cours (habituellement au moment des " +"examens)." + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "Détails de payement" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "Commande N°" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "Total" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "Ceci" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "Facturé à" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" +"La page que vous cherchez n'a pas été trouvée. Retournez sur la " +"{link_start}page d'accueil{link_end} ou faîtes-nous part des pages déplacées" +" à l'adresse {email}." + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" +"Cette page est laissée vide. Elle n'est pas utilisée par edx.org, mais est " +"laissée ici pour une éventuelle utilisation par l'installation d'Open edX." + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "Kit média" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" +"Les serveurs de {platform_name} sont actuellement hors-service" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" +"Notre équipe travaille à remettre en route le site aussi vite que possible." +" Merci de nous envoyer un mail à '{tech_support_email}' pour signaler" +" tout problème ou panne." + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "Il y a eu une erreur 500 sur le serveur de {platform_name}" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" +"Attendez quelques secondes et rechargez la page. Si le problème persiste, " +"envoyez nous un mail à l'adresse {email}." + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "Les serveurs de {platform_name} sont actuellement surchargés" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "edX edge" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "Vous connecter à vos cours" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "S'inscrire aux classes" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "Suivez des cours gratuits des universités de pointe actuelles" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "Éditer votre nom" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" +"L'erreur suivante s'est produite lors de la modification de votre nom :" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "Changer mon nom" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "Pourquoi dois-je vérifier à nouveau ?" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "Avez-vous des problèmes techniques ?" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" +"Veuillez vous assurer que votre navigateur est à jour {a_start}avec " +"la dernière version disponible{a_end}. Assurez vous également que " +"votre webcam est connectée, allumée, et que vous avez autorisé son " +"utilisation dans votre navigateur (habituellement dans les paramètres du " +"navigateur)." + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "Avez-vous des questions ?" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" +"Merci de lire {a_start}notre FAQ afin de voir les questions fréquentes à " +"propos de nos certificats{a_end}." + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "Vous mettez à jour votre enregistrement pour" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "Vous vous inscrivez à" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "Mise à jour vers :" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "Inscrit en tant que:" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "Avez-vous changé d'avis ?" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "Vous pouvez toujours suivre le cours sans vérification." + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" +"Vous pouvez toujours {a_start} suivre le cours gratuitement {a_end} sans " +"vérification." + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" +"Veuillez vous assurer que votre navigateur est à jour {a_start}avec " +"la dernière version disponible{a_end}. Assurez-vous également que " +"votre webcam est connectée, allumée, et que vous ayez autorisé son " +"utilisation dans votre navigateur (habituellement dans les paramètres du " +"navigateur)." + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "Éditer votre nom complet" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "Aucune Webcam détectée" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" +"Il semble qu'aucune webcam ne soit connectée. Vérifiez que votre webcam est " +"connectée et fonctionnelle avant de continuer." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "Aucun Flash détecté" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" +"Il semble que Flash ne soit pas installé. {a_start} Obtenez Flash {a_end} " +"pour continuer votre inscription." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" +"Oups ! Quelque chose s'est mal passé. Merci de confirmer vos détails, et " +"réessayer." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "Reprendre" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "Prendre une photo" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "Astuces pour prendre une photo convenable" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "Vérifiez que votre visage est bien éclairé" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "Vérifiez que votre visage est entièrement dans le cadre" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" +"Peut-on vérifier la concordance entre la photo que vous avez prise et celle " +"de vos identifiants ?" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "Utilisez le bouton de l'appareil photo quand vous serez en position" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "Pour prendre votre photo" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "Confirmation de la demande de revérification" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "Veuillez soumettre à nouveau vos informations de vérification." + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" +"Utiliser votre webcam pour prendre une image de votre visage, afin que nous " +"puissions la comparer avec celle de votre ID." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "Allez à l'étape 2 : Reprendre une photo de pièce d'identité" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "Vérifier les photos que vous avez reprises" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" +"Une fois que vous avez vérifié que vos informations correspondent aux pré-" +"requis, vous pouvez avancer et confirmer votre demande de re-vérification." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "Mettre à niveau votre inscription pour {} | Vérification" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "Inscrivez-vous pour {} | Vérification" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "Mettre à niveau votre inscription pour {}" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" +"Il y a 3 éléments que vous aurez besoin de mettre à jour pour être un " +"étudiant avec pièce d'identité vérifiée :" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "La page que vous recherchiez n'a pas été trouvée." + +#: 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 "" +"Retournez sur la {homepage} ou faîtes-nous part des pages déplacées à " +"l'adresse {email}." + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "Erreur sur le Serveur Studio" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "Les serveurs Studio ont rencontré une erreur" + +#: 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 "" +"Studio a rencontré une erreur et la page n'a pas pu être chargée. Merci " +"d'essayer à nouveau dans quelques instants." + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" +"Nous avons consigné l'erreur dans un journal et notre équipe tâchera de la " +"résoudre le plus rapidement possible." + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" +"Si le problème persiste, merci de nous contacter à l'adresse {email_link}." + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "Activation de compte Studio" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "Votre compte est déjà actif" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" +"Ce compte, configuré avec {0}, a déjà été activé. Connectez vous pour " +"commencer à travailler avec edX Studio." + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "Se connecter à Studio" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "Votre compte est activé !" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" +"Merci d'avoir activé votre compte. Vous devriez maintenant vous connecter et" +" commencer à utiliser edX Studio pour créer des cours." + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "Votre compte n'est pas activé" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" +"Nous sommes désolés. Quelque-chose s'est mal passé avec votre activation. " +"Vérifiez que l'URL où vous étiez était correcte — Certains programmes " +"de messagerie peuvent parfois la couper sur deux lignes." + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" +"Si vous avez toujours des problèmes, contactez le support edX. Pendant ce " +"temps, vous pouvez toujours retourner sur" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "Contacter le support edX" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "Fichiers & Téléversements" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "Upload en cours..." + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "Choisir le fichier" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "Envoyer un Nouveau Fichier" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "Charger un autre fichier" + +#: 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 "Contenu" + +#: cms/templates/asset_index.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 "Actions de la Page" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "Quels sont les fichiers listés ici ?" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "Que puis-je faire sur cette page ?" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "Votre fichier a été supprimé." + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "fermez l'alerte" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "Outils" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "Checklists du cours" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "Checklists Actuelles" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "Editeur" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "Dupliquer ce composant" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "Supprimer ce composant" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "Glissez pour modifier l'ordre" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "Actualités du Cours" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "Nouvelle Actualité" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "Pages Statiques" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "Nouvelle Page" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "Pages statiques dans votre cours" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "Prévisualisation des pages statiques dans votre cours" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "Fermer la fenêtre contextuelle" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "Sous-section du CMS" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "Nom d'Affichage :" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "Unités :" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "Paramètres de la Sous-section" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "Date de Publication" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "Heure de Publication" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "Temps Universel Coordonné" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "UTC" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" +"La date ci-dessus ne correspond pas à la date de publication de {name}, qui " +"est indéfinie." + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" +"La date ci-dessus ne correspond pas à la date de publication de {name} - " +"{start_time}" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "Synchroniser avec {name}." + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "Noté en tant que :" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "Définir une échéance" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "Jour de rendu" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "Heure de rendu" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "Supprimer la date d'échéance" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "Prévisualiser les brouillons" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "Aperçu réel" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "Erreur Interne Serveur" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "La page que vous avez demandée n'a pas été trouvée" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" +"Nous sommes désolés. Nous n'avons pas pu trouver la page recherchée. Vous " +"pouvez retourner à l'accueil du Studio et réessayer. Si vous rencontrez de " +"nouveaux problèmes, vous pouvez contacter {link_start}le support " +"Studio{link_end} pour obtenir de l'aide." + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "Utilisez notre outil Tender pour partager votre feedback" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "Le serveur a rencontré une erreur" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" +"Nous sommes désolés. Il y a eu un problème avec le serveur lors de " +"l'exécution de la dernière requête. Vous voudrez peut être revenir au " +"tableau de bord ou essayer à nouveau cette requête. Si les problèmes " +"persistent, vous pouvez {link_start}contacter le support Studio{link_end} " +"pour obtenir de l'aide." + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "Retour au tableau de bord" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "Export du cours" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "A propos de l'export des cours" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "Exporter le contenu de mon cours" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "Exporter le contenu du cours" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "Données {em_start}exportées avec{em_end} votre cours :" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "Contenu du cours (toutes les sections, sous-sections et unités)" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "Structure du cours" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "Problèmes individuels" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "Activités du Cours" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "Paramètres du cours" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "Données {em_start}non exportées{em_end} de ce cours :" + +#: cms/templates/export.html +msgid "User Data" +msgstr "Données utilisateur" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "Données sur l’équipe pédagogique" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "Données du forum et discussions" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "Certificats" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "Pourquoi exporter un cours ?" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "Quelles sont les données exportées ?" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "Bienvenue" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "Bienvenue sur" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" +"Studio vous aide à gérer vos cours en ligne, afin que vous puissiez vous " +"concentrer sur la pédagogie" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "Les multiples fonctionnalités de Studio" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "Studio vous aide à structurer vos cours" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "Structurer votre Cours" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" +"La structuration de votre Cours constitue son fil directeur. Studio offre un" +" éditeur de progression, qui propose une hiérarchie simple " +"et un système facile de glisser-déposer pour vous aider, vous et vos " +"étudiants, à rester organisés." + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "Organisation simple du contenu" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" +"Studio utilise une hiérarchie de sections et de sous-sections pour organiser votre contenu." + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "Changez tout à tout moment" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" +"Dessinez votre progression et construisez du contenu n'importe où. Les " +"outils de glisser-déposer vous permettront de le réorganiser rapidement." + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "Progressez d'une semaine ou d'un semestre à la fois" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" +"Construisez et publiez les sections à vos étudiants " +"progressivement. Vous n'avez pas l'obligation de tout préparer d'un coup." + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "L’apprentissage réclame plus que des cours magistraux" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" +"Studio vous laisse agréger votre contenu de la manière qui sera la plus " +"pédagogique — de courtes séquences vidéos entrelacées d'exercices et " +"autres. Insérez vos vidéos et créez une grande variété d'exercices types en " +"juste quelques clics." + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "Créez des progressions pédagogiques" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" +"Aidez vos étudiants à comprendre une notion après l'autre avec des éléments " +"multimédia, HTML, et des exercices." + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "Travaillez graphiquement, organisez rapidement" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" +"Travaillez graphiquement et voyez exactement ce que verront vos étudiants. " +"Réorganisez l'intégralité de votre contenu avec le glisser-déposer." + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "Un grand catalogue de problèmes types" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" +"Studio a environ une douzaine de types de problèmes à proposer à vos " +"étudiants, pas uniquement des QCM." + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" +"Studio vous permet de publier de manière Facile, Rapide, et Progressive. " +"Avec vos amis." + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "Publication Progressive, Simple et Facile. Avec vos Amis." + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" +"Studio fonctionne comme les applications web que vous connaissez déjà, et " +"comprend comment se construit un cursus de formation. La publication vers le" +" web est instantanée si vous le souhaitez, ou incrémentale lorsque c'est " +"justifié. Et avec vos co-auteurs, vous pouvez rassembler une équipe complète" +" pour construire, ensemble, un cours." + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "Modifications instantanées" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" +"Quelque chose à rectifier ? Pas de problème. Quand vous le souhaitez, vos " +"modifications sont en ligne quand vous cliquez sur Enregistrer." + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "Date de publication" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" +"Lorsque vous avez terminé une section, choisissez quand " +"vous souhaitez qu'elle apparaisse en ligne et Studio s'occupe du reste. " +"Construisez votre Cours de manière progressive." + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "Travail d'équipe" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" +"Les co-auteurs ont un accès complet aux outils d'édition. Améliorez votre " +"cours de manière collaborative." + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "Inscrivez vous à Studio aujourd'hui !" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "Inscrivez vous & Commencez à créer un Cours edX" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "Vous avez déjà un compte Studio ? Connectez vous" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "Structurez votre Cours" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" +"Simple structure à deux niveaux pour organiser votre cours. Glissez et " +"déposez, et visualisez votre Cours d'un coup d’œil." + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "Plus qu'un cours magistral" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" +"Créez rapidement des vidéos, des extraits de texte, des discussions en " +"ligne, et une variété d'exercices types." + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "Publication à la date" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" +"Affectez simplement une date à une section ou une sous-section, et Studio la" +" publiera aux étudiants pour vous." + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "Import de Cours" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "Choisissez un fichier à importer" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "Fichier choisi :" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "Remplacer mon cours avec celui ci-dessus" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "Statut de l’import du cours" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "Upload en cours" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "Transfert de votre fichier vers nos serveurs en cours" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "Vérification en cours" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "Contrôle de la sémantique, de la syntaxe et des données requises" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "Mise à jour du cours en cours" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" +"Intégration de vos contenus importés dans ce cours. cette opération peut " +"prendre du temps pour les gros cours." + +#: cms/templates/import.html +msgid "Success" +msgstr "Opération réussie" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "Votre contenu importé a été incorporé à ce cours" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "Visualiser le plan mis à jour" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "Pourquoi importer un cours ?" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "Quelle sont les données importées ?" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "Une erreur est survenue pendant le processus de téléversement." + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "Une erreur est survenue pendant la décompression du fichier." + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" +"Une erreur est survenue lors de la vérification du fichier que vous avez " +"soumis." + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" +"Une erreur est survenue pendant l'importation du nouveau cours dans notre " +"base de données." + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "Votre importation a échoué." + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "Choisissez un nouveau fichier" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "Votre import est en cours; Naviguer ailleurs va l'interrompre." + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "Mes Cours" + +#: cms/templates/index.html +msgid "New Course" +msgstr "Nouveau Cours" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "Envoyez un email à l'équipe pédagogique pour créer un cours" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "Bienvenue, {0}!" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" +"Voici la liste des cours auxquels vous avez actuellement accès dans Studio :" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "Vous n'êtes actuellement associé à aucun Cours Studio." + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "Merci de corriger les champs en surbrillance ci-dessous." + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "Créer un nouveau Cours" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "Informations requises pour créer un nouveau Cours" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "par exemple, Introduction à l'Informatique" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "Le nom public de votre Cours" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "Organisation" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "par exemple CS101" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "Session" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "Créer" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "Cours dispensé:" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "Êtes vous membre d'une équipe pédagogique d'un Cours Studio ?" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" +"Vous devrez être ajouté au Cours dans Studio par le créateur du Cours. Merci" +" de vous mettre en relation avec l'auteur du Cours ou un administrateur pour" +" les Cours spécifiques dont vous participez à la réalisation." + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "Créer votre premier Cours" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "Votre nouveau Cours en un clic !" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "Devenir un créateur de Cours dans Studio" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" +"edX Studio est une solution hébergée à destination de nos partenaires " +"XConsortium et des invités sélectionnés. Les formations pour lesquelles vous" +" êtes un membre de l'équipe apparaissent au-dessus pour vous permettre de " +"les éditer, tandis que les privilèges de créateur de cours sont accordés par" +" edX. Notre équipe évaluera votre demande et vous fournira un retour dans " +"les 24 heures, jours ouvrables." + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "Statut de votre requête de création de Cours :" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "Demander la permission de créer des Cours" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "Statut de votre requête de création de Cours" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" +"edX Studio est une solution hébergée à destination de nos partenaires " +"XConsortium et des invités sélectionnés. Les formations pour lesquelles vous" +" êtes un membre de l'équipe apparaissent au-dessus pour vous permettre de " +"les éditer, tandis que les privilèges de créateur de cours sont accordés par" +" edX. Notre équipe vient d'étudier votre demande." + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "Votre requête de création de Cours est :" + +#: cms/templates/index.html +msgid "Denied" +msgstr "Refusée" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" +"Votre requête ne satisfait pas les critères/directives spécifiées par " +"l'équipe edX." + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" +"edX Studio est une solution hébergée à destination de nos partenaires " +"XConsortium et des invités sélectionnés. Les formations pour lesquelles vous" +" êtes un membre de l'équipe apparaissent au-dessus pour vous permettre de " +"les éditer, tandis que les privilèges de créateur de cours sont accordés par" +" edX. Notre équipe étudie actuellement votre demande." + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" +"Votre requête est en cours d'examen par l'équipe edX et devrait être mise à " +"jour bientôt." + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "Besoin d'aide ?" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" +"Si vous êtes nouveau dans Studio et que vous avez des problèmes pour " +"commencer, voici quelques petites choses pour vous aider :" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "Commencez par lire la documentation de Studio" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "Demander de l'aide pour Studio" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "Puis je créer des cours dans Studio ?" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "Pour créer des cours dans Studio, vous devez" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "Contacter l'équipe edX pour vous aider à créer un cours" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" +"Afin de créer des cours dans Studio, vous devez avoir le privilège de " +"créateur de cours pour pouvoir créer votre propre cours." + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "Votre requête de création de cours dans Studio a été refusée. " + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" +"Merci de contacter l'équipe edX pour des renseignements supplémentaires" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "Merci pour votre inscription, %(name)s !" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "Nous devons vérifier votre adresse email" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" +"On y est presque ! Afin de finaliser votre inscription, nous devons vérifier" +" votre adresse email (%(email)s). Un message d'activation et la suite de la " +"procédure vous attendent dans votre messagerie." + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" +"Merci de vérifier votre corbeille ou votre dossier de Spam au cas où notre " +"mail ne se trouve pas dans votre boite de réception. Vous ne trouvez " +"toujours pas le mail de vérification ? Demandez de l'aide via le lien ci-" +"dessous." + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "Se Connecter" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "Se Connecter à edX Studio" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "Pas de compte Studio ? Inscrivez vous !" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "Information requise pour se connecter à edX Studio" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "Adresse email" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "Support Studio" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" +"Des problèmes avec votre compte ? Utilisez {link_start}notre centre de " +"support{link_end} pour obtenir des démarches de résolution, voir les " +"solutions de ceux qui ont eu les mêmes problèmes que vous, ou nous signaler " +"votre problème." + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "Paramètres de l'équipe pédagogique" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "Équipe pédagogique" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "Nouveau membre d'équipe" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "Ajouter un utilisateur à votre équipe de cours" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "Information du nouveau membre d'équipe" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "Adresse email utilisateur" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "par exemple jane.doe@gmail.com" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" +"Merci de fournir l'adresse mail du membre de l'équipe pédagogique du cours " +"que vous souhaitez ajouter" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "Ajouter un utilisateur" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "Rôle en cours :" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "Vous !" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "Équipe pédagogique" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "envoyer un mail à {email}" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" +"Promouvez un autre membre comme Admin pour pouvoir enlever vos droits " +"d'administration" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "Retirer l'accès Admin" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "Ajouter l'accès Admin" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "Supprimer l'utilisateur, {username}" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "Ajouter des membres d'équipe à ce Cours" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" +"Ajouter des membres à l'équipe pédagogique permet de travailler de manière " +"collaborative. Les utilisateurs doivent être inscrits à Studio et avoir " +"activé leur compte." + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "Ajout d'un nouveau membre d'équipe" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "Plan du Cours" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "Replier/déplier cette section" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "Nom de la nouvelle section" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "Supprimer cette section" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "Glissez pour réorganiser" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "Nouvelle Sous-section" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "Nouvelle Unité" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "Replier toutes les Sections" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "Nouvelle Section" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "Date de publication :" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "Modifier la date de publication de la section" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "Supprimer la section" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "Glissez pour réorganiser la section" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "Replier/déplier cette sous-section" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "Supprimer cette sous-section" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "Date de publication de la section" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "Paramètres Dates et Détails" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "Dates & Détails" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "Information de base" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "Les références de votre Cours" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "Ce champ est désactivé : Cette information ne peut pas être changée" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "Page de Sommaire du Cours" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "(pour l'inscription des étudiants et l'accès)" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "Envoyer une note aux étudiants par email" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "Inviter vos étudiants" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "Faites décoller votre Cours avec edX" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "Dates du Cours" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "Premier jour de Cours" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "Heure de début de Cours" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "Date de fin de Cours" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "Dernier jour d'activité de votre Cours" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "Heure de fin de Cours" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "Date de début des inscriptions" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "Premier jour d'inscription des étudiants" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "Heure de début d'inscription des étudiants" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "Date de fin d'inscription" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "Dernier jour d'inscription des étudiants" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "Heure de fin d'inscription" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "Ces dates ne sont pas utilisées pour la promotion de votre formation" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" +"Ces dates correspondent à quand votre contenu de cours sera " +"visible, et ne sont pas les dates affichées sur le sommaire" +" du cours. Pour renseigner la date de début de cours et la date " +"d'inscription affichées sur le sommaire de votre cours, suivez les " +"instructions fournies par votre PM ou" +" Conrad Warre (conrad@edx.org)." + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "Présentation de votre Cours" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "Information pour les futurs étudiants" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "Présentation du Cours" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "Page de sommaire de votre Cours" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" +"Présentations, pré-requis, FAQs qui sont utilisés sur la %s (formatés en " +"HTML)" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "Image du cours" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" +"Votre cours n'a pas encore d'image. Veuillez en télécharger une (format PNG " +"ou JPEG, dimensions minimales suggérées 375px de large par 200 pixels de " +"haut)" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" +"Veuillez fournir un chemin et un nom valides à l'illustration de votre cours" +" (attention : seuls les formats JPEG et PNG sont supportés)" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "Télécharger l'image du cours" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "Vidéo de présentation du Cours" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "Supprimer la vidéo en cours" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" +"Entrer l'ID de votre vidéo Youtube (avec les paramètres de restriction)" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "Pré-requis" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "Attentes envers les étudiants suivant ce cours" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "Heure(s) de travail par semaine" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "Temps consacré à l'ensemble du cours" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "Comment ces paramètres sont-ils utilisés ?" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "Autres paramètres de cours" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "Évaluation" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "Paramètres avancés" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "Les changements de règles ont été enregistrés." + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "Il y a eu une erreur durant l'enregistrement, indiquée ci-dessous." + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "Définition manuelle des règles" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" +"Attention: Ne modifiez pas ces règles si vous n'êtes pas " +"familier avec leur usage." + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "À quoi servent les paramètres avancés ?" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "Dates & Détails" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "Paramètres d'évaluation" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "Plage d'évaluation globale" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "Votre échelle globale d'évaluation des notes finales des étudiants" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "Règles de notation" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" +"Dates limites, exigences et logistique autour de la notation du travail des " +"étudiants" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "délai supplémentaire après la date limite :" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "Marges de manœuvre sur les dates d'échéances" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "Types de travaux" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "Catégories et étiquettes pour tous les exercices soumis à notation" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "Nouveau type de travail" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "S'inscrire à edX Studio" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "Vous avez déjà un compte Studio ? Connectez vous" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" +"Prêt à créer des cours en ligne ? Inscrivez vous ci-dessous et commencez à " +"créer votre premier cours edX aujourd'hui." + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "Information requise pour l'inscription à edX Studio" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "Votre emplacement géographique" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "Langage préféré" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "J’accepte les {a_start}conditions d’utilisation{a_end} du service" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "Créer mon compte & Commencer à créer des Cours" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "Questions fréquentes sur Studio" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "A quoi sert Studio ?" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" +"Quel doit être mon niveau de technicité pour créer des cours dans Studio ?" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" +"Studio est conçu pour être facile à utiliser par tous ceux qui sont " +"familiers des environnements d'édition web (Wordpress, Moodle, etc.). Aucune" +" connaissance en programmation n'est requise, mais pour certaines " +"fonctionnalités avancées, une bonne culture générale technique sera utile. " +"Comme d'habitude, nous sommes là pour vous aider, n'hésitez pas à vous " +"lancer." + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "Je n'ai jamais créé de cours en ligne. Y a-t-il de l'aide ?" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" +"Absolument. Nous avons créé un cours en ligne, edX101, qui explique les " +"bonnes pratiques : depuis la manière de filmer, créer des exercices, " +"jusqu'aux fondamentaux du fonctionnement d'un cours en ligne. De plus, nous " +"sommes toujours ici pour vous aider, envoyez nous juste un message." + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "Manuels" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "Nouveau Manuel" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "Comment faire si mon manuel n'est pas divisé en chapitres ?" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "Unité individuelle" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "Vous éditez un brouillon." + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "Ajouter un nouveau Composant" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "Types d'exercices classiques" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "Avancé" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "Paramètres d'unité" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "Visibilité :" + +#: cms/templates/unit.html +msgid "Public" +msgstr "Public" + +#: cms/templates/unit.html +msgid "Private" +msgstr "Privé" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" +"Cette unité a été publiée. Pour effectuer des modifications, vous devez " +"{link_start}éditer un brouillon{link_end}." + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" +"Ceci est un brouillon de l'unité publiée. Pour mettre à jour la version en " +"ligne, vous devez {link_start}la remplacer avec ce brouillon{link_end}." + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" +"La publication de cette unité aux étudiants est planifiée." + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "le {date}" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "avec la sous-section {link_start}{name}{link_end}" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "Supprimer le brouillon" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "Position de l'unité" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "Identifiant d'unité :" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" +"Merci pour votre inscription à edX Studio ! Pour activer votre compte, " +"veuillez copier-coller cette adresse dans la barre d'adresse de votre " +"navigateur :" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" +"Si vous n'avez pas demandé ceci, ne faites rien; Vous ne recevrez pas " +"d'autre mail de notre part. Merci de ne pas répondre à ce mail; Si vous " +"cherchez de l'aide, consultez la section d'aide du site web edX." + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "Votre compte pour edX Studio" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" +"Pour accepter ou refuser cette demande, utilisez le tableau d'administration" +" pour créer les cours." + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" +"Votre demande de droit de création de cours avec edX Studio a été refusée. " +"Si vous croyez qu'il s'agit d'une erreur, merci de contacter :" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" +"Votre demande de droits de création de cours avec edX Studio a été accordée." +" Pour créer votre premier cours, visitez :" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" +"Vos droits de création de cours avec edX Studio ont été révoqués. Si vous " +"pensez qu'il s'agit d'une erreur, merci de contacter :" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "Votre statut de créateur de cours pour edX Studio" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "Vous pouvez maintenant vous {link_start}connecter{link_end}." + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" +"Un lien d'activation a été envoyé à {email}, contenant des instructions pour" +" activer votre compte." + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "Tous droits réservés." + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "Nous contacter" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "Cours actuel :" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "Menu - {course_name}" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "Structure" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "Mises à jour" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "Dates & Détails" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "Checklists" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "Importer" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "Exporter" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "Aide & Navigation Profil" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "Ceci est un document PDF" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "Documentation Studio" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "Centre d'Aide Studio" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "Actuellement connecté en tant que :" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "Se déconnecter" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "Vous n'êtes pas connecté" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "Comment fonctionne Studio" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "Aide Studio" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "Exécuter le compilateur Latex" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "Entête 1" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "QCM" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "Cases à cocher" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "Texte à saisir" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "Chiffres à saisir" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "Liste déroulante" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "Explication" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "Éditeur avancé" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "Afficher les indices" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "Vous cherchez de l'Aide avec Studio ?" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "Aide Studio edX" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" +"Besoin d'aide avec Studio ? Créer un cours est complexe, donc nous sommes là" +" pour vous aider. Utilisez notre documentation, centre d'aide, ainsi que " +"notre cours d'introduction edX101 pour les créateurs de cours." + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "Télécharger la documentation de Studio" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "Comment utiliser Studio pour construire votre cours" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "S'inscrire à edX101" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "Nous contacter à propos de Studio" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" +"Vous avez des problèmes, questions, suggestions à propos de Studio ? Nous " +"sommes aussi ici à votre écoute des retours que vous souhaitez partager." + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "nom" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "Supprimer cette unité" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "Glisser pour réorganiser" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "Glissez pour réorganiser l'unité" + +# empty +msgid "This is a key string." +msgstr "Il s'agit d'une chaine de texte" diff --git a/conf/locale/fr/LC_MESSAGES/djangojs.mo b/conf/locale/fr/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..0bd3faef9b87 Binary files /dev/null and b/conf/locale/fr/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/fr/LC_MESSAGES/djangojs.po b/conf/locale/fr/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..ed0f09a7d079 --- /dev/null +++ b/conf/locale/fr/LC_MESSAGES/djangojs.po @@ -0,0 +1,814 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from French (http://www.transifex.com/projects/p/edx-platform/language/fr/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Bertrand Marron , 2014 +# Encolpe Degoute , 2013 +# Gérard Vidal , 2014 +# jmc , 2014 +# jmc , 2014 +# JRolland , 2013 +# Julien Colmonts , 2014 +# JRolland , 2013 +# Olivier Marquez , 2013 +# Olivier Marquez , 2013 +# pchiu , 2013 +# pchiu , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Bertrand Marron , 2014 +# Encolpe Degoute , 2013 +# Gérard Vidal , 2014 +# JRolland , 2013 +# Julien Colmonts , 2014 +# Olivier Marquez , 2013 +# pchiu , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: French (http://www.transifex.com/projects/p/edx-platform/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" +"Ce lien s'ouvrira dans une nouvelle fenêtre ou un nouvel onglet de votre " +"navigateur" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "Annuler" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "Pause" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "Lecture" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "Remplir le navigateur" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "Quitter le navigateur plein écran" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "HD activée" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "HD désactivée" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "%(value)s heure" +msgstr[1] "%(value)s heures" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "%(value)s minute" +msgstr[1] "%(value)s minutes" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "%(value)s seconde" +msgstr[1] "%(value)s secondes" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "Volume" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "La légende s'affichera quand" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "moins d’une minute" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "environ une minute" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minute" +msgstr[1] "%d minutes" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "environ une heure" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "environ %d heure" +msgstr[1] "environ %d heures" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "un jour" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d jour" +msgstr[1] "%d jours" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "environ un mois" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mois" +msgstr[1] "%d mois" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "environ un an" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d an" +msgstr[1] "%d ans" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "%s disponible" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Voici la liste de %s disponibles. Vous pouvez en choisir en les " +"sélectionnant dans la fenêtre ci-dessous et en cliquant la flèche " +"\"Choisir\" entre les deux cadres." + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Tapez dans cette case pour filtrer la liste des %s disponibles." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "Filtre" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "Sélectionner tout" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "Cliquer pour sélectionner tous les %s à la fois." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "Choisir" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "Enlever" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "%s choisi" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Voici la liste de %s sélectionnés. Vous pouvez en enlever en les " +"sélectionnant dans la fenêtre ci-dessous et en cliquant la flèche " +"\"Enlever\" entre les deux cadres." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "Enlever tout" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "Cliquer pour enlever tous les %s à la fois." + +#: 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] "%(sel)s sur %(cnt)s sélectionné" +msgstr[1] "%(sel)s sur %(cnt)s sélectionnés" + +#: 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 "" +"Vous n'avez pas enregistré les modifications des champs. Si vous effectuez " +"quelque chose, vos modifications non enregistrées seront perdues." + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Vous avez choisi une action, et pas enregistré les champs que vous avez " +"modifiés. Cliquez sur \"Oui\" pour enregistrer. Vous devrez ensuite relancer" +" l'action." + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Vous avez choisi une action, et pas modifié les champs. Vous cherchez " +"probablement à utiliser le bouton \"Démarrer\" plutôt que \"Enregistrer\"." + +#. 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 "" +"Janvier|Février|Mars|Avril|Mai|Juin|Juillet|Août|Septembre|Octobre|Novembre|Décembre" + +#. 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 "D|L|M|M|J|V|S" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "Afficher" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "Cacher" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "Dimanche|Lundi|Mardi|Mercredi|Jeudi|Vendredi|Samedi" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "Maintenant" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "Horloge" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "Choisissez une date" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "Minuit" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "6 heures du matin" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "Après-midi" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "Aujourd'hui" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "Calendrier" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "Hier" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "Demain" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "Gras (Ctrl+B)" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "Italique (Ctrl+I)" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "Lien (Ctrl+L)" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "Citation (Ctrl+Q)" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "Code (Ctrl+K)" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "Image (Ctrl+G)" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "List à Puces (Ctrl+U)" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "Titre (Ctrl+H)" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "Ligne Horizontale (Ctrl+R)" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "Annuler (Ctrl+Z)" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "Refaire (Ctrl+Y)" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "Refaire (Ctrl+Maj+Z)" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "texte en gras" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "texte en italique" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "saisir une description de l’image ici" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "saisir une description du lien ici" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "Citation" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "saisir du code ici" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "Élément" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "Ce lien s'ouvrira dans une nouvelle fenêtre contextuelle" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "Supprimer ceci" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "Suppression en cours" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "Oui, supprimer ceci" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "Suppression…" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 longueur totale des champs organisation, numéro et occurrence du cours ne" +" peut dépasser 65 caractères." + +#: cms/static/js/index.js +msgid "Required field." +msgstr "Champ requis." + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "Masquer l'Aide Studio" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "Vous cherchez de l'Aide avec Studio ?" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "Vous devez indiquer un nom" + +#: cms/static/js/models/section.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 "Enregistrement…" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" +"Seuls les fichiers de type <%= fileTypes %> peuvent être téléchargés. Merci " +"de sélectionner un fichier se terminant par <%= fileExtensions %> pour le " +"télécharger." + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "ou" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "Le Cours doit avoir une date de départ renseignée." + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" +"La date de fin de cours ne peut pas être antérieure à la date de début de " +"cours" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" +"La date de début de cours ne peut pas être antérieure à la date de début des" +" inscriptions." + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" +" La date de début des inscriptions ne peut pas être postérieure à la date de" +" fin des inscriptions." + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" +"La date de fin des inscriptions ne peut pas être postérieure à la date de " +"fin du Cours." + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "Le code peut uniquement contenir des lettres, nombres, signes _ ou -" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "Il y a déjà un type de travail avec ce nom." + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "Veuillez entrer un entier entre 0 et 100." + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "Veuillez entrer un entier supérieur à 0." + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "Veuillez entrer un entier non négatif." + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" +"Impossible de déposer plus de <% attrs.types %> qu'il n'est possible d'en " +"assigner." + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "Le délai doit être au format HH: MM." + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "Confirmation de la suppression du fichier" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" +"Êtes vous sûr de vouloir supprimer cet élément ? L'opération est irréversible !\n" +"\n" +"Tout contenu associé ne fonctionnera plus (par exemple : images et/ou liens cassés)" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "Supprimer" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "Votre fichier a été supprimé." + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "Nom" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "Date ajoutée" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "Êtes vous sur de vouloir supprimer cette mise à jour ?" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "Cette action ne peut pas être annulée." + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "Uploader un nouveau PDF appelé \"<%= name %>”" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "Sauvegarde en cours" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "Il y a eu une erreur pendant le téléchargement" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" +"Format de fichier non supporté. Uploadez un fichier avec une extension " +"tar.gz." + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "Replier toutes les Sections" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "Déplier toutes les Sections" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "Date de publication :" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "le {day}/{month}/{year} à {hour}:{minute} UTC" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "Modifier la date de publication de la section" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "Non noté" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "croissant" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "décroissant" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" +"Affichage de %(current_span)s%(start)s-%(end)s%(end_span)s parmi " +"%(total_span)s%(total)s au total %(end_span)s, triés par " +"%(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 "Votre modification n'a pas pu être enregistrée" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "Revenez en arrière et réglez ce problème" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "Supprimer « <%= 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 "" +"Supprimer un livre est irréversible et toutes les références depuis le cours" +" seront également détruites." + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "Suppression en cours" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "Désolé, il y a eu une erreur" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "Vous avez effectué des modifications" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" +"Vos modifications ne prendront pas effet tant que vous n'aurez pas " +"enregistré." + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "Vous avez effectué des modifications, mais il y a des erreurs" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "Corrigez en premier les erreurs de cette page, puis sauvegardez." + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "Enregistrer les modifications" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "Vos modifications ont été enregistrées." + +#: 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 "" +"Vos modifications ne prendront pas effet tant que vous n'aurez pas " +"enregistré. La validation n'ayant pas été implémentée, faites attention au " +"formatage des clés et des valeurs." + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "Les changements de règles ont été enregistrés." + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "Téléchargez votre image de cours." + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "Les fichiers doivent être au format JPEG ou PNG." diff --git a/conf/locale/gl/LC_MESSAGES/django.mo b/conf/locale/gl/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..9b06025b53ad Binary files /dev/null and b/conf/locale/gl/LC_MESSAGES/django.mo differ diff --git a/conf/locale/gl/LC_MESSAGES/django.po b/conf/locale/gl/LC_MESSAGES/django.po new file mode 100644 index 000000000000..7ec9dcbeaf5d --- /dev/null +++ b/conf/locale/gl/LC_MESSAGES/django.po @@ -0,0 +1,9925 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Galician (http://www.transifex.com/projects/p/edx-platform/language/gl/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Galician (http://www.transifex.com/projects/p/edx-platform/language/gl/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# bulebule , 2013 +# bulebule , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# bulebule , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-12 22:08+0000\n" +"Last-Translator: jtauber \n" +"Language-Team: Galician (http://www.transifex.com/projects/p/edx-platform/language/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/gl/LC_MESSAGES/djangojs.mo b/conf/locale/gl/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..49a488631b41 Binary files /dev/null and b/conf/locale/gl/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/gl/LC_MESSAGES/djangojs.po b/conf/locale/gl/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..4a27581974c0 --- /dev/null +++ b/conf/locale/gl/LC_MESSAGES/djangojs.po @@ -0,0 +1,752 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Galician (http://www.transifex.com/projects/p/edx-platform/language/gl/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# bulebule , 2013 +# bulebule , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# bulebule , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Galician (http://www.transifex.com/projects/p/edx-platform/language/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/he/LC_MESSAGES/django.mo b/conf/locale/he/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..085133bedd0c Binary files /dev/null and b/conf/locale/he/LC_MESSAGES/django.mo differ diff --git a/conf/locale/he/LC_MESSAGES/django.po b/conf/locale/he/LC_MESSAGES/django.po new file mode 100644 index 000000000000..c3c268b46d91 --- /dev/null +++ b/conf/locale/he/LC_MESSAGES/django.po @@ -0,0 +1,9926 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Hebrew (http://www.transifex.com/projects/p/edx-platform/language/he/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Hebrew (http://www.transifex.com/projects/p/edx-platform/language/he/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# dotanlaks , 2014 +# dotanlaks , 2014 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# dotanlaks , 2014 +# dotanlaks , 2014 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-01-09 22:40+0000\n" +"Last-Translator: dotanlaks \n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/edx-platform/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "זוהי שורת מפתח" diff --git a/conf/locale/he/LC_MESSAGES/djangojs.mo b/conf/locale/he/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..dbfd1757364c Binary files /dev/null and b/conf/locale/he/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/he/LC_MESSAGES/djangojs.po b/conf/locale/he/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..9ed6f17f7ff1 --- /dev/null +++ b/conf/locale/he/LC_MESSAGES/djangojs.po @@ -0,0 +1,751 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Hebrew (http://www.transifex.com/projects/p/edx-platform/language/he/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# dotanlaks , 2014 +# dotanlaks , 2014 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/edx-platform/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/hi/LC_MESSAGES/django.mo b/conf/locale/hi/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..480deb77dcdd Binary files /dev/null and b/conf/locale/hi/LC_MESSAGES/django.mo differ diff --git a/conf/locale/hi/LC_MESSAGES/django.po b/conf/locale/hi/LC_MESSAGES/django.po new file mode 100644 index 000000000000..39ceecd2a860 --- /dev/null +++ b/conf/locale/hi/LC_MESSAGES/django.po @@ -0,0 +1,9933 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Hindi (http://www.transifex.com/projects/p/edx-platform/language/hi/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# agarwal , 2013 +# ammubhave , 2013 +# ammubhave , 2013 +# agarwal , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# agarwal , 2013 +# ammubhave , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Hindi (http://www.transifex.com/projects/p/edx-platform/language/hi/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ammubhave , 2013 +# ammubhave , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ammubhave , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# agarwal , 2013 +# agarwal , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: agarwal \n" +"Language-Team: Hindi (http://www.transifex.com/projects/p/edx-platform/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/hi/LC_MESSAGES/djangojs.mo b/conf/locale/hi/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..3c131a0a66ae Binary files /dev/null and b/conf/locale/hi/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/hi/LC_MESSAGES/djangojs.po b/conf/locale/hi/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..20b6bdb2ec24 --- /dev/null +++ b/conf/locale/hi/LC_MESSAGES/djangojs.po @@ -0,0 +1,753 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Hindi (http://www.transifex.com/projects/p/edx-platform/language/hi/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ammubhave , 2013-2014 +# ria1234 , 2014 +# ria1234 , 2014 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ria1234 , 2014 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Hindi (http://www.transifex.com/projects/p/edx-platform/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/hy_AM/LC_MESSAGES/django.mo b/conf/locale/hy_AM/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..3bda86db2b7a Binary files /dev/null and b/conf/locale/hy_AM/LC_MESSAGES/django.mo differ diff --git a/conf/locale/hy_AM/LC_MESSAGES/django.po b/conf/locale/hy_AM/LC_MESSAGES/django.po new file mode 100644 index 000000000000..953389bac178 --- /dev/null +++ b/conf/locale/hy_AM/LC_MESSAGES/django.po @@ -0,0 +1,9927 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Armenian (Armenia) (http://www.transifex.com/projects/p/edx-platform/language/hy_AM/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# NarekDshkhunyan , 2014 +# NarekDshkhunyan , 2014 +# pgayane , 2014 +# pgayane , 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: +# pgayane , 2014 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Armenian (Armenia) (http://www.transifex.com/projects/p/edx-platform/language/hy_AM/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-28 14:42+0000\n" +"Last-Translator: jtauber \n" +"Language-Team: Armenian (Armenia) (http://www.transifex.com/projects/p/edx-platform/language/hy_AM/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: hy_AM\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "Այս էլ. հասցեով օգտագործող արդեն գրանցված է" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/hy_AM/LC_MESSAGES/djangojs.mo b/conf/locale/hy_AM/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..63d77b0f6112 Binary files /dev/null and b/conf/locale/hy_AM/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/hy_AM/LC_MESSAGES/djangojs.po b/conf/locale/hy_AM/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..5b9b3ba33d7e --- /dev/null +++ b/conf/locale/hy_AM/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Armenian (Armenia) (http://www.transifex.com/projects/p/edx-platform/language/hy_AM/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Armenian (Armenia) (http://www.transifex.com/projects/p/edx-platform/language/hy_AM/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hy_AM\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/id/LC_MESSAGES/django.mo b/conf/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..191fe885074b Binary files /dev/null and b/conf/locale/id/LC_MESSAGES/django.mo differ diff --git a/conf/locale/id/LC_MESSAGES/django.po b/conf/locale/id/LC_MESSAGES/django.po new file mode 100644 index 000000000000..af0ca7c972ab --- /dev/null +++ b/conf/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,9935 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Indonesian (http://www.transifex.com/projects/p/edx-platform/language/id/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asofyan , 2013 +# asofyan , 2013 +# fizdoonk, 2013 +# fizdoonk, 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asofyan , 2013 +# fizdoonk, 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Indonesian (http://www.transifex.com/projects/p/edx-platform/language/id/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asofyan , 2013 +# asofyan , 2013 +# fizdoonk, 2013 +# fizdoonk, 2013 +# Rizky Ariestiyansyah , 2014 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asofyan , 2013 +# fizdoonk, 2013 +# Rizky Ariestiyansyah , 2014 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asofyan , 2013 +# asofyan , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: asofyan \n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/edx-platform/language/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/id/LC_MESSAGES/djangojs.mo b/conf/locale/id/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..e61343804c0d Binary files /dev/null and b/conf/locale/id/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/id/LC_MESSAGES/djangojs.po b/conf/locale/id/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..97b9cff10c57 --- /dev/null +++ b/conf/locale/id/LC_MESSAGES/djangojs.po @@ -0,0 +1,746 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Indonesian (http://www.transifex.com/projects/p/edx-platform/language/id/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asofyan , 2013 +# asofyan , 2013 +# fizdoonk, 2013 +# fizdoonk, 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asofyan , 2013 +# fizdoonk, 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/edx-platform/language/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/it_IT/LC_MESSAGES/django.mo b/conf/locale/it_IT/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..2f660a81f83b Binary files /dev/null and b/conf/locale/it_IT/LC_MESSAGES/django.mo differ diff --git a/conf/locale/it_IT/LC_MESSAGES/django.po b/conf/locale/it_IT/LC_MESSAGES/django.po new file mode 100644 index 000000000000..b7a7e80661e0 --- /dev/null +++ b/conf/locale/it_IT/LC_MESSAGES/django.po @@ -0,0 +1,9940 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Italian (Italy) (http://www.transifex.com/projects/p/edx-platform/language/it_IT/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# gimbo , 2014 +# gimbo , 2014 +# Monica Crapanzano , 2013 +# Monica Crapanzano , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# gimbo , 2014 +# gimbo , 2014 +# Monica Crapanzano , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Italian (Italy) (http://www.transifex.com/projects/p/edx-platform/language/it_IT/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# gimbo , 2014 +# gimbo , 2014 +# kathjal, 2013 +# Monica Crapanzano , 2013 +# Monica Crapanzano , 2013 +# kathjal, 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# gimbo , 2014 +# kathjal, 2013 +# Monica Crapanzano , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Monica Crapanzano , 2013 +# Monica Crapanzano , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: Monica Crapanzano \n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/edx-platform/language/it_IT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: it_IT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/it_IT/LC_MESSAGES/djangojs.mo b/conf/locale/it_IT/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..9bc5c6e47dd4 Binary files /dev/null and b/conf/locale/it_IT/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/it_IT/LC_MESSAGES/djangojs.po b/conf/locale/it_IT/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..e35e200ce260 --- /dev/null +++ b/conf/locale/it_IT/LC_MESSAGES/djangojs.po @@ -0,0 +1,761 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Italian (Italy) (http://www.transifex.com/projects/p/edx-platform/language/it_IT/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# gianlorenzo , 2013 +# gianlorenzo , 2013 +# gimbo , 2014 +# gimbo , 2014 +# marcore , 2014 +# Monica Crapanzano , 2013 +# Monica Crapanzano , 2013 +# marcore , 2014 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# gianlorenzo , 2013 +# gimbo , 2014 +# marcore , 2014 +# Monica Crapanzano , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/edx-platform/language/it_IT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it_IT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/ja_JP/LC_MESSAGES/django.mo b/conf/locale/ja_JP/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..792d19893314 Binary files /dev/null and b/conf/locale/ja_JP/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ja_JP/LC_MESSAGES/django.po b/conf/locale/ja_JP/LC_MESSAGES/django.po new file mode 100644 index 000000000000..27a6f224ca72 --- /dev/null +++ b/conf/locale/ja_JP/LC_MESSAGES/django.po @@ -0,0 +1,9940 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Japanese (Japan) (http://www.transifex.com/projects/p/edx-platform/language/ja_JP/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# わたカフェの店長, 2013-2014 +# ushige , 2014 +# ushige , 2014 +# わたカフェの店長, 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ushige , 2014 +# わたカフェの店長, 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Japanese (Japan) (http://www.transifex.com/projects/p/edx-platform/language/ja_JP/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# わたカフェの店長, 2013-2014 +# yamamoto.daisuke , 2013 +# junskyblue , 2013 +# ushige , 2013-2014 +# Shoji Kajita , 2013 +# ushige , 2013-2014 +# yamamoto.daisuke , 2013 +# junskyblue , 2013 +# わたカフェの店長, 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# junskyblue , 2013 +# ushige , 2014 +# Shoji Kajita , 2013 +# ushige , 2013-2014 +# yamamoto.daisuke , 2013 +# わたカフェの店長, 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: Shoji Kajita \n" +"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/edx-platform/language/ja_JP/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: ja_JP\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/ja_JP/LC_MESSAGES/djangojs.mo b/conf/locale/ja_JP/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..7a834bc42f37 Binary files /dev/null and b/conf/locale/ja_JP/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ja_JP/LC_MESSAGES/djangojs.po b/conf/locale/ja_JP/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..002dc18cc32e --- /dev/null +++ b/conf/locale/ja_JP/LC_MESSAGES/djangojs.po @@ -0,0 +1,743 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Japanese (Japan) (http://www.transifex.com/projects/p/edx-platform/language/ja_JP/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# わたカフェの店長, 2013-2014 +# わたカフェの店長, 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# わたカフェの店長, 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/edx-platform/language/ja_JP/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja_JP\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/km_KH/LC_MESSAGES/django.mo b/conf/locale/km_KH/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..14a015e70853 Binary files /dev/null and b/conf/locale/km_KH/LC_MESSAGES/django.mo differ diff --git a/conf/locale/km_KH/LC_MESSAGES/django.po b/conf/locale/km_KH/LC_MESSAGES/django.po new file mode 100644 index 000000000000..e2dda9e7d1ac --- /dev/null +++ b/conf/locale/km_KH/LC_MESSAGES/django.po @@ -0,0 +1,9919 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Khmer (Cambodia) (http://www.transifex.com/projects/p/edx-platform/language/km_KH/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Khmer (Cambodia) (http://www.transifex.com/projects/p/edx-platform/language/km_KH/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-01-15 13:14+0000\n" +"Last-Translator: nedbat \n" +"Language-Team: Khmer (Cambodia) (http://www.transifex.com/projects/p/edx-platform/language/km_KH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: km_KH\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/km_KH/LC_MESSAGES/djangojs.mo b/conf/locale/km_KH/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..f6c7e6fbeef4 Binary files /dev/null and b/conf/locale/km_KH/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/km_KH/LC_MESSAGES/djangojs.po b/conf/locale/km_KH/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..4c921fe75cc4 --- /dev/null +++ b/conf/locale/km_KH/LC_MESSAGES/djangojs.po @@ -0,0 +1,740 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Khmer (Cambodia) (http://www.transifex.com/projects/p/edx-platform/language/km_KH/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Khmer (Cambodia) (http://www.transifex.com/projects/p/edx-platform/language/km_KH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km_KH\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/ko_KR/LC_MESSAGES/django.mo b/conf/locale/ko_KR/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..19649924e47a Binary files /dev/null and b/conf/locale/ko_KR/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ko_KR/LC_MESSAGES/django.po b/conf/locale/ko_KR/LC_MESSAGES/django.po new file mode 100644 index 000000000000..a54d87312134 --- /dev/null +++ b/conf/locale/ko_KR/LC_MESSAGES/django.po @@ -0,0 +1,10025 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Korean (Korea) (http://www.transifex.com/projects/p/edx-platform/language/ko_KR/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# jdpark7 , 2013 +# jdpark7 , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# jdpark7 , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Korean (Korea) (http://www.transifex.com/projects/p/edx-platform/language/ko_KR/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# jdpark7 , 2013 +# jdpark7 , 2013 +# SunahLim , 2013 +# SunahLim , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# jdpark7 , 2013 +# SunahLim , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# jdpark7 , 2013 +# jdpark7 , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: jdpark7 \n" +"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/edx-platform/language/ko_KR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: ko_KR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "진도" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "커뮤니티 조교" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Too many failed login attempts. Try again later." +msgstr "" + +#: lms/templates/provider_login.html +msgid "Email or password is incorrect." +msgstr "이메일 혹은 암호가 틀립니다." + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "오류: 재생 가능한 비디오 소스가 없습니다!" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "username" +msgstr "사용자이름" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "모든 모둠" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Data Download" +msgstr "데이터 다운로드" + +#: lms/templates/dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Email" +msgstr "이메일" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "분석" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "상태" + +#: lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "수량" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Currency" +msgstr "통화" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Description" +msgstr "설명" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Required Information" +msgstr "필수 정보" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "모달 닫기" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: lms/templates/notes.html +msgid "My Notes" +msgstr "내 노트" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "강좌물" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "{}에 등록 | 트랙을 선택하십시요" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "죄송합니다. 등록 시도하는데 오류가 있었습니다." + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "트랙을 선택하세요." + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "수료증(신원 확인됨)" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "수료증 검토를 위해 등록하세요." + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "이 강좌를 위한 기부액을 선택하세요 (최소.$" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "):" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "왜 지불을 해야 하나요? 만약 요구사항을 모두 거부한다면?" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "왜 지불을 해야 하나요?" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" +"edX은 비영리단체로 당신의 지원으로 전세계 모든 사람들에게 양질의 교육을 제공하고, 연구를 통한 학습을 개선해나갈 것입니다. 우리는 " +"최소한의 수수료로 설립되었으며 당신의 최대한의 기부를 부탁드립니다." + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "나는 최소금액보다 많이 지불하고 싶습니다. 세금공제가 가능합니까?" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "세금공제 결정을 위해 세무사를 확인바랍니다." + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "내가 감당할 수 없거나 필요한의 장비를 구축하지 못한다면 어떻게 합니까?" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" +"당신이 최소금액을 감당하지 못하거나 요구 사항을 충족하지 못한 경우, 강좌를 감사하거나 무상으로 명예 코드 인증서를 받을 수 있습니다. " +"당신은 명예 코드 인증서를 받고자 하는 경우 다음의 명예 코드 인증서 박스를 체크 하십시오. 아래의 검토 인증서를 받을 수 없는 이유를 " +"알려주십니오. 그 후 '선택 인증서' 버튼을 클릭하여 등록을 완료하십시오." + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "명예 코드 인증서 선택" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "상황 설명 :" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "명예 코드 인증서를 받기 위해 유료 검토 인증서를 선택하게 된 이유를 간단히 쓰십시오 :" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "검토 등록 요건" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "결과물 옵션에 대한 검토 인증서를 등록하려면, 웹캠, 신용 카드 또는 직불 카드 및 ID가 필요합니다." + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "검토 인증서의 ID는 무엇입니까?" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "검증 인증서의 ID는 사진 및 ID를 통해 사용자의 신원 증명을 요구하고,누가 통과 등급을 거쳤는지 강좌를 통해 확인됩니다." + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "혹은" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "이 강좌 청강" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "무상으로 이 강좌를 감사하기 위해 등록하면 당신의 진행상황을 추적합니다." + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "{platform_name} 전반 요약" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "지시사항" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "지시사항 접기" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "가이드 토론" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "주석 감추기" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "비젼" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "자주하는 질문" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "누름" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "연락처" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "클래스 피드백" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" +"우리는 강좌들을 개선하기 위해 피드백을 항상 받고 있습니다. 특정 강좌에 등록 된 학생이며, 강좌에 대해 질문, 의견, 제안, 또는 " +"다른 문제가 있는 경우, 해당 강좌의 토론 포럼에 게시해 주십시요." + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "일반 질문 및 피드백" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" +"{platform_name}에 대해 일반적인 질문이 있으면 {contact_email}로 이메일 주십시요. 당신의 질문에 대해 이미" +" 답변이 있는지를 확인하려면 {faq_link_start}자주하는 질문 페이지 {faq_link_end}를 방문하십시요. 또는 " +"{fb_link_start}페이스북 페이지{fb_link_end}의 토론에 참여하셔되 됩니다. 모든 이메일에 답변드릴 수 없지만 모든 " +"피드백들을 참고하고 있습니다." + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "기술적 질문 및 피드백" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" +"전반적인 {platform_name} 플랫폼에 대해 제안이나 피드백이 있거나 플랫폼에서 일반적인 기술적인 문제 (예, 이메일 주소 및 " +"암호에 관련된 문제)가 있는 경우t {tech_email} 로 " +"연락주십시요. 기술적인 문제의 경우 최신 버전의 파이어폭스나 크롬 브라우저를 사용하는지 확인하고 이메일에 브라우저 이름과 버전을 스크린샷" +" 혹은 관련된 세부 사항을 같이 포함하십시요. 만일 버그를 발견하였거나 다른 문제가 있는 경우 {bugs_email} 로 연락주십시요," + +#: lms/templates/contact.html +msgid "Media" +msgstr "미디어" + +#: 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 "" +"추가정보를 위해서는 {link_start}미디어/기사 페이지{link_end}를 방문해 주십시요. 미디어 혹은 기사 관련 질문은 " +"{email}로 이메일 주십시요." + +#: lms/templates/contact.html +msgid "Universities" +msgstr "대학" + +#: 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 "협력하고자 하는 대학이거나 {platform_name}에 질문이 있는 경우 {email}로 메일 보내 주시기 바랍니다." + +#: lms/templates/course.html +msgid "New" +msgstr "새로운" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "상황판" + +#: 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 "오류가 발생하였습니다. 다음에 다시 시도하십시요." + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "편집" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "암호 재설정" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "현재 강좌" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "아직 어떤 강좌에도 등록하지 않은것처럼 보입니다." + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "강좌를 찾아보세요!" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "당신은 아직 이 강좌에 등록되지 않은 것 같습니다." + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "강좌 로딩 오류" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "{course_number}에 대한 이메일 설정" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "강좌 이메일 수신" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "설정 저장" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "암호 재설정 이메일이 보내어졌습니다." + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "이메일이 {email}로 보내어졌습니다. 암호를 변경하기 위해 이메일에 있는 링크를 따라가세요." + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "이메일 변경" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "새로운 이메일 주소를 입력하세요." + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "암호를 확인해 주세요." + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "변경과정에 {email}과 새로운 이메일로 확인 이메일을 보낼것입니다." + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "이름 변경" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr " {platform} 수료증의 신뢰성을 유지하기 위해 모든 이름 변경은 로그되고 기록될 것입니다." + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr " {platform} 수료증에 표시될 전체이름을 입력하세요." + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "이름 변경 사유 :" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "내 이름 변경" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "등록 해지" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "이메일 변경 실패" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "{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 " {link_start} 홈페이지 {link_end}로 돌아가기" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "이메일 변경 성공" + +#: 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 " {link_start}상황판{link_end}에서 새로운 이메일을 볼 수 있습니다." + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "새로운 이메일주소의 계정이 이미 존재합니다." + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "학생 등록 양식" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "강좌 :" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "학생 추가" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "기존 학생들" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "새 학생들이 추가되었습니다:" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "학생이 거절되었습니다:" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "디버그:" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "foo" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "bar" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "biff" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "외부 인증 실패" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "마감:" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "상태:" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "성공적으로 {goal_level} 수준에 도달하였습니다." + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "{goal_level} 수준에 도달하지 못하였습니다." + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "완료한 퍼즐" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "수준" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "제출함" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "퍼즐 순위표" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "사용자" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "점수" + +#: lms/templates/footer.html +msgid "About" +msgstr "소개" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "직업" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "자주하는 질문" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" +"{platform_name}은 {Harvard} 와 {MIT} 대학이 설립한 비영리 플랫폼으로서 인터넷 접속이 되는 세계 어디서든지 " +"모든 연령의 학생들에게 최고의 교육을 제공하는데 목적을 두고 있습니다. {platform_name}의 무료 온라인 MOOC들은 " +"상호작용적이며 컴퓨터 과학, 보건 및 인공 지능 등의 과목을 포함합니다." + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "서비스 조항 및 명예 신조" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "암호 재설정" + +#: 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 "아래에 이메일 주소를 입력 해주십시오, 새로운 암호를 설정하기 위한 안내를 이메일로 보내드립니다." + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "이메일 주소" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "이것은 당신이 {platform}에 등록하는 데 사용되는 이메일 주소입니다" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "내 암호 재설정" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "이메일이 틀립니다" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "{platform_name} 도움말" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "{span_start}{platform_name}{span_end} 도움말" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" +"이 강좌에서 강의, 과제, 도구 및 자료들에 대한 질문들은 {link_start}강좌 토론 포럼 " +"{link_end}에 게시해 주십시요." + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" +"{platform_name}에 대한 일반적인 질문이 있으십니까? {platform_name} " +"{link_start}자주하는질문{link_end}에서 많은 유익한 정보를 찾을 수 있습니다." + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" +"구체적인 질문이 있으십니까? {platform_name} 일반 지원 팀에게 직접 연락할 수 있습니다 :" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "문제 보고" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "제안 하기" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "질문하기" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "이름" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "이메일" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "오류메세지, 문제 발생으로 가는 단계 등을 포함하세요" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "제출" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "감사합니다!" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" +"질문이나 피드백 감사합니다. 근무기간에는 보통 하루안에 답변을 드립니다 (월요일에서 금요일, {open_time} UTC 에서 " +"{close_time} UTC 까지). 그동안 {link_start} 상세하게 제공되는 자주하는 질문{link_end}를 살펴 보십시요." +" 대부분 많은 질문들에 대한 답이 있습니다." + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "세부사항" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "{university_name} 에서 제공하는 무료 강좌들" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "온라인 교육의 미래" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "언제, 어디서든지 모두를 위한" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "{platform_name}가 제공해야 하는 모든것을 최신 상태로 유지!" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "무효한 이메일 변경 키" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "이 이메일은 무효합니다. 다음을 확인해 보세요:" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "이 키가 이미 사용되었나요? 이메일 변경이 이미 이루어졌는지 확인해 보세요." + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "이메일의 클라이언트 프로그램 URL을 두 줄로 나누어 놓았나요?" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "키는 한정된 시간동안만 유효합니다. 키가 만료되었나요?" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "도움되는 정보" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "오픈아이디로 로그인" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" +"OpenID 계정으로 " +"{platform_name}에 로그인해서 학습을 시작할 수 있습니다." + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "등록 안 되었나요?" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "오늘 {platform_name} 에 등록하세요!" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "{platform_name} 계정으로 로그인하는데 도움을 찾고 있습니까?" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "자주하는 질문들에 대한 답을 보려면 도움말 섹션을 보십시요." + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr " {platform_name} 계정에 로그인 하십시요." + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "내 {platform_name} 계정에 로그인" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "내 강좌 접근" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "로그인 하십시요." + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "당신의 계정과 강좌에 액세스 하는 것" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "죄송합니다. {platform_name} 계정을 현재 사용할 수 없습니다." + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "이메일 혹은 암호가 부정확합니다." + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" +"{platform_name} 계정에 로그인 하려면 다음 정보를 제공하십시오. 필수 필드는 굵은 글씨와 별표 (*) 로 표시되어 있습니다." + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "계정 선호사항 설정" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "내 로그인 정보 기억" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "로그인" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "등록 안 하였나요?" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "등록하세요." + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "오픈아이디로 로그인" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" +"이 페이지는 수학 공식을 렌더링하는 MathJax 기술을 갖추고 있습니다. 수학의 접근성을 위해, 우리는 MathPlayer 플러그인을 " +"사용하는 것을 권장합니다. 귀하의 브라우저 플러그인을 다운로드 {link_start} MathPlayer 다운로드 페이지 " +"{link_end}을 참조하십시오." + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" +"귀하의 브라우저가 MathPlayer 플러그인을 지원하지 않습니다. MathPlayer를 사용하려면Internet Explorer " +"6-9를 사용하십시오." + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "{platform_name} 서버에서 오류가 있었습니다." + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" +"죄송합니다. 이 모듈은 현재 사용할 수 없습니다. 담당 직원이 문제를 가능한 빨리 고치기 위해 노력하고 있습니다. 문제나 동작 중단을" +" 보고하려면 {tech_support_email}로 " +"연락주십시요." + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "가공되지 않은 데이터:" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "승인됨" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "오류" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "거절됨" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "유보된 이름 변경" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "확인" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "[거절]" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "전역 찾아가기" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "홈" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "강좌 찾기" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "상황판:" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "추가 옵션 드롭다운" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "로그아웃" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "어떻게 동작하는지" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "강좌" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "학교" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "지금 등록하세요" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "로그인" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" +"경고: 사용하고 있는 브라우저가 충분히 지원되지 않고 있습니다. " +"{chrome_link_start}크롬{chrome_link_end} 이나 {ff_link_start}파이어폭스{ff_link_end} " +"사용을 강력히 권장합니다." + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "노트가 없습니다." + +#: lms/templates/problem.html +msgid "Reset" +msgstr "재설정" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "답(들) 보기" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "(위에 있는 질문(들)에 대해 - 각 항목 근처에)" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "{num_total} 제출중에서 {num_used} 를 사용하였습니다." + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr " %s 로 돌아가기" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "환경 설정 {platform_name}" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "내 {platform_name} 계정을 업데이트" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "환영합니다 {username}! 아래 기본 설정을 설정하십시오" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "죄송합니다. {platform_name}에 등록이 당신이 계신 지역에서는 가능하지 않습니다." + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "필수 항목들은 굵은 글자나 별표 (*)로 표시되어 있습니다." + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "공개 사용자 이름을 입력하세요:" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "예: 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 "참가하는 토론이나 포럼에서 보여질 것입니다." + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "예: username@domain.com" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "계정 승인" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "{link_start}서비스 조항{link_end}에 동의합니다." + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "{link_start}명예 신조{link_end}에 동의합니다" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "내 계정 새로고침" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "등록 도움말" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "이미 등록했습니까?" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "로그인하기 위해 여기를 클릭하세요." + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "{platform_name}에 오신것을 환영합니다." + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" +"{platform_name}에 등록하면 현재 및 추후의 모든 무료 강좌들에 대해 접근할 수 있습니다. 아직 강좌를 수강할 준비가 되지 " +"않았습니까? 등록을 하면 메일링 리스트에 등록이 됩니다 - 강좌가 추가되면 알려드립니다." + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "다음 단계" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" +"확인 이메일을 받을 것 입니다. 등록 과정을 완료하려면 활성화 링크를 클릭해야 합니다.이메일을 표시되지 않나요? 스팸 폴더를 확인해서 " +"class.stanford.edu에서 온 이메일들을 \"스팸아님\"으로 체크하십시요. 그래야 강좌에서 보내온 이메일을 수신 할 수 " +"있습니다." + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" +"{platform_name}에 등록하면 확인 이메일을 받을 것 입니다. 등록 과정을 완료하려면 활성화 링크를 클릭해야 합니다.이메일이 " +"표시되지 않나요? 스팸 폴더를 확인해서 {platform_name}에서 온 이메일들을 \"스팸아님\"으로 체크하십시요. " +"{platform_name} 에서는 주로 이메일을 통해 통신을 합니다." + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "{platform_name} 에 등록하는데 도움이 필요하십니까?" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "자주하는 질문들에 대한 답을 보려면 자주하는질문을 보세요." + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "일단 등록하면 대부분의 질문에 대한 답은 강좌의 특정 토론 포럼이나 FAQ를 통해 제공됩니다." + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr " {platform_name}에 등록" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "환영합니다!" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "{platform_name} 계정을 만들기 위해서는 아래에 등록하세요." + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "계정에 등록하기 위해서는 다음 항목들을 입력하십시요." + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "나중에 변경할 수 없습니다." + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "예: Jane Doe" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "획득하는 모든 수료증에 필요" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr " {username} 님 안녕하세요?" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "최종 학력" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "성(생물학적)" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "생년" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "주소" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr " {platform_name}에 등록하는 이유를 공유해 주세요" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "등록" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "내 계정 만들기" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "섹션 찾아가기" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "이전" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "다음" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr " {span_start}{platform_name}{span_end}에 등록" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "이메일*" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "예) yourname@domain.com" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "암호 *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "공개 사용자 이름 *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "예) 당신의 이름(포럼에 표시된)" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "전체 이름 *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "예: 당신의 이름(이수증용)" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "안녕하세요 {name}" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "학력" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "생년" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "우편주소" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "{platform_name} 에 등록해서 도달하고자 하는 목표" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "{link_start}서비스 조항{link_end} 에 동의합니다. *" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "{link_start}명예 신조{link_end}에 동의합니다 *" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "이미 계정이 있으십니까?" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "로그인" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "담당직원 디버그 정보" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "제출 이력" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "{platform_name} 콘텐츠 질 평가" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "코멘트" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "코멘트" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "태그" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "선택 태그(예 : \"done\" or \"broken\"): " + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "태그" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "코멘트 추가" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "담당직원 디버그" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "모듈 필드" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr " XML 속성" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "제출 이력 뷰어" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "사용자:" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "이력 보기" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "{course_number} 교재" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "교재 찾아가기" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "페이지:" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "줌 아웃" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "줌 인" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "확대축소" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "자동 확대축소" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "실제 크기" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "페이지에 맞춤" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "전체 폭" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "이전 페이지" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "다음 페이지" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "날짜" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "강좌 ID" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "로그 추적" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "일시" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "IP주소" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "소스" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "유형" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "시스템 사용" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" +"동영상 재생 중에 소제목과 스크롤 막대를 사용하여 탐색할 수 있습니다. 소제목을 클릭하는 것은 영상을 조금씩 전후로 건너 뛸 수있는 빠른" +" 방법입니다." + +#: 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 "" +"낮은 해상도의 디스플레이를 사용하는 경우, 왼쪽의 탐색 막대 옆에 있는 세 개의 왼쪽 화살표들을 클릭하여 왼쪽의 탐색 막대를 숨길 수 " +"있습니다." + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" +"더 크거나 더 작은 글꼴이 필요한 경우에 브라우저 설정을 사용하여 글자들을 키우거나 작게 할 수 있습니다. 구글 크롬에서는 ctrl +," +" 또는 ctrl - 를 동시에 누르면 됩니다." + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "재생" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "속도" + +#: lms/templates/video.html +msgid "Speed" +msgstr "속도" + +#: lms/templates/video.html +msgid "Volume" +msgstr "소리세기" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "브라우저 채우기" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "캡션 끄기" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "비디오 다운로드" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "당신의 단어들:" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "전체 단어수:" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "응답 열기" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "평가:" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "질문 감추기" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "새 제출" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "다음 단계" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "범례" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "제출된 루브릭" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "전체 루브릭 전환" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "전체 피드백 보기" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "이 피드백이 얼마나 정확하다고 생각합니까?" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "맞음" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "부분적으로 맞음" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "의견 없음" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "부분적으로 틀림" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "틀림" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "추가적인 코멘트" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "피드백 제출" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "미응답" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "추후 평가 생략" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "제출하는데 오류가 있었습니다. 강좌 담당직원에게 연락하십시요." + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "지시문" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "아래에 힌트를 입력하세요:" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "동년배 그룹" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "동년배 그룹 보기" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "강좌에서 동년배 그룹" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "동년배 그룹 추가" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "사용자 이름 혹은 이메일로 사용자를 추가. 한줄에 한개 혹은 콤마로 분리" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "동년배 그룹 구성원 추가" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "{chapter}, 현재 장" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "마감일 {date}" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "{course.display_number_with_default} 소개" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr " 강좌 {course.display_number_with_default}에 등록되어 있습니다. " + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "강좌물 보기" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "이 강좌가 장바구니에 담겼습니다." + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" +"장바구니 ({currency_symbol}{cost})에 {course.display_number_with_default} 추가 " + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "{course.display_number_with_default} 에 등록" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "개요" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "친구 및 가족과 공유" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "수업 시작" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "수업 종료" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "예상되는 노력" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "선수요건" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "추가 자원" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "담당 직원 보기" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "학생 보기" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "앞선 대학들이 제공하는 무료 강좌들을 탐색해 보십시요." + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr " {university_name} 에서 제공하는 무료 강좌들을 탐색해 보십시요." + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr " {span_start}{platform_name}{span_end} 서버에서 오류가 있습니다." + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" +"죄송합니다. 이 모듈을 일시적으로 사용할 수 없습니다. 담당 직원이 가능한 빨리 고치려고 작업중입니다. '{tech_support_email}' 에 문제나 중지를 " +"보고하기 위해 이메일 주십시요." + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "{course_number} 강좌물" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "시험으로 돌아감" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "강좌 찾아가기" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "계산기 열기" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "힌트" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "상수" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "성적 요약" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "아직 구현되지 않았음." + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "성적부" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "강좌 업데이트 & 새소식" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "유인물 찾아가기" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "강좌 유인물" + +#: 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 "강사 상황판" + +#: 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 "심리 측정" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "포럼 관리자" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "등록" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "데이터 덤프" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "그룹 관리" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "예" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "성적 다운로드" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" +"참고 : 이 버튼 중 일부는 더 큰 강좌에 대한 시간 초과에 해당합니다. {max_enrollment} 학생 이상으로는 이 강좌를 " +"일시적으로 사용할 수 없습니다. 우리는 시급히 이 문제를 해결에 노력하고 있습니다. 플랫폼을 개선하기 위해 지속적인 노력에 대한 양해를 " +"부탁드리며 감사합니다!" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "원격 성적부로 성적 내보내기" + +#: 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 "정상적으로 동작하기 위해 이 강좌에 제시 된 과제는 성적부에 저장된 것과 일치해야 합니다!" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "성적부 이름:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "과제 이름:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "강좌에 따른 성적 조정" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "강좌 url을 사용하여 강좌에서 발생하는 특수 문제를 여기에 명시하십시요:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" +"문제의 경우 \"urlname\"를 사용하고, 그렇지 않은 경우 \"modulename/urlname\"를 사용해도 됩니다. (예를 들어" +" 위치가 i4x://university/course/problem/problemname 이면 " +"problemname를 입력하고 위치가 " +"i4x://university/course/notaproblem/someothername 이면 " +"notaproblem/someothername를 입력합니다.)" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "동작을 선택하세요:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" +"이 작업들은 아래 표에서 백그라운드에서 실행되고 활성화된 작업들을 나타내고있습니다. 이 문제에 대해 제출 된 모든 작업 상태를 확인하려면" +" 이 버튼을 클릭합니다 :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "학생 사정에 따른 세부 성적 검토 및 조정" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "여기에 {platform_name} 이메일 주소 혹은 학생의 사용자이름을 입력합니다" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "이것을 클릭하세요. 그러면 학생들의 진도페이지로 가는 링크가 아래에 표시될 것입니다." + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "특정 모듈에 대해 학생들의 전체 상태를 삭제할 수도 있습니다." + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" +"아래의 표에서 재채점에 대해 백그라운드에서 실행된 활성 작업 상태를 나타내고 있습니다. 이 문제와 학생에 대한 제출 된 모든 작업 상태를" +" 확인하려면 이 버튼을 클릭합니다 :" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "문제와 동작을 선택하십시요:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "사용자는 관리자의 업무를 수행하기 위해서 포럼 관리자 권한이 필요합니다. 담당 교수자에게 물어보십시요." + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "등록 데이터" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "원격 성적부에서 등록 가져오기" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "섹션:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "일괄 등록" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "한 명 혹은 여러 학생을 등록하거나 등록취소 : 이메일을 새 줄 혹은 콤마로 구분하여 입력;" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "학생들에게 이메일로 통지" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "학생들이 활성화시 자동 등록" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "문제 url 이름:" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" +"베타테스터로 활동할 학생들의 사용자이름과 이메일을 한줄에 하나, 혹은 콤마로 분리하여 입력하세요.\n" +"그들은 강좌 정책의 days_early_for_beta 옵션에 의해 설정된대로 강좌 자료들을 먼저 볼 수 있습니다." + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "수신자:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "나" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "담당직원 및 교수자" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "모두 (학생, 담당직원 및 교수자)" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "제목:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "말하고자 하는 것이 모두 들어 있는지 이메일을 꼼꼼히 읽었나요?" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "현재 분석내용이 사용가능 하지 않습니다. " + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "등록한 학생들:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "지난주 활성화된 상태에 있는 학생들:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "일별 학생 활동" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "일" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "학생" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "문제에 대한 답 분포" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "문제" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "최대" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "획득한 포인트(학생 수)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "정답을 맞춘 학생들" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "학생수" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "국가별 학생 분포, 모든 강좌, Sep-12 to Oct-17, 1 서버 (예로 여기에 보여짐):" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "유보중인 강사 업무" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "작업 유형" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "작업 입력" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "작업 아이디" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "요청자" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "작업 상태" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "기간(초)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "작업 진행상황" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "알수없음" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "강좌 오류" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "{course_id} 소개" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "곧 나옴" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr " {course_number} 소개" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "강좌물 접근" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "등록되었습니다." + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "등록하세요" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "등록이 마감되었습니다." + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "등록" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "새소식 - MITx 6.002x" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "구독하는 토론 게시글 업데이트" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "{course_number} 진도" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "학생 '{username}' ({email})의 강좌 진도" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "이 섹션에는 문제 점수가 없습니다." + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr " {course.display_number_with_default} 강좌 정보" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "강의 계획서" + +#: 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 "최근에 {section_link}에 있었습니다. 할일을 완료했다면, 왼쪽에서 다른 섹션을 선택하세요." + +#: 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 "최종 강좌 세부 사항이 지금 마무리 단계에 있습니다. 최종 출판본이 곧 사용가능할 것 입니다." + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "최종 성적" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "수료증에 필요한 성적:" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" +"당신에 대한 수료증 발급은 이란, 쿠바, 시리아, 수단에 대한 엄격한 미국의 통상 금지를 준수해야 되기 때문에 대기 중입니다. 우리의 " +"시스템의 착오로 인해 당신이 이들 국가 중 하나와 연결되는 것으로 판단했다면, {email}로 알려 주시기 바랍니다." + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "pdf 문서를 열거나 다운로드하기 위한 링크입니다." + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "강좌 피드백 조사를 완료해 주십시요." + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "{course_number} {course_name} 표지 이미지" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "등록된 역할:" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "아이디가 확인되었습니다." + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "강좌 완료 - {end_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "강좌 시작됨 - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "강좌 시작 - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "저장된 강좌 보기" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "강좌 보기" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "이메일 설정" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "결과" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "죄송합니다! 검색과 일치하는 것을 찾을 수 없습니다. 다른 검색을 시도하십시오." + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "아직 게시글이 없습니다. 처음 게시자가 되어 보세요!" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "새 게시글" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "토픽 필터" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "모든 토론 보기" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "표시한 토론 보기" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "구독하는 게시글" + +#: 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 "게시글 구독" + +#: 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 "익명으로 게시" + +#: 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 "수강동료들에게 익명으로 게시" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "공개 대상:" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "내 동년배 그룹" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "새 게시 제목" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "게시물 추가" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "다음에 대해 새 게시물 작성 : " + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "목록 필터" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "구독" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "게시물 검색" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "감추기" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "토론 홈" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "토론 토픽" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "토론 토픽: 현재 선택:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "정렬 방식:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "날짜" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "투표수" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "코멘트" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "보기:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "모두 보기" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "{name} 로 보기" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "이 글타래는 종료되었습니다." + +#: 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 "응답 게시:" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "• 이 글타래는 종료되었습니다." + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "오류 보고" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "글타래 고정" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "닫기" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "게시글 편집" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "게시 제목 편집" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "게시글 업데이트" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "코멘트 추가" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "응답 편집" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "응답 업데이트" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "통지 설정 전환" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "토론 - {course_number}" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "죄송합니다." + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "포럼이 현재 유지 관리 중입니다. 잠시후에 사용할 수 있도록 조취하겠습니다." + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "사용자 정보" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "{course_number} 담당 직원 채점" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "담당 직원 채점" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" +"이 목록은 현재 AI 등급의 훈련과 동료 등급에 대한 교정 에세이 작성을 하기 위한 필요한 문제의 목록입니다. 각 문제는 별도로 처리 " +"되어야 하며 등급에 필요한 학생의 제출의 수를 나타낸 것 입니다. 당신은 최소한의 제출의 수 이상으로 점수를 줄 수 있으며 AI 등급의 " +"정확성을 향상 시킬 것입니다. 또한 문제보기에서 AI 등급의 현재 정확도를 볼 수 있습니다." + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "문제 목록" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" +"이곳에 제출을 할 때 일시적으로 등급 풀에서 제거됨을 유의하시길 바랍니다. 지금의 제출은 30분 후에 등급 풀에 반환됩니다. 뒤로 버튼을" +" 누르면 다시 등급을 매기기 위해 30 분을 대기 해야합니다." + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "프롬프트" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "(감추기)" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "학생 응답" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "글로 쓴 피드백" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "학생들에 대한 피드백(선택적인)" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "추후 검토하기 위해 부적절한 콘텐츠로 표시" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "건너뛰기" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "성적 분포" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "문제 목록 로딩 ..." + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "성별 분포" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "교육 수준" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "활성 작업의 상태는 아래 표에 나타납니다." + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "강좌 경고" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "성적 설정" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "학생의 익명 IDs CSV 얻기" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "표준 상황판으로 돌아가기" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "섹션_표시_이름" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "학생들의 이메일을 새로운 줄이나 콤마로 분리하여 입력하세요." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "학생 이메일" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "자동 등록" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "자동 등록" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "자동 등록이 체크 되어 있으면, edX에 등록되지 않은 학생들은 자동으로 등록될 것입니다." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" +"자동 등록이 체크 되어 있지 않으면, edX에 등록되지 않은 학생들은 등록되지 않지만, 등록이 허용될 것입니다." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "등록" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "등록취소" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "관리 목록 관리" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "사용가능한 목록 얻기..." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" +"담당 직원은 직원이나 베타 테스터의 목록을 수정할 수 없습니다. 이 목록을 수정하려면, 교수자에게 연락하여 담당 직원과 베타 목록의 " +"교수자로 당신을 추가하도록 하고, 포럼 관리를 위해서는 포럼 관리자로 추가하도록 요청합니다." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "강좌 담당 직원" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" +"강좌 담당 직원들은 강좌에서 제한된 기능을 관리하는 것을 도와준니다. 담당 직원들은 학생들의 등록을 취소하고 성적을 수정할 수 있으며 " +"모든 강좌의 데이터를 볼 수 있습니다. 강좌 담당 직원은 자동으로는 스튜디오에 대한 액세스 권한이 부여되지 않으며 강좌를 편집 할 수도 " +"없습니다." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "담당 직원 추가" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "강사" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" +"교수자가 강좌의 핵심 관리자입니다. 교수자들은 포럼 접속을 관리할 뿐만 아니라 강좌 담당 직원을 추가하거나 제거할 수 있습니다." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "강사 추가" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "베타 시험자" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" +"베타테스터는 나머지 학생들보다 미리 강좌 내용을 볼 수 있습니다. 그들은 콘텐츠가 동작하는지 확인 할 수 있지만 추가적인 권한은 " +"없습니다." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "베타 테스터" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "포럼 관리자" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "포럼 진행자" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "진행자 추가" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "포럼 커뮤니티 조교들" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "학생 별 점수 검사" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "학생 이메일 혹은 사용자 이름" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "학생들의 진도 페이지를 보기위해서 이 링크를 클릭하세요." + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "학생 진도 페이지" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "학생별 성적 조정" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "문제 url 이름" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" +"문제인 경우 단지 \"urlname\"을 사용하면 되고 아니면 \"modulename/urlname\" 을 사용하면 됩니다. (예. " +"위치가 {location1} 이면 {urlname1}만 제공하고, 위치가 {location2} 이면 {urlname2}.를 제공)" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "다음 작업은 지정된 사용자와 문제에 대한 수행을 선택합니다 :" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "학생 시도 재설정" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "학생 제출 재채점" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "당신은 또한 특정 문제에 대한 학생의 전체 상태를 삭제할 수 있습니다 :" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "문제에 대한 학생의 상태를 삭제" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "학생들에 대한 배경 작업 이력 보기" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "액션을 선택하세요" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "모든 학생들의 시도를 초기화" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "모든 학생들의 문제 제출 재채점" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "문제에 대한 배경 작업 기록 보기" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "사용가능한 것이 없습니다." + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "{course_number} 통합 공지" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "개방형 컨솔" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "특별히 주의를 요하는 항목들입니다." + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "지금 주의를 요하는 항목이 없습니다." + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "{course_number} 표시된 개방형 문제들" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "표시된 개방형 문제들" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "이 강좌에서 학생들에 의해 선택된 잠재적인 부적절한 개방형 문제의 목록입니다. " + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "표시된 문제가 존재하지 않습니다." + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "응답" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "표시제거" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "버림" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "{course_number} 개방형 문제" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "개방형 문제" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "다음은 이 강좌의 개방형 문제의 목록입니다." + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "아직 개방형 문제를 시도하지 않았습니다." + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "문제 이름" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "채점자 유형" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "이 강좌에서 동료 채점이 필요한 문제 목록입니다." + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "마감일" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "채점됨" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "사용가능" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "요구됨" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "마감일 없음" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "마감일이 지났고 이 문제에 대한 동료 평가가 지금 닫혀 있습니다." + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "마감일이 지났고, 동료 평가가 지금 닫혀 있습니다." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "채점 방법 학습" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "글로 쓴 피드백도 포함시켜 주십시요." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "이 제출은 공격적이거나 (나의 소견으로)표절내용이 의심됩니다." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "내가 어떻게 했나?" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "계속" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "채점할 준비가 되었습니다" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "채점 방법 학습을 완료하였습니다. 이제 당신은 채점을 할 준비가 되었습니다." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "채점 시작" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "채점 방법 학습" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "이 문제를 채점하는 방법에 대해 학습을 아직 완료하지 않았습니다." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "교수자가 채점한 에세이들이 보여지고, 여러분 스스로 채점해 보도록 요청될 것입니다." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "교수자와 유사하게 에세이를 채점할 수 있으면 동료들의 에세이를 채점할 준비가 된 것 입니다." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "채점 방법 학습 시작" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "이 제출에 표시를 하기를 원하십니까?" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" +"당신은 제출문에 대해 신고하려 합니다. 공격적이거나 (소견으로) 표절내용이 의심되면 신고를 해야만 합니다. 만약 제출문이 질문에 대해 " +"맞지 않거나 잘못되었을 때, 0점 처리를 해야하며 피드백을 함께 제출해야합니다." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "표시 제거" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "표시 유지" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "되돌아가기" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "등록해 주셔서 감사합니다." + +#: 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 "계정이 아직 활성화되지 않았습니다. 활성화 링크가 계정을 활성화 하는 안내와 함께 {email}로 이메일 보내어졌습니다." + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "활성화 완료!" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "계정이 이미 활성화되어 있습니다." + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "지금 {link_start}로그인{link_end} 할 수 있습니다." + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "활성화 무효함" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" +"무엇인가 잘못 되었습니다. 방문한 URL이 맞는지 확인하십시요. 이메일 프로그램들이 가끔 URL을 두줄로 나누어 놓을 수 있습니다. " +"문제가 지속되면 어떤 문제가 발생했는지 {email}로 이메일 주세요." + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "혹은 {link_start}홈 페이지{link_end}로 되돌아 갈 수 있습니다." + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "암호 재설정 성공" + +#: 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 "입력한 이메일 주소로 암호를 설정하기 위한 안내를 이메일로 보냈습니다. 곧 이메일을 받을 수 있을 것입니다." + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "지불 오류" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "주문을 처리하는데 오류가 있었습니다." + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "장바구니" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "선택된 아이템:" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "단위 가격" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "가격" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "총 금액" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "구매할 아이템을 선택하지 않았습니다." + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "[Course Name]에 등록 | 영수증 (주문" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr " () 전자 영수증" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "주문 #" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "날짜:" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "주문 아이템:" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "갯수" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "노트: 취소선 같은것이 있는 아이템" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "환불되었습니다." + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "다음 사람에게 청구됨 :" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "#:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "영수증(주문" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "현재 등록된 강좌:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "다음으로 등록:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "진도" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "현재 단계:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "소개" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "사진 촬영" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "아이디 사진 촬영" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "검토" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "지불" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "확인" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "축하합니다. 확인되었습니다:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "확인된 학생으로 등록되었습니다. 등록 세부사항은 아래와 같습니다." + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "다음으로 등록되었습니다:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "모든 강좌에 학생으로 등록되셨습니다." + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "옵션" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "시작: {start_date}" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "강좌로 가기" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "상황판으로 가기" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "확인된 상태" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" +"우리는 당신의 신원을 확인하기 위해 신분증을 받았습니다. 만약 문제가 있다면, 재제출을 위한 연락을 드릴 것입니다.하지만 재인증 없이도 " +"검증된 인증 강좌를 이번학기에 등록 할 수는 있습니다." + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" +"교수가 강좌 (일반적으로 시험 시간에)를 개설하는 동안 당신의 작업을 검토하기 위해 사진을 정기적으로 제출하는 것을 요청할 것입니다.." + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "지불 세부사항" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "이 페이지를 인쇄하십시오; 그것은 당신의 영수증 역할을합니다. 당신은 또한 동일한 정보로 이메일을 받게됩니다." + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "주문 번호" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "합계" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "이것" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "납부자" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" +"찾으시는 페이지는 찾을 수 없습니다. {link_start}홈 페이지{link_end}로 돌아가거나 이동된 페이지들에 대해서 " +"{email}로 알려 주십시요." + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "현재 {platform_name} 서버가 다운되었습니다." + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" +"담당 직원이 사이트를 가능한 빨리 복구하기위해 노력하고 있습니다. 문제나 중단을 보고하기 위해서는 {tech_support_email} 에 연락주십시요." + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "{platform_name} 서버에 500 오류가 있습니다." + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" +"몇 초 기다렸다가 페이지를 다시 로드해 보십시요. 문제가 지속되면 {email}로 이메일 " +"주십시요." + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "현재 {platform_name} 서버가 과부하 상태 입니다." + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "edX edge" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "강좌에 로그인 하세요" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "강좌에 등록하세요" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "유명 대학들의 무료 강의를 수강하세요." + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "이름 편집" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "이름 변경" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "기술적인 문제가 있으십니까?" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "질문이 있습니까?" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "인증서 {a_end}에 대해 자주 묻는 질문 코멘트를 보기 위해서는 {a_start} FAQ를 읽어 보시기 바랍니다." + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "를 위한 등록" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "로 등록 :" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "선택을 바꾸시겠습니까?" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "언제나 {a_start} 무상으로 강좌에 대한 회계감사 {a_end}를 할 수 있습니다." + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "이름 편집" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "웹캠 미감지" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "플래시 미감지" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "플래시가 설치되지 않았습니다. 등록절차를 위해서 {a_start} 플래시를 구하시길 바랍니다. {a_end} " + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "사진이 보이지 않습니까? 카메라 사용을 위한 브라우저를 확인바랍니다." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "다시 촬영" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "사진 촬영" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "좋게 보입니다." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "좋은 사진 촬영법" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "얼굴이 잘 조명받도록 하세요" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "얼굴 전체가 프레임안에 들어오도록 하세요." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "당신의 사진이 아이디에 있는 사진과 동일인물 입니까?" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "지금의 위치에서 카메라 버튼을 사용합니다." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "사진 캡쳐를 위하여" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "확인표시 버튼을 사용하세요" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "사진이 마음에 들길 바랍니다." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "공통 질문들" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "왜 내 사진이 필요한가요?" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "확인 과정의 하나로 신분 확인하기 위해 당신의 사진이 필요합니다." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "이 사진으로 무엇을 하실것인가요?" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "당신의 신분을 확인하는데만 사용합니다. 다른 곳에는 표시되지 않습니다." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "이름을 확인하세요." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "이름을 편집하세요." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "자신의 얼굴을 촬영하기 위해 웹캠을 사용하십시요. 그러면 당신 아이디에 있는 사진과 비교할 것입니다." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "당신의 사진이 좋다고 확인하면 단계 2로 갈 수 있습니다." + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "당신의 아이디를 보여주세요." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "자신의 아이디 사진을 촬영하기 위해 웹캠을 사용하십시요. 그러면 당신 계정에 있는 사진 및 이름과 비교할 것입니다." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "아이디가 잘 조명이 되도록 하십시요." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "허용가능한 아이디는 자동차 운전면허증, 여권, 또는 이름과 사진이 있는 기타 정부 발행 아이디가 포함됩니다." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr " 반짝이는 부분이 없게 하십시요" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "당신의 사진을 볼 수 있고, 이름을 읽을수 있도록 하십시요." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "중요한 정보가 가려지지 않도록 손을 모서리 부분에 있도록 하십시요." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "자신의 아이디를 캡쳐하기 위해" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "왜 내 아이디의 사진이 필요하나요?" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "신분 확인하기 위해 당신의 아이디에서 사진 및 이름을 맞추어볼 필요가 있습니다 " + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" +"우리는 결과물을 암호화하고 검토를 위해 보안 인증 서비스에 전달합니다. 최고 수준의 보안으로 사진이나 정보를 저장하여 다른 곳에 유출하지" +" 않습니다." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "ID가 검토완료 되었으면, 3단계로 가십시오." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "3단계 : 정보 확인" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "과제 제출물 검토" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "아래의 사진과 정보를 검토 해주십시오." + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "사진을 확인하고 아래의 요청사항과 맞는지 검토하세요." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "이 사진은 아래의 요청사항과 맞춰볼 필요가 있습니다:" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "정상" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "전체 얼굴 표시" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "ID의 사진과 얼굴이 일치해야합니다." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "가시적인가 (너무 멀리 떨어져있거나 반사되지 않았나)" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "ID의 이름과 아래의 계좌의 이름과 일치해야 합니다." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "사진이 아래의 요청사항과 맞지 않습니까?" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "사진을 다시 찍으세요." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "당신의 edX 계좌 ({성을 포함한 이름})의 이름과 ID의 이름이 일치해야합니다. 이 이름은 증명서에도 사용될 것입니다." + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "모든 사항이 일치하셨습니다." + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "확인 {}| 등록" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" +"웹캠이 연결되지 않았습니다. 웹캠의 연결을 다시 한번 확인하시고 등록절차를 계속 진행하거나 인증없이 {a_start} 강좌의 무료 " +"회계감사 {a_end}를 선택하시길 바랍니다." + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "주문진행 에러" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" +"무엇인가 잘못되었습니다. 자세한 사항을 재확인하시고 지불을 위해 버튼을 클릭하시길 바랍니다. 문제가 계속 될시 추후 다시 시도바랍니다." + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "자신의 사진 촬영하기" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "내 카메라가 작동하지 않으면 어떡하나요?" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "단계 2로 가기: 아이디 사진 촬영하기" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "찍은 사진 확인" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "기부 등급을 확인하세요." + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "강좌의 기부에 대해 확인하세요. (최소.$" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "요청사항이 검토되었으면 4단계로 넘어가서 보안서버에 지불하시길 바랍니다." + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "{} 등록" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "진행 전 edX 계좌를 활성화시키시길 바랍니다." + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "새로운 계좌를 활성화 하기위해서 이메일을 확인하시길 바랍니다." + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "등록을 위해 필요사항" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "인증 학생 ID로 등록하기 위해서는 세 가지가 필요합니다." + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "계좌를 활성화하세요." + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "이메일을 확인하십시요." + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "등록전 edX계좌를 활성화하시길 바랍니다 - 지시사항 이메일 확인" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "신분증" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "사진 신분증 문서" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "운전면허증, 여권 또는 이름과 사진이 포함된 정부나 학교기관 발급의 ID" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "웹캠" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "웹캠 및 최신 브라우저" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" +"{ff_a_start}파이어폭스{a_end}, {chrome_a_start}크롬{a_end}, " +"{safari_a_start}사파리{a_end}, {ie_a_start}IE9+{a_end}" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "브라우저를 최신 버전으로 업데이트 하시길 바랍니다." + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "신용카드 혹은 직불카드" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "주요 신용카드 혹은 직불카드" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "비자, 마스터 카드, 아메리칸 익스프레스, 디스커버, 다이너스 클럽, 디스커버 로고가 있는 JCB" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "1단계 : 사진찍기" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "아이디 검증" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "이미 확인되셨습니다." + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "이미 신분이 확인되셨습니다. (사진과 ID를 이전에 제출완료됨) 보완 지불을 진행하고 등록을 완료하실 수 있습니다." + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "$ 을 지불해야합니다." + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/ko_KR/LC_MESSAGES/djangojs.mo b/conf/locale/ko_KR/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..6cb01111e5bb Binary files /dev/null and b/conf/locale/ko_KR/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ko_KR/LC_MESSAGES/djangojs.po b/conf/locale/ko_KR/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..f8c813440741 --- /dev/null +++ b/conf/locale/ko_KR/LC_MESSAGES/djangojs.po @@ -0,0 +1,743 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Korean (Korea) (http://www.transifex.com/projects/p/edx-platform/language/ko_KR/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# jdpark7 , 2013 +# jdpark7 , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# jdpark7 , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/edx-platform/language/ko_KR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko_KR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/lt_LT/LC_MESSAGES/django.mo b/conf/locale/lt_LT/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..c9d2ba127d1c Binary files /dev/null and b/conf/locale/lt_LT/LC_MESSAGES/django.mo differ diff --git a/conf/locale/lt_LT/LC_MESSAGES/django.po b/conf/locale/lt_LT/LC_MESSAGES/django.po new file mode 100644 index 000000000000..3307d75c7167 --- /dev/null +++ b/conf/locale/lt_LT/LC_MESSAGES/django.po @@ -0,0 +1,9948 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Lithuanian (Lithuania) (http://www.transifex.com/projects/p/edx-platform/language/lt_LT/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Edukometrija , 2014 +# Gediminas Trakas , 2014 +# zzygis , 2013 +# zzygis , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Edukometrija , 2014 +# Gediminas Trakas , 2014 +# zzygis , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Lithuanian (Lithuania) (http://www.transifex.com/projects/p/edx-platform/language/lt_LT/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Gediminas Trakas , 2013-2014 +# zzygis , 2013 +# zzygis , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Gediminas Trakas , 2013 +# zzygis , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Edukometrija , 2014 +# zzygis , 2013 +# zzygis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-02-01 21:40+0000\n" +"Last-Translator: Edukometrija \n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/edx-platform/language/lt_LT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: lt_LT\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "Registracija uždaryta" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "Nenurodytas kurso identifikatorius" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "Kurso identifikatorius neteisingas" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "Jūs nesate užsiregistravęs šiam kursui." + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "Registracija negalima" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" +"Įvyko klaida perduodant jūsų registravimosi informaciją. Prašome susisiekti " +"su mumis el. paštu. " + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Too many failed login attempts. Try again later." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Email or password is incorrect." +msgstr "Neteisingas el. pašto adresas arba slaptažodis." + +#: 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 "" +"Paskyra dar neaktyvuota. Pakartotinai išsiuntėme aktyvavimo žinutę. Prašome " +"patikrinti savo el. pašto dėžutę, kurioje rasite laišką su aktyvavimo " +"instrukcija. " + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "Paskyra su naudotojo vardu '{username}' jau egzistuoja." + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "Paskyra su '{email}' jau egzistuoja." + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "Klaida (401 {field}). Susisiekite su mumis el. paštu." + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "Registracijai privalote patvirtinti sąžiningumo deklaraciją." + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "Jūs turite sutikti su paslaugos teikimo sąlygomis." + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "Būtinas teisingas el. pašto adresas." + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" +"Naudotojo vardas turi būti sudarytas tik iš A-Ž ir 0-9 simbolių, ir negali " +"turėti tarpų." + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "Nepavyko išsiųsti aktyvavimo žinutės el. paštu." + +#: common/djangoapps/student/views.py +msgid "Unknown error. Please e-mail us to let us know how it happened." +msgstr "" +"Nežinoma klaida. Prašome susisiekti su mums el. paštu, aprašant klaidą " +"sukėlusią situaciją." + +#: common/djangoapps/student/views.py +msgid "No inactive user with this e-mail exists" +msgstr "Neakyvuotas naudotojas su šiuo el. pašto adresu neegzistuoja." + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "Nepavyko išsiųsti pakartotino aktyvavimo žinutės el. paštu." + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "Neteisingas slaptažodis" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "Būtinas teisingas el. pašto adresas" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "Paskyra su tokiu el. pašto adresu jau egzistuoja." + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "Senasis el. pašto adresas yra toks pat, kaip ir naujasis." + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "Būtinas vardas" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "Neteisingas identifikatorius" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "Navigacija" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "Apie šiuos dokumentus" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "Indeksas" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search" +msgstr "Paieška" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Copyright" +msgstr "Autorinės teisės" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "leidžiami failų tipai: '%(file_types)s'" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "maksimalus įkeliamo failo dydis yra %(file_size)sK" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" +"Nepavyko įkelti failo. Prašome susisiekite su administratoriumi. Ačiū." + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" +"Jūs gavote šį pranešimą, nes edx svetainėje paprašėte atnaujinti savo " +"slaptažodį." + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "Sekite pateikta nuorodą ir pasirinkite naują slaptažodį:" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "Dėkojame, kad naudojatės mūsų svetaine!" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "edX komanda" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "Paskutinį kartą keista:" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "Šis straipsnis paskutinį kartą keistas:" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "Pridėti naują straipsnį" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "Sukurti straipsnį" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "Atgal" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "Pašalinti straipsnį" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Delete" +msgstr "Pašalinti" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "Jūs negalite pašalinti šakninio straipsnio." + +#: 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 "" +"Jūs negalite pašalinti šio straipsnio, nes neturite leidimo šalinti " +"straipsnių, kurie turi susietus straipsnius. Pirmą bandykite pašalinti visus" +" susietus straipsnius." + +#: 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 "" +"Jūs šalinate straipsnį. Tai reiškia, kad visi susieti straipsniai bus " +"pašalinti taip pat. Jei pasirinksite išvalyti, susieti straipsniai taip pat " +"bus išvalyti." + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "Šie straipsniai bus pašalinti" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "... daugiau!" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "Jūs šalinate straipsnį. Patvirtinkite." + +#: lms/templates/wiki/edit.html +msgid "Edit" +msgstr "Redaguoti" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "Išsaugoti pakeitimus" + +#: lms/templates/wiki/edit.html +msgid "Preview" +msgstr "Peržiūra" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "Grįžti į redaktorių" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "Istorija" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "Tai pagrindinė eilutė." diff --git a/conf/locale/lt_LT/LC_MESSAGES/djangojs.mo b/conf/locale/lt_LT/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..a130816d9ba1 Binary files /dev/null and b/conf/locale/lt_LT/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/lt_LT/LC_MESSAGES/djangojs.po b/conf/locale/lt_LT/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..2e742b4827bc --- /dev/null +++ b/conf/locale/lt_LT/LC_MESSAGES/djangojs.po @@ -0,0 +1,777 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Lithuanian (Lithuania) (http://www.transifex.com/projects/p/edx-platform/language/lt_LT/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Edukometrija , 2014 +# Gediminas Trakas , 2013 +# zzygis , 2013 +# zzygis , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Edukometrija , 2014 +# Gediminas Trakas , 2013-2014 +# zzygis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/edx-platform/language/lt_LT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt_LT\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "Pauzė" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "Paleisti" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "Padidinti naršyklę" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "Išjungti pilno ekrano naršyklę" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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[2] "" + +#: 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[2] "" + +#: 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[2] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "Antraštė bus parodyta, kai" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "Įjungti subtitrus" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "Išjungti subtitrus" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "Galimi %s" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Galimų %s sąrašas. Pasirinkite, pažymėdami apačioje esančiame rėmelyje ir " +"spausdami rodyklę \"Pasirinkti\", esančią tarp abiejų rėmelių." + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Įrašykite šiame langelyje, norėdami filtruoti galimų %s sąrašą." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "Filtras" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "Pasirinkti visus" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "Spauskite, norėdami pasirinkti visus %s iš karto." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "Pasirinkti" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "Pašalinti" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "Pasirinktas %s" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Pasirinktų %s sąrašas. Pasirinktus įrašus galima pašalinti, pažymint " +"apačioje esančiame rėmelyje ir paspaudus \"Šalinti\" rodyklę, esančią tarp " +"abiejų rėmelių." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "Pašalinti viską" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "Spauskite, norėdami pašalinti iš karto visus pasirinktus %s." + +#: 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] "Pasirinkta %(sel)s iš %(cnt)s" +msgstr[1] "Pasirinkta %(sel)s iš %(cnt)s" +msgstr[2] "Pasirinkta %(sel)s iš %(cnt)s" + +#: 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 "" +"Redaguojamuose laukuose yra neišsaugotų pakeitimų. Jei dabar atliksite " +"veiksmą, visi neišsaugoti pakeitimai bus prarasti." + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Jūs pasirinkote veiksmą, tačiau neišsaugojote pakeitimų, atliktų atskiruose " +"laukuose. Išsaugojimui paspauskite OK ir pakartotinai pasirinkite veiksmą. " + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Jūs pasirinkote veiksmą, tačiau neatlikote jokių pakeitimų atskiruose " +"laukuose. Tikėtina, kad jums reikia naudoti \"Vykdyti\", o ne \"Saugoti\" " +"mygtuką." + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "Rodyti" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "Slėpti" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "Dabar" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "Laikrodis" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "Pasirinkti laiką" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "Vidurnaktis" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "6:00 ryto" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "Vidurdienis" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "Šiandien" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "Kalendorius" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "Vakar" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "Rytoj" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "Šalinama" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "Taip, šalinti" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/ml/LC_MESSAGES/django.mo b/conf/locale/ml/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..f217aa12aec4 Binary files /dev/null and b/conf/locale/ml/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ml/LC_MESSAGES/django.po b/conf/locale/ml/LC_MESSAGES/django.po new file mode 100644 index 000000000000..5f340aeb459c --- /dev/null +++ b/conf/locale/ml/LC_MESSAGES/django.po @@ -0,0 +1,9922 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Malayalam (http://www.transifex.com/projects/p/edx-platform/language/ml/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Malayalam (http://www.transifex.com/projects/p/edx-platform/language/ml/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-01-20 16:39+0000\n" +"Last-Translator: nedbat \n" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/edx-platform/language/ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/ml/LC_MESSAGES/djangojs.mo b/conf/locale/ml/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..6b681c6f15f0 Binary files /dev/null and b/conf/locale/ml/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ml/LC_MESSAGES/djangojs.po b/conf/locale/ml/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..926150e8f41e --- /dev/null +++ b/conf/locale/ml/LC_MESSAGES/djangojs.po @@ -0,0 +1,751 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Malayalam (http://www.transifex.com/projects/p/edx-platform/language/ml/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# niyasc , 2014 +# niyasc , 2014 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/edx-platform/language/ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/nb/LC_MESSAGES/django.mo b/conf/locale/nb/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..0b20add1711c Binary files /dev/null and b/conf/locale/nb/LC_MESSAGES/django.mo differ diff --git a/conf/locale/nb/LC_MESSAGES/django.po b/conf/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 000000000000..e0d39c28ff21 --- /dev/null +++ b/conf/locale/nb/LC_MESSAGES/django.po @@ -0,0 +1,9938 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Norwegian Bokmål (http://www.transifex.com/projects/p/edx-platform/language/nb/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Frode , 2014 +# Frode , 2014 +# zrrrzzt , 2013 +# Paalmessenlien , 2014 +# Paalmessenlien , 2014 +# zrrrzzt , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Frode , 2014 +# Paalmessenlien , 2014 +# zrrrzzt , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Norwegian Bokmål (http://www.transifex.com/projects/p/edx-platform/language/nb/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Frode , 2014 +# Frode , 2014 +# Paalmessenlien , 2014 +# Paalmessenlien , 2014 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Paalmessenlien , 2014 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# zrrrzzt , 2013 +# zrrrzzt , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: zrrrzzt \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/edx-platform/language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/nb/LC_MESSAGES/djangojs.mo b/conf/locale/nb/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..60ea84ca21a4 Binary files /dev/null and b/conf/locale/nb/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/nb/LC_MESSAGES/djangojs.po b/conf/locale/nb/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..1711280dc0dc --- /dev/null +++ b/conf/locale/nb/LC_MESSAGES/djangojs.po @@ -0,0 +1,751 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Norwegian Bokmål (http://www.transifex.com/projects/p/edx-platform/language/nb/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Frode , 2014 +# Frode , 2014 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/edx-platform/language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/nl_NL/LC_MESSAGES/django.mo b/conf/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..d215db69ec02 Binary files /dev/null and b/conf/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/conf/locale/nl_NL/LC_MESSAGES/django.po b/conf/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 000000000000..7edb2d0d55a5 --- /dev/null +++ b/conf/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,9926 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Dutch (Netherlands) (http://www.transifex.com/projects/p/edx-platform/language/nl_NL/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# antonvh , 2013 +# antonvh , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# bartj , 2014 +# bartj , 2014 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Dutch (Netherlands) (http://www.transifex.com/projects/p/edx-platform/language/nl_NL/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-11-19 16:28+0000\n" +"Last-Translator: cdodge \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/edx-platform/language/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/nl_NL/LC_MESSAGES/djangojs.mo b/conf/locale/nl_NL/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..a76d0a18b3e8 Binary files /dev/null and b/conf/locale/nl_NL/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/nl_NL/LC_MESSAGES/djangojs.po b/conf/locale/nl_NL/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..1ace511fd303 --- /dev/null +++ b/conf/locale/nl_NL/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Dutch (Netherlands) (http://www.transifex.com/projects/p/edx-platform/language/nl_NL/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/edx-platform/language/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/pl/LC_MESSAGES/django.mo b/conf/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..10c901ff2a9f Binary files /dev/null and b/conf/locale/pl/LC_MESSAGES/django.mo differ diff --git a/conf/locale/pl/LC_MESSAGES/django.po b/conf/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 000000000000..9ec8ad72591f --- /dev/null +++ b/conf/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,9936 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Polish (http://www.transifex.com/projects/p/edx-platform/language/pl/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# kmti , 2014 +# kmti , 2014 +# kmti , 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: +# kmti , 2014 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Polish (http://www.transifex.com/projects/p/edx-platform/language/pl/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# kmti , 2014 +# kmti , 2014 +# kmti , 2014 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# kmti , 2014 +# kmti , 2014 +# kmti , 2014 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# kmti , 2014 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-02-02 18:40+0000\n" +"Last-Translator: kmti \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/edx-platform/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/pl/LC_MESSAGES/djangojs.mo b/conf/locale/pl/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..a10745bc9a96 Binary files /dev/null and b/conf/locale/pl/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/pl/LC_MESSAGES/djangojs.po b/conf/locale/pl/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..528fb146599f --- /dev/null +++ b/conf/locale/pl/LC_MESSAGES/djangojs.po @@ -0,0 +1,764 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Polish (http://www.transifex.com/projects/p/edx-platform/language/pl/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# kmti , 2014 +# kmti , 2014 +# kmti , 2014 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# kmti , 2014 +# kmti , 2014 +# kmti , 2014 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/edx-platform/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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[2] "" + +#: 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[2] "" + +#: 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[2] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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[2] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/pt_BR/LC_MESSAGES/django.mo b/conf/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..48015f8a3f10 Binary files /dev/null and b/conf/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/conf/locale/pt_BR/LC_MESSAGES/django.po b/conf/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 000000000000..8d9d7b84912e --- /dev/null +++ b/conf/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,11101 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Portuguese (Brazil) (http://www.transifex.com/projects/p/edx-platform/language/pt_BR/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# brk0_0, 2013 +# Filipe Oliveira , 2013 +# LucasPPires , 2014 +# LucasPPires , 2014 +# niels006 , 2014 +# niels006 , 2014 +# brk0_0, 2013 +# RenataBarboza, 2013 +# RenataBarboza, 2013-2014 +# rpietrobon , 2013-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: +# brk0_0, 2013 +# Filipe Oliveira , 2013 +# LucasPPires , 2014 +# niels006 , 2014 +# niels006 , 2014 +# RenataBarboza, 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Portuguese (Brazil) (http://www.transifex.com/projects/p/edx-platform/language/pt_BR/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# alex_unipampa , 2013 +# alex_unipampa , 2013 +# brk0_0, 2013 +# brunojm , 2013 +# brunojm , 2013 +# Filipe Oliveira , 2013 +# LucasPPires , 2014 +# LucasPPires , 2014 +# niels006 , 2014 +# niels006 , 2014 +# brk0_0, 2013 +# RenataBarboza, 2013-2014 +# rpietrobon , 2013-2014 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# alex_unipampa , 2013 +# brk0_0, 2013 +# brunojm , 2013 +# Filipe Oliveira , 2013 +# LucasPPires , 2014 +# LucasPPires , 2014 +# niels006 , 2014 +# niels006 , 2014 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# andreibosco , 2013 +# andreibosco , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: rpietrobon \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/edx-platform/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "Informações sobre o Curso" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "Discussão" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "Wiki" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "Progresso" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "Certificado do Código de Honra" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "Matrículas encerradas" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "Modo de matrícula não disponível" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "Valor selecionado inválido." + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "Nenhum preço selecionado ou o preço selecionado é muito baixo." + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "Administrador" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "Moderador" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "Assistente de Ensino da Comunidade" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "Aluno" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" +"Sua conta foi desativada. Se você acredita que isso seja um erro, por favor," +" entre em contato conosco através do {link_start}{support_email}{link_end}: " + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "Conta desativada" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "ID do curso não especificada" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "ID do curso inválida" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "Você não está matriculado neste curso" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "Ação de matrícula inválida" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" +"Ocorreu um erro ao receber suas informações de login. Por favor, envie-nos " +"um e-mail." + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Too many failed login attempts. Try again later." +msgstr "Muitas tentativas de login sem sucesso. Tente novamente mais tarde." + +#: common/djangoapps/student/views.py lms/templates/provider_login.html +#, fuzzy +msgid "Email or password is incorrect." +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"Endereço de e-mail ou senha incorreto.\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"E-mail ou senha está incorreto." + +#: 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 "" +"Esta conta não foi ativada. Enviamos uma outra mensagem de ativação. Por " +"favor, verifique seu e-mail para as instruções sobre a ativação. " + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "Por favor, adicione um nome de usuário" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "Por favor, escolha uma opção" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "Usuário com nome de usuário {} não existe" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "A conta de {} foi desativada com sucesso" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "A conta de {} foi reativada com sucesso" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "Status da conta não esperado" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "Já existe uma conta com o nome de usuário público '{username}'." + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "Já existe uma conta com o e-mail '{email}'." + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "Erro (401 {field}). Envie-nos um e-mail." + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "Para matricular-se, você precisa seguir o código de honra." + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "Você deve aceitar os termos de serviço." + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "É necessário um endereço de e-mail válido." + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" +"O nome de usuário deve conter apenas letras A-Z e números 0-9, sem espaços." + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "Não foi possível enviar o e-mail de ativação." + +#: common/djangoapps/student/views.py +msgid "Unknown error. Please e-mail us to let us know how it happened." +msgstr "" +"Erro desconhecido. Por favor, envie-nos um e-mail relatando como o erro " +"aconteceu." + +#: common/djangoapps/student/views.py +msgid "No inactive user with this e-mail exists" +msgstr "Não existe nenhum usuário inativo com este endereço de e-mail" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "Não foi possível enviar o e-mail de reativação" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "Senha inválida" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "É necessário um endereço de e-mail válido. " + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "Já existe uma conta com este endereço de e-mail." + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "O e-mail antigo é igual ao novo e-mail." + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "Nome (obrigatório)" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "ID inválida" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" +"Não foi possível corrigir novamente os problemas com os possíveis envios de " +"arquivos" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" +"O seu arquivo(s) foi enviado. Assim que a sua submissão seja corrigida esta " +"mensagem será substituída pelo feedback do aluno." + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" +"Sua resposta foi submetida. Assim que a sua submissão seja corrigida, esta " +"mensagem será substituída pelo feedback do aluno." + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" +"Enviado. Assim que uma resposta seja retornada esta mensagem será " +"substituída pelo feedback." + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "Ocorreu um erro {err} ao avaliar a função de sugestão {hintfn}." + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "(A linha de código fonte não está disponível)" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "Veja a linha de origem em XML {sourcenum}." + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "Houve um problema com a resposta da equipe para este problema." + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "Não foi possível interpretar '{student_answer}' como um número." + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" +"Você não pode usar variáveis ​​({bad_variables}) em problemas numéricos." + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" +"a função fatorial foi avaliada fora do seu domínio: '{student_answer}'" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "Sintaxe matemática inválida: '{student_answer}'" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" +"Resposta personalizada: a função de checagem retornou um dicionário " +"inválido!" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" +"Não foi possível entregar a sua submissão ao corretor (Razão: {error_msg}). " +"Por favor tente novamente mais tarde." + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" +"A resposta do corretor foi inválida. Por favor, entre em contato com a " +"equipe do curso." + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "Entrada inválida: {bad_input} não é permitido em uma resposta." + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" +"funções fatoriais não são permitidas em respostas a este problema. A " +"resposta dada foi: {bad_input}" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" +"Entrada inválida: Não foi possível analisar '{bad_input}' como uma fórmula." + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" +"Entrada inválida: Não foi possível analisar '{bad_input}' como uma fórmula" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" +"Ocorreu um erro na avaliação da resposta esquemática. O erro foi: " +"{error_msg}" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "A resposta da equipe não pode ser interpretada como um número." + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "Não foi possível interpretar '{given_answer}' como um número." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "Verificação" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "Verificação final" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "Aviso: O problema foi redefinido para o seu estado inicial!" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" +"O status do problema foi corrompido por uma submissão inválida. A submissão " +"consistiu de:" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" +"Se o erro persistir, por favor, entre em contato com a equipe do curso." + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "O problema está fechado." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" +"O problema deve ser redefinido antes que ele possa ser verificado novamente." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "Você deve aguardar pelo menos {wait} segundos entre as submissões." + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "Erro: {msg}" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "A definição do problema não suporta uma nova correção." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" +"O problema deve ser respondido antes que ele possa ser corrigido novamente." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "O problema deve ser redefinido antes de salvar." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "Suas respostas foram salvas." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" +"Suas respostas foram salvas mas não corrigidas. Clique em \"verificar\" para" +" corrigi-las." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "Atualize a página e faça uma tentativa antes de redefini-la." + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" +"Desculpe, ocorreu um erro durante o processamento do seu pedido. Por favor, " +"recarregue a página e tente novamente." + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" +"O estado deste problema mudou desde que você carregou esta página. Por " +"favor, atualize sua página." + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "Geral" + +#: common/lib/xmodule/xmodule/video_module.py +msgid "A YouTube URL or a link to a file hosted anywhere on the web." +msgstr "" +"Uma URL do YouTube ou um link para um arquivo hospedado em qualquer lugar na" +" web." + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Navigation" +msgstr "Navegação" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "Sobre estes documentos" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "Índice" + +#: 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 +#, fuzzy +msgid "Search" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"Buscar\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"Busca" + +#: 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 "Copyright" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +#, fuzzy +msgid "ERROR: No playable video sources found!" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"ERRO: Não foram encontrados os arquivos de vídeo!\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"ERRO: Não foram encontradas fontes de vídeos reproduzíveis!" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" +"O caminho {0} não existe, por favor crie o mesmo, ou configure um caminho " +"diferente com GIT_REPO_DIR" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" +"A url do git provida não está funcionando. A expectativa era a url pareceria" +" com: git@github.com:mitocw/edx4edx_lite.git" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "não foi possível obter o log do git" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "houve um problema na clonagem do git ou ao baixar o arquivo " + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "Não foi possível rodar o comando para a importação" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "A loja do módulo subjacente não dá suporte à importação." + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "A autenticação de {0} falhou, erro {1}\n" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "Falha na autenticação de {0}\n" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "senha corrigida" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "Tudo OK!" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "Você deve inserir um nome de usuário" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "Você deve inserir o nome completo" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "o e-mail deve terminar com" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "Falha - o e-mail {0} já existe como uma identificação externa " + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "A senha deve ser fornecida se você não estiver usando certificados" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "o endereço de e-mail é obrigatório (não o nome de usuário)" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "Não foi possível criar o usuário {0}, erro de integridade" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "Usuário {0} criado com sucesso!" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "Não foi possível encontrar um usuário com o endereço de e-mail {0}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "Não foi possível encontrar um usuário com o nome {0} - {1}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "Usuário excluído {0}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "Estatística" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "Valor" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "Estatística do site" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "Número total de usuários" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "Cursos carregado na seção de módulos" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "nome de usuário" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "e-mail" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "Consertar resultados" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "Criar resultados para usuários" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "Excluir resultados para usuários" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" +"A localização do repositório git deve terminar com '.git ' e ser uma URL " +"válida" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "Curso adicionado" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" +"O sistema recusou a importação. GIT_IMPORT_WITH_XMLMODULESTORE não está " +"ligado, e geralmente não é seguro importar para dentro de um XMLModuleStore" +" com vários segmentos. Ao invés disso, a nossa recomendação é que você " +"habilite a loja do módulo do MongoDB, a menos que este seja um ambiente de " +"desenvolvimento." + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" +"O curso {0} já existe no diretório de dados! (recarregando mesmo assim)" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" +"Não foi possível clonar ou baixar o repositório. Por favor verifique a sua " +"url." + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "Houve uma falha ao clonar o repositório {0}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "Curso carregado {0} {1}
Erros:" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "Nome do curso" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "Diretório/Identificação" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "Commit do git" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "Última Mudança" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "Último Editor" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "Informação sobre todos os cursos" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" +"Erro - não foi possível carregar o curso com identificador " +"{0}
{1}
" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "Deletado" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "identificador de curso" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "# matriculado" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "# equipe" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "instrutores" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "Informação sobre matrícula para todos os cursos" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "papel" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "nome completo" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "Importar o repositório git especificado na loja do módulo e diretório" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "Não foi possível encontrar o usuário com este e-mail" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "Não foi possível encontrar o usuário com esse nome" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "Houve um erro na autenticação" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "Não foi possível clonar ou baixar o repositório" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" +"Houve um erro - nao foi possível encontrar o curso com esse identificador" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "Reabrir segmento" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "Fechar segmento" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "Nível do comentário é muito profundo" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "os arquivos permitidos são '%(file_types)s'" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "o tamanho máximo para subir um arquivo é de %(file_size)sK" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" +"Ocorreu um erro ao subir o arquivo. Por favor, entre em contato com o " +"administrador do web site. Obrigado. " + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "Bom" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "Todos os Grupos" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "O usuário não existe." + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "A tarefa já está ativa." + +#: lms/djangoapps/instructor/views/api.py +msgid "Complete" +msgstr "Completado" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "Não completado" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" +"O seu relatório de notas está sendo gerado! Você pode acompanhar o status da" +" geração da tarefa na seção 'Tarefas Pendentes do Instrutor'. " + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" +"Uma tarefa para criação de um relatório de notas já está em andamento. " +"Verifique a tabela de \"Tarefas Pendentes para o Instrutor\" para o status " +"da tarefa. Quando concluído, o boletim estará disponível para ser baixado na" +" tabela abaixo." + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" +"A mudança da data de entrega para o aluno {0} de {1} para {2} foi feita com " +"sucesso" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" +"A redefinição da data de entrega para o aluno {0} de {1} para {2} foi " +"executada com sucesso" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "Assinatura" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "Administração de Alunos" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Extensions" +msgstr "Extensões" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Data Download" +msgstr "Baixar Dados" + +#: 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 "E-mail" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "Estatísticas" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "Houve um problema analisando a data:" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "Não foi possível encontrar o módulo para a url: {0}" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "Nome do usuário" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +#, fuzzy +msgid "Full Name" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"Nome Completo\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"Nome completo" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "Data de Entrega Prolongada" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "Usuários com prorrogação para data de entrega para {0}" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "Unidade" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "Prorrogação da data de entrega para {0} {1} ({2})" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "A tarefa foi corrigida novamente" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "redefinir" + +#. 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 +msgid "deleted" +msgstr "excluído" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "E-mail enviado" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "corrigido" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "Não há informações disponíveis sobre o status" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" +"Não foram encontradas informações de a saída da tarefa para a tarefa do " +"instrutor {0}" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" +"Não houve nenhuma informação de tarefas de saída encontrada para a tarefa do" +" instrutor {0}: {1}" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" +"Não há informações disponíveis sobre status que possam ser processadas" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "Nenhuma mensagem foi fornecida" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" +"As informações para saída de tarefas não são inválidas para a tarefa do " +"instrutor {0}: {1}" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "Não há informações disponíveis sobre o status do progresso " + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" +"Não houve nenhuma entrada para tarefas encontradas para a tarefa do " +"instrutor {0}: {1}" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "Progresso: {action} {succeeded} de {attempted} até então" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" +"Não foi possível encontrar uma submissão a ser {action} para o estudante " +"'{student}'" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "Houve um problema sendo {action} para o aluno '{student}'" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "O problema foi {action} com sucesso para o aluno '{student}'" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "Não foi possível encontrar um aluno com submissões para ser {action}" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" +"Houve um problema para {action} em relação a qualquer um dos estudantes " +"{attempted}" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" +"O problema foi {action} com sucesso para em relação aos estudantes " +"{attempted}" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "Problema {action} para {succeeded} de estudantes {attempted}" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "Não foi possível encontrar nenhum recipiente para ser {action}" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" +"Houve uma falha da mensagem para ser {action} para qualquer um dos " +"recipientes onde foi {attempted} " + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "A mensagem foi {action} com sucesso para recipientes {attempted}" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" +"{action} em referência à mensagem para {succeeded} de destinatários " +"{attempted}" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "Status: {action} {succeeded} de {attempted}" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "(pulando {skipped})" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "(de um total de {total})" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" +"\n" +"Caro %(student_name)s,\n" +" " + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" +"Parabéns por conseguir o seu certificado em %(course_name)s!\n" +"Como você já tem uma conta no LinkedIn, você pode exibir o seu merecido \n" +"certificado para que os seus amigos vejam. Clique no botão abaixo para adicionar o \n" +"certificado ao seu perfil." + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "Adicionar ao perfil" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" +"Não foi possível contatar o servidor externo de correção. Por favor, entre " +"em contato com a equipe de desenvolvimento através de {email}." + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "Avaliação por Inteligência Artificial" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "Avaliação por pares" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "Ainda não disponível" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "Verificador automático" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "Avaliação por Instrutor" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" +"Ocorreu um erro ao entrar em contato com o serviço de avaliação. Por favor, " +"avise a equipe do curso." + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" +"Ocorreu um erro ao entrar em contato com o serviço de avaliação. Por favor, " +"avise a sua pessoa de contato com o edX." + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "para o curso {0} e estudante {1}" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" +"Visualizar todas as questões que necessitam de avaliação por pares neste " +"curso em particular." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" +"Visualizar submissões sem correção realizadas por estudantes para as " +"questões abertas neste curso." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" +"Visualizar as questões abertas que você submeteu para correção " +"anteriormente." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" +"Visualizar as submissões que foram marcadas como inapropriadas pelos " +"estudantes." + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "Novas submissões para corrigir" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "Novas notas foram retornadas" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "Submissões foram marcadas para revisão" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" +"\n" +"⏎\n" +"Ocorreu um erro ao inicializar a correção entre colegas.⏎\n" +"Não foi criado um módulo de correção entre colegas no material didático do curso que lhe permita fazer a correção.⏎\n" +"Por favor, volte no futuro para mais detalhes.⏎" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "Confirmação do Pagamento do Pedido" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "Tentando adicionar uma moeda diferente ao carrinho" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" +"Por favor, visite o seu painel de controle " +"para ver suas novas matrículas." + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "[Refund] restituição solicitada pelo usuário" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "Modo {mode} não existe para {course_id}" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "Certificado de Conclusão, {mode_name} para o curso {course}" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" +"Lembre-se: você tem até 2 semanas neste curso para cancelar sua matrícula da" +" opção Certificado Verificado e receber reembolso integral. Para receber seu" +" reembolso, entre em contato com {billing_email}. Por favor, inclua o número" +" de seu pedido em seu e-mail. Por favor NÃO inclua informações sobre o seu " +"cartão de crédito." + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "Número do Pedido" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "Nome do Cliente" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "Data da Transação Original" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "Data de Reembolso" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "Quantia Reembolsada" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "Taxas de Serviço (se houver)" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "Tempo de Compra" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "Identificação do Pedido" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#, fuzzy +msgid "Status" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"Status\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"Situação" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "Quantidade" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "Custo da Unidade" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "Custo Total" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Currency" +msgstr "Moeda" + +#: 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 +msgid "Description" +msgstr "Descrição" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "Comentários" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "Universidade" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "Curso" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "Data do Anúncio do Curso" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +#, fuzzy +msgid "Course Start Date" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"Início do Curso\n" +"#-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-#\n" +"Data de início do curso" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "Data Quando Matrículas Serão Encerradas" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "Período de Matrícula para o Curso" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "Total de Matrículas" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "Matrícula para aluno ouvinte" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "Matrícula com código de honra" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "Matrícula verificada" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "Receita Bruta" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "Receita Bruta além do Mínimo" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "Número de Estudantes Verificados Contribuindo Mais do que o Mínimo" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "Número de reembolsos" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "Reembolso em dólares" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "Número de transações" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "Total de pagamentos recebidos" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "Número de reembolsos bem-sucedidos" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "Volume total de reembolsos" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "Você deve fazer o login para adicionar ao carrinho de compras" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "O curso que você solicitou não existe." + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "O curso {0} já está no seu carrinho." + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "Você já está inscrito no curso {0}." + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "Curso adicionado ao carrinho." + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "Você não tem permissão para visualizar esta página. " + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "O processador de pagamentos não retornou o parâmetro exigido: {0}" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" +"O processador de pagamento retornou um valor mal-digitado {0} para o " +"parâmetro {1}." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" +"O processador de pagamento aceitou uma compra cujo número não está no nossos" +" sistemas." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" +"O valor cobrado pelo processador {0} {1} é diferente do custo total do " +"pedido {2} {3}." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" +"\n" +"

\n" +"Desculpe, mas o nosso processador de pagamentos não aceitou o seu pagamento.\n" +"A decisão fornecida foi {decision},\n" +"e a razão era {reason_code}:{reason_msg}.\n" +"Você não foi cobrado. Por favor, tente uma forma diferente de pagamento.\n" +"Para perguntas sobre o pagamento, entre em contato conosco através do endereço {email}.\n" +"

" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" +"\n" +"

\n" +"Desculpe, mas devido a um erro a sua compra foi cobrada com um valor diferente do total da encomenda\n" +"A mensagem de erro específica é: {msg} .\n" +"Seu cartão de crédito provavelmente foi cobrado nesse valor. Por favor no contate com perguntas específicas sobre o pagamento usando {email}.\n" +"

" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "Transação bem sucedida." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "Um ou mais campos não foram preenchidos na solicitação." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "Um ou mais campos na solicitação possuem dados inválidos." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" +"\n" +"O código de referência do vendedor enviado com esta solicitação de autorização corresponde ao \n" +"código de referência do vendedor de outro pedido de autorização que você enviou nos últimos 15 minutos. \n" +"Uma possível correção é repetir o pagamento após 15 minutos." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" +"Erro: Falha no sistema geral. Correção possível: tente fazer o pagamento " +"novamente em alguns minutos." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" +"\n" +"Erro: O pedido foi recebido, mas o tempo limite do servidor foi excedido.\n" +"Este erro não inclui os tempos de espera entre o cliente e o servidor. \n" +"Uma possível correção é repetir o pagamento após algum tempo." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" +"\n" +"Houve um erro: O pedido foi recebido, mas o serviço não foi concluído a tempo \n" +"Uma possível correção é repetir o pagamento após algum tempo." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" +"O banco emitente tem dúvidas sobre a solicitação. Correção possível: tente " +"usar uma outra forma de pagamento" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" +"\n" +"Este cartão está expirado. Essa mensagem também é possível se ​​a data de validade que você\n" +"forneceu não corresponde à data em que o banco tem nos seus arquivos. \n" +"Uma possível correção é repetir o processo com outra forma de pagamento" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" +"\n" +"O cartão foi negado. Nenhuma outra informação foi fornecida pelo banco emissor.\n" +"Uma possível correção é repetir com outra forma de pagamento" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" +"Fundos insuficientes na conta. Correção possível: tente usar uma outra forma" +" de pagamento" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "Razão desconhecida" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" +"Banco emitente indisponível. Correção possível: tente novamente em alguns " +"minutos" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" +"\n" +"Este cartão está inativo ou não foi autorizado para transações que não sejam em pessoa. \n" +"Uma possível correção é repetir com outra forma de pagamento" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" +"O cartão atingiu o limite de crédito. Correção possível: tente usar uma " +"outra forma de pagamento" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" +"Número de verificação do cartão inválido. Correção possível: tente usar uma " +"outra forma de pagamento" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" +"Número da conta inválido. Correção possível: tente usar uma outra forma de " +"pagamento" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" +"\n" +"O tipo de cartão não é aceito pelo processador de pagamento. \n" +"Uma possível correção é repetir com outra forma de pagamento " + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" +"Recusa generalizada do processador. Correção possível: tente usar uma outra " +"forma de pagamento" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" +"\n" +"Houve um problema com a nossa configuração do CyberSource. Por favor, nos avise usando {0} " + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "O valor solicitado excede o valor originalmente autorizado." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" +"Falha no processamento. Correção possível: tente fazer o pagamento novamente" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "A autorização já foi obtida" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" +"O valor solicitado da transação deve ser igual ao valor da transação " +"anterior." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" +"\n" +"O tipo de cartão é inválido ou não se associa ao número do cartão de crédito que foi provido.\n" +"Uma possível correção é repetir com o mesmo cartão ou outra forma de pagamento " + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "A ID da solicitação é inválida." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" +"\n" +"Você solicitou uma captura através da API, mas não há registro de autorização correspondente que não tenha sido utilizada. " + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "A transação já foi confirmada ou revertida." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" +"\n" +"O crédito não é anulável, pois as informações de crédito já foram\n" +"submetidas ao seu processador. Uma outra possibilidade é que você pediu a anulação para um tipo de operação que não pode ser anulada." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "Você solicitou crédito para uma captação que foi previamente anulada" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" +"\n" +"Erro: O pedido foi recebido, mas ele excedeu o tempo limite estabelecido pelo processador de pagamento.\n" +"Uma possível correção é repetir o pagamento " + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" +"\n" +"O pedido de autorização foi aprovado pelo banco emissor, mas recusado pelo CyberSource.\n" +"Uma possível correção é repetir com uma forma diferente de pagamento." + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "Baixar Relatórios em CSV" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +#, fuzzy +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"Ocorreu um erro ao inserir a data. Ela deve ser formatada como AAAA-MM-DD\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"Houve um erro na sua entrada de data. Ela deve ser formatada como AAAA-MM-DD" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "Nenhum documento de identificação com foto foi fornecido." + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" +"Não foi possível ler o seu nome a partir da imagem do seu documento de " +"identificação com foto." + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" +"Não há correspondência entre o nome associado à sua conta e o nome em seu " +"documento de identificação." + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "A imagem da sua face não estava nítida." + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" +"A sua face não estava visível na fotografia que você tirou de si mesmo" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "Ocorreu um erro ao verificar as suas fotos de identificação." + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "O preço selecionado não é um número válido." + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "Este curso não suporta certificados verificados" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" +"Nenhum preço selecionado ou o preço selecionado é menor que o valor mínimo." + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "Pular para o conteúdo da visualização" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "A redefinição da sua senha está completa" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" +"\n" +"Sua senha foi criada. Você já pode %(link_start)sfazer o login%(link_end)s." + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"Redefinir sua senha de %(platform_name)s" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"Redefinir sua senha de %(platform_name)s" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "Formulário para Redefinição de Senha" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" +"\n" +"Desculpe-nos, a matrícula para %(platform_name)s não está disponível na sua região" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "Os seguintes erros ocorreram ao processar sua inscrição:" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "Você deve completar todos os campos." + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "Os dois campos de senha não contêm a mesma informação." + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" +"Desculpe, nossos sistemas parecem estar tendo problemas ao processar a " +"redefinição de sua senha" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +"Já fomos informados sobre o problema. Por favor, tente novamente em breve. Por favor, %(start_link)sentre em contato%(end_link)s conosco sobre qualquer questão que você tenha." + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" +"Por favor, insira sua nova senha duas vezes para que possamos verificar que " +"você as digitou corretamente.
Os campos obrigatórios são marcados por" +" texto em negrito e um asterisco (*)." + +#: 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 "Informação Necessária" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "Sua nova senha" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "Sua nova senha novamente" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "Alterar minha senha" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "A redefinição de sua senha não foi bem sucedida" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +"O link para redefinição de senha é inválido, possivelmente porque o link já foi usado. Por favor, retorne para a %(start_link)spágina de login%(end_link)s e recomece o processo de redefinição de senha." + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "Ajuda para Redefinição de Senha" + +#: 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 "Precisa de ajuda?" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" +"\n" +"Visite nossa %(start_link)sseção de ajuda para informações de contato e respostas a perguntas frequentes%(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 "" +"Você está recebendo este e-mail porque você solicitou a redefinição da senha" +" de sua conta de usuário no edx.org." + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor, visite para a próxima página e escolha uma nova senha:" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "Obrigado por usar nosso site!" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "A Equipe do edX" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "Última modificação:" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "Ver todos os descendentes" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "Este artigo foi modificado pela última vez em:" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "Adicionar um novo artigo" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "Criar um artigo" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "Voltar" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "Excluir artigo" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#, fuzzy +msgid "Delete" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"Excluir\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"Deletar" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "Você não pode excluir um artigo raiz." + +#: 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 "" +"Você não pode excluir este artigo porque você não tem permissão para deletar" +" artigos com descendentes. Tente remover os descendentes manualmente um a " +"um. " + +#: 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 "" +"Você está excluindo um artigo. Isso significa que os descendentes também " +"serão excluídos. Se você decidir remover o artigo, os descendentes também " +"serão removidos. " + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "Artigos que serão excluídos" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "...e mais!" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "Você está excluindo um artigo. Por favor, confirme a operação." + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "Editar" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "Salvar alterações" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "Pré-visualizar" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "Fechar Modal" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "Pré-visualização do Wiki" + +#: 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 +msgid "modal open" +msgstr "modal aberto" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "Voltar para o editor" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "Histórico" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" +"Clique em cada revisão para ver uma lista das linhas editadas. Clique no " +"botão Pré-visualizar para ver a aparência do artigo neste momento. No final " +"da página, você pode alterá-la para uma versão específica ou mesclar um " +"revisão antiga com a atual. " + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "Não há uma mensagem de log" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "Pré-visualizar esta revisão" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "Log automático: " + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "Alterar" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "Mesclar seleção com atual..." + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "Trocar por versão selecionada" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "Pré-visualização da Revisão do Wiki " + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "Voltar para visualização de histórico" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "Trocar para essa versão" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "Mesclar revisão" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "Mesclar com atual" + +#: 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 "" +"Quando você mescla uma revisão com a atual, todos os dados das duas versões " +"serão retidos e mesclados a partir da localização aproximada de cada " +"revisão. " + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "Depois disso, é importante fazer uma revisão manual. " + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "Criar uma nova versão unificada" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "Pré-visualizando a revisão" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "Pré-visualizando unificação entre" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "e" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "Esta revisão foi excluída." + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "A restauração dessa versão vai fazer com que o artigo seja excluído." + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" +"\n" +"Você precisa fazer o login ou registrar-se para utilizar esta função." + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "Você precisa entrar ou registrar-se para usar esta função." + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "Lista de dicas para o Wiki" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "Ajuda de Sintáxe do 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 "" +"Esta wiki utiliza Markdown para estilo. Há vários guias " +"úteis online. Visite alguns dos links abaixo para mais detalhes:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "Markdown: Noções Básicas" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "Guia Rápido de Sintaxe de Markdown " + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "Mini-guia de Markdown" + +#: 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 "" +"Para criar um novo artigo de wiki, crie um link para ele. Clique no link " +"para ir à página de criação." + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "[Article Name](wiki:ArticleName)" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "Adições ao edX:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "Exemplos úteis:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "Cabeçalho enorme" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "Cabeçalho menor" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "*ênfase* ou _ênfase_" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "**negrito** ou __negrito__" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "Lista desordenada" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "Subitem 1" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "Subitem 2" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "Ordenada" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "Lista" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "Citações" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" +"\n" +"A sintaxe em Markdown é permitida. Veja %(start_link)s as listas de dicas%(end_link)s para obter ajuda." + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "Anexos" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "Subir um novo arquivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "Buscar e adicionar arquivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "Subir Arquivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "Subir um arquivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "Buscar arquivos e artigos" + +#: 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 "" +"Você pode reutilizar arquivos de outros artigos. Estes arquivos estão " +"sujeitos a atualizações de outros artigos, o que pode ou não ser uma boa " +"coisa." + +#: 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 "" +"Os seguintes arquivos estão disponíveis para este artigo. Copie a tag de " +"Markdown para referir-se diretamente a um arquivo de texto do artigo." + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "Tag de Markdown" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "Subido por" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "Tamanho" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "Histórico do arquivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "Separar" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "Substituir" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "Restaurar" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "Anônimo (IP registrado)" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "Histórico do arquivo" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "revisões" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "Não há anexos para este artigo." + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "Painel Aberto" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +#, fuzzy +msgid "My Notes" +msgstr "" +"#-#-#-#-# django-studio.po (edx-platform) #-#-#-#-#\n" +"Minhas Anotações\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"Minhas anotações" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "Subida de arquivo concluída" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" +"Não foi possível criar o curso '{name}'.\n" +"{err}" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" +"Já existe um curso definido com a mesma organização, número e duração. Por " +"favor, altere a organização ou número do curso para torná-lo único." + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" +"Por favor altere o nome da organização ou o número do curso para que ele se " +"torne único." + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" +"Já existe um curso com a mesma organização e o mesmo número. Por favor " +"altere pelo menos um campo para torná-lo único. " + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "Apenas arquivos .tar.gz podem ser subidos" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "O arquivo subido foi corrompido. Por favor tente novamente " + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "Não foi possível encontrar o arquivo course.xml no pacote." + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "Duplicata de {0}" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "Duplicata de '{0}'" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "Material Didático" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "Permissões insuficientes" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "Não foi possível encontrar o usuário pelo e-mail '{email}'." + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "O usuário {email} registrou-se, mas ainda não ativou a sua conta." + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "o campo \"função\" é obrigatório " + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "Apenas instrutores podem criar outros instrutores" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "Você não pode remover o último instrutor de um curso" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "não solicitado" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "pendente" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "concedido" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "negado" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "usurário do Studio" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "A data da última atualização do estado" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "Estado atual do criador do curso" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" +"Notas opcionais sobre este usuário (por exemplo, a razão pela qual o acesso " +"à criação do curso foi negado)" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "Página não encontrada" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "fechar" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "Configurações" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "Salvar" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "Cancelar" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "Erro:" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "Número do curso" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "Organização" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "Número do Curso:" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "Pendente" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "Esqueceu a senha?" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "Senha" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "Administrador" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "Registrar-se" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "Nome de Usuário Público" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "Obrigado por ativar a sua conta." + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +msgstr "Esta conta já foi ativada. " + +#: 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 "" +"Visite o {link_start}painel de controle{link_end} para ver os seus cursos." + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "Termos de Serviço" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "Regras de Privacidade" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +msgid "Help" +msgstr "Ajuda" + +#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html +msgid "Visual" +msgstr "Visual" + +#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html +msgid "HTML" +msgstr "HTML" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration for {} | Choose Your Track" +msgstr "Atualize a sua matrícula para {} | Escolha o seu caminho" + +#: common/templates/course_modes/choose.html +msgid "Register for {} | Choose Your Track" +msgstr "Registre-se {} | Escolha Seu Curso" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "Desculpe, ocorreu um erro durante a sua inscrição" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "Selecione o seu caminho:" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "Certificado de Conclusão (documento de identificação verificado)" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "Atualize e trabalhe para conseguir um Certificado de Conclusão" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" +"Inscreva-se e trabalhe para conseguir um Certificado de Conclusão verificado" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "Selecione sua contribuição para este curso (mínimo.$" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "):" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "Por que eu tenho de pagar? E se eu não atender a todos os requisitos?" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "Por que eu tenho que pagar?" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" +"Como o edX não tem fins lucrativos, ele usa a sua contribuição para apoiar a" +" nossa missão de oferecer educação de qualidade para todos ao redor do mundo" +" e também para melhorar a aprendizagem através da pesquisa. Apesar de nós " +"estabelecermos uma taxa mínima, pedimos que contribua tanto quanto puder." + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" +"Eu gostaria de pagar mais do que o mínimo. A minha taxa de contribuição é " +"deduzível do imposto de renda?" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" +"Por favor verifique com seu contador para saber se a sua taxa de " +"contribuição é deduzível do imposto de renda." + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "E se eu não puder pagar ou não possuir o equipamento necessário?" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" +"Se você não puder pagar a taxa mínima ou não preencher os requisitos para " +"isso, você pode só assistir ao curso ou optar por um certificado de código " +"de honra sem quaisquer custos. Se você optar pelo certificado de código de " +"honra, por favor clique na opção de certificado de código de honra, explique" +" o porquê de você não optar por um certificado com verificação e depois " +"clique no botão \"Selecionar Certificado\" para completar a sua inscrição." + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "Selecione o Certificado de Código de Honra" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "Explique a sua situação:" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" +"Por favor escreva algumas frases sobre o porquê que você optar por não ter o" +" certificado verificado para obter o certificado do código de honra: " + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "Atualize a sua matrícula" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "Selecione Certificado" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "Requisitos para Registro Verificado" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" +"Para atualizar seu cadastro e continuar o processo para obtenção de um " +"Certificado de Verificação de Conclusão você vai precisar de uma webcam, um " +"cartão de crédito ou de débito e um documento para comprovar a sua " +"identidade." + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" +"Para se registrar para a opção de Certificado de Conclusão verificado, você " +"vai precisar de uma webcam, um cartão de crédito ou débito e um documento de" +" identidade." + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "O que é um Certificado de Documento Verificado?" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" +"Um Certificado de Documento Verificado requer a prova da sua identidade " +"através da sua foto e um documento de identificação e é verificado ao longo " +"do curso para confirmar que você é realmente a pessoa que obteve as notas e " +"passou. " + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "ou" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "Frequentar este Curso como ouvinte" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" +"Registre-se gratuitamente para fazer este curso como ouvinte e acompanhar o " +"seu progresso." + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "Selecione Auditoria" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "Resumo da {platform_name}" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "Instruções" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "Contrair Instruções" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "Discussão Guiada" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "Ocultar Anotações " + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "Visão" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "Perguntas Frequentes" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "Imprensa" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "Contato" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "Opinião sobre a Aula" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" +"Estamos sempre à procura de opiniões para melhorar nossos cursos. Se você é " +"um aluno matriculado e tem qualquer pergunta, opinião, sugestão ou qualquer " +"outra questão específica sobre uma aula em particular, por favor faça um " +"comentário nos fóruns de discussão da aula" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "Perguntas e Opiniões Gerais" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" +"Se você tem uma pergunta geral sobre {platform_name}, por favor envie um " +"e-mail para {contact_email}. Para " +"verificar se sua pergunta já foi respondida, visite nossa " +"{faq_link_start}página de perguntas frequentes{faq_link_end}. Você também " +"pode participar de discussões na nossa {fb_link_start}página no facebook " +"{fb_link_end}. Apesar de não termos tempo para responder a todos os emails, " +"nós levamos em conta todas as opiniões." + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "Perguntas e Opiniões Técnicas" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" +"Se você tem sugestões/opiniões sobre a plataforma {platform_name} em geral, " +"ou está enfrentando problemas técnicos gerais com a plataforma (por exemplo," +" problemas com endereço de e-mail e senha), entre em contato conosco através" +" do endereço {tech_email}. Para " +"perguntas técnicas, por favor certifique-se que você esteja usando a versão " +"atual do Firefox ou Chrome, e inclua o nome e versão do navegador na sua " +"mensagem, além de fotos da página ou outros detalhes importantes. Se você " +"encontrar algum bug ou outros problemas, entre em contato conosco através do" +" endereço: {bugs_email}." + +#: lms/templates/contact.html +msgid "Media" +msgstr "Mídia" + +#: 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 "" +"Por favor, visite nossa {link_start}página de imprensa/mídia{link_end} para" +" mais informações. Para perguntas sobre mídia e imprensa, por favor, envie-" +"nos uma mensagem para {email}." + +#: lms/templates/contact.html +msgid "Universities" +msgstr "Universidades" + +#: 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 "" +"Se você representa uma universidade que deseja colaborar ou tem dúvidas " +"sobre {platform_name}, por favor envie-nos uma mensagem para {email}." + +#: lms/templates/course.html +msgid "New" +msgstr "Novo" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "Painel de Controle" + +#: 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 "Ocorreu um erro. Por favor tente novamente mais tarde." + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "Por favor verifique a sua nova mensagem de email" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "Editar" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "Redefinir Senha" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "Cursos Atuais" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "Você ainda não se inscreveu em nenhum curso." + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "Encontre cursos agora! " + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "Parece que você ainda não se matriculou em nenhum curso." + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "Erros de carregamento de curso" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "Configurações de e-mail para {course_number}" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "Receber e-mails do curso" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "Salvar Configurações" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "O e-mail para redefinir a senha foi enviado" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" +"Um e-mail foi enviad para {email}. Clique no link da mensagem para alterar " +"sua senha." + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "Alterar E-mail" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "Por favor, insira seu novo e-mail: " + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "Por favor confirme sua senha:" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" +"Enviaremos uma confirmação para o {email} e seu novo e-mail como parte do " +"processo." + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "Alterar o nome" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" +"Para manter a credibilidade dos certificados emitidos por {platform}, todas " +"as alterações de nomes serão registradas e gravadas. " + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" +"Insira o nome completo que você deseja e que será usado nos certificados de " +"{platform}:" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "Motivo para a alteração do nome: " + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "Alterar Meu Nome" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" +" {course_number}? " + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "Cancelar Inscrição" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "A alteração de e-mail falhou" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "Não foi possível enviar um e-mail de confirmação para {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 "Voltar para a {link_start}página inicial{link_end}." + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "A alteração de e-mail foi bem sucedida! " + +#: 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 "" +"Você deverá ver seu novo e-mail no {link_start}painel de controle{link_end}." + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "Uma conta com seu novo e-mail já existe." + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "Formulário para Matrícula de Alunos" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "Curso:" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "Adicionar novos alunos" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "Alunos atuais:" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "Novos alunos adicionados:" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "Alunos recusados:" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "Eliminar erros:" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "foo" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "bar" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "biff" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "A Autenticação Externa falhou" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "Prazo final:" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "Situação: " + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "Você atingiu o nível {goal_level} com sucesso." + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "Você ainda não atingiu o nível {goal_level}." + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "Quebra-cabeças Completados" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "Nível" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "Enviado" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "Classificação do Quebra-cabeça" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "Usuário" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "Nota" + +#: lms/templates/footer.html +msgid "About" +msgstr "Sobre" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "Carreiras" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "Perguntas Frequentes" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" +"{platform_name} é uma iniciativa sem fins lucrativos dos sócios fundadores " +"{Harvard} e {MIT}, cuja missão é oferecer o melhor do ensino superior a " +"alunos de todas as idades, de todas as partes do mundo, onde quer que haja " +"acesso à internet. Os cursos online abertos massivos (ou massive online open" +" courses, MOOCs) da {platform_name} são interativos e os assuntos incluem " +"ciência da computação, saúde pública e inteligência artificial." + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "© 2014 {platform_name}, alguns direitos reservados." + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "Termos de Serviço e Código de Honra" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "Redefinir Senha" + +#: 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 "" +"Por favor insira seu e-mail abaixo e nós lhe enviaremos as instruções para a" +" criação de uma nova senha. " + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "Seu e-mail" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "Este é o e-mail que você usou para inscrever-se em {platform}" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "Redefinir Minha Senha" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "O e-mail está incorreto. " + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "Ajuda à {platform_name}" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "{span_start}{platform_name}{span_end} Ajuda" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" +"Para fazer perguntas sobre as aulas, dever de casa, ferramentas ou " +"materiais para este curso, faça um comentário no {link_start}fórum " +"de discussão do curso{link_end}." + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" +"Você tem perguntas generalizadas sobre {platform_name}? " +"Você pode encontrar várias informações úteis na página de " +"{link_start}Perguntas Frequentes{link_end} do {platform_name}." + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" +"Você tem perguntas sobre algo mais específico? Você pode " +"entrar em contato diretamente com a equipe de suporte geral do " +"{platform_name}:" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "Registrar um problema" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "Fazer uma sugestão" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "Faça uma pergunta" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "Nome" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "E-mail" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "Descreva sucintamente o seu problema" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "Descreva-nos os detalhes" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "Inclua mensagens de erro, passos que levaram a esse problemas, etc. " + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "Enviar" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "Obrigado!" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" +"Agradecemos por suas perguntas ou opiniões. Geralmente, respondemos às " +"solicitações em um dia útil (Segunda a Sexta, das {open_time} UTC às " +"{close_time} UTC.) Enquanto isso, por favor releia as {link_start}Perguntas " +"Frequentes detalhadas{link_end} nas quais muitas das perguntas já foram " +"respondidas. " + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "problema" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "Reportar um Problema" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "Descrição breve do problema" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "Detalhes do problema que você está encontrando" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "Inclua mensagens de erro, passos para reproduzir o problema, etc" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "sugestão" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "Dar uma sugestão" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "Breve descrição da sua sugestão" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "Detalhes" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "pergunta" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "Fazer uma pergunta" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "Breve resumo da sua pergunta" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "Ocorreu um erro." + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "Por favor, {link_start}envie-nos um e-mail{link_end}" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "Por favor tente novamente mais tarde." + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "Cursos grátis da {university_name}" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "O Futuro da Educação Online" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "Para qualquer pessoa, em qualquer lugar, a qualquer momento" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "Fique sabendo de tudo o que a {platform_name} tem a oferecer! " + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "Chave de alteração de e-mail inválido" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "Este código de e-mail é inválido. Por favor verifique:" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" +"Esta chave já foi usada? Verifique se a alteração do e-mail já foi feita." + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "Será que o seu programa de e-mail dividiu a URL em duas linhas?" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "As chaves são válidas por um tempo limitado. A chave está expirada? " + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "Informações Úteis" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "Entrar com OpenID" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" +"Você já pode começar a aprender com a {platform_name} ao fazer o login com a" +" sua conta OpenID." + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "Não está matriculado?" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "Registre-se na {platform_name} hoje mesmo!" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "Precisa de ajuda com o login ou com sua conta de {platform_name}?" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" +"Visite nossa seção de ajuda para ler respostas às perguntas mais frequentes." + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "Entrar na sua conta de {platform_name}" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "Entrar na minha conta de {platform_name}" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "Acessar Meus Cursos " + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "Processando a informação da sua conta..." + +#: lms/templates/login.html +msgid "Please log in" +msgstr "Por favor faça o log in" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "para ter acesso à sua conta e cursos" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" +"Desculpe, as contas de {platform_name} não estão disponíveis atualmente" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "Seu e-mail ou senha está incorreto" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" +"Por favor forneça as informações solicitadas abaixo para entrar na sua conta" +" de {platform_name}. Os campos obrigatórios estão marcados por negrito e um asterisco (*)." + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "Preferências da Conta" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "Lembrar de mim" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "Entrar" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "Não está matriculado?" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "Registre-se." + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "Fazer o login via openid" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "Recurso externo" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "Veja o recurso em uma nova janela" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" +"Por favor disponibilize uma URL de lançamento. Clique em \"Editar\" e " +"preencha os campos necessários" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "Desativar ou reativar as contas dos estudantes" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "Nome de usuário:" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "Desativar conta" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "Reativar Conta" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "Estudantes cujas contas foram desativadas" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "(recarregar a sua página para atualizá-la)" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "trabalhando..." + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" +"Esta página possui tecnologia Mathjax para mostrar fórmulas matemáticas. " +"Para ter acesso a este conteúdo, sugerimos que você use o plugin MathPlayer." +" Por favor visite a {link_start}página de download do MathPlayer{link_end} " +"para baixar o plugin para o seu navegador." + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" +"Seu navegador não possui suporte ao plugin MathPlayer. Para usar o " +"MathPlayer, por favor use o Internet Explorer 6 a 9. " + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "Ocorreu um erro nos servidores de {platform_name}" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" +"Desculpe-nos, este módulo está temporariamente não disponível. Nossa equipe " +"está trabalhando para consertá-lo o mais rápido posssível. Por favor, envie-" +"nos uma mensagem para {tech_support_email} e relate " +"qualquer problema ou se o site nao estiver funcionando." + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "Dados brutos:" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "Aceito" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "Erro" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "Recusado" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "Alterações pendentes para o nome" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "Confirmar" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "[Reject]" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "Navegação Global" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "Página Inicial" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "Encontrar Cursos" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "Painel de controle para:" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "Dropdown com mais opções " + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "Sair" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "Como funciona" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Cursos" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "Escolas" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "Registre-se agora" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "Entrar" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" +"Alerta: Seu navegador não é suportado. Recomendamos que " +"você utilize {chrome_link_start}Chrome{chrome_link_end} ou " +"{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 "Você não tem nenhuma anotação. " + +#: lms/templates/problem.html +msgid "Reset" +msgstr "Restabelecer" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "Mostrar Resposta(s)" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "(para pergunta(s) acima - adjacentes a cada campo)" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "Você utilizou {num_used} de {num_total} envios" + +#: 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 "" +"Por favor note que nós enviaremos o seu nome de usuário, email, e nome " +"completo para esse site externo." + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "Voltar para %s" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "Preferências para {platform_name}" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "Atualizar minha conta {platform_name}" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "Processando a informação da sua conta" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "Bem-vindo {username}! Por favor, configure suas preferências abaixo" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" +"Pedimos desculpas, as matrículas para {platform_name} não estão disponíveis " +"na sua região" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "Os seguintes erros ocorreram ao processar sua inscrição:" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" +"Os campos obrigatórios são marcados em negrito e" +" com um asterisco (*)." + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "Insira um nome de usuário público:" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "Por exemplo: AnaCastro" + +#: 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 "" +"será mostrado em todas as discussões ou fóruns nos quais você participar" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "Por exemplo: nomedousuario@dominio.com.br" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "Validação da Conta" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "Concordo com os {link_start}Termos de Serviço{link_end}" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "Concordo com o {link_start}Código de Honra{link_end}" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "Atualizar minha conta" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "Ajuda para Inscrição" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "Já está inscrito?" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "Clique aqui para fazer o login." + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "Bem-vindo a {platform_name}" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" +"Ao inscrever-se em {platform_name} você terá acesso a todos os cursos " +"gratuitos atuais e futuros. Ainda não se sente pronto para fazer um curso? " +"Ao completar a inscrição, você entra na nossa lista de contatos e enviaremos" +" mensagens a você à medida que outros cursos forem disponibilizados. " + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "Próximos Passos" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" +"Você receberá uma mensagem de e-mail de ativação. Você deve clicar no link " +"de ativação para completar o processo. Não consegue encontrar o e-mail? " +"Verifique se ele está na sua pasta de spam e marque todas as mensagens " +"enviadas por class.stanford.edu como \"não é spam\" para que você possa " +"receber mensagens relacionadas aos seus cursos. " + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" +"Ao juntar-se a {platform_name}, você receberá um e-mail de ativação. Você " +"deve clicar no link de ativação para completar o processo. Não consegue " +"encontrar o e-mail? Verifique se ela está na sua pasta de spam e marque " +"todas as mensagens enviadas por {platform_name} como \"não é spam\". Em " +"{platform_name}, nós nos comunicamos principalmente através de e-mails. " + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "Precisa de ajuda para registrar-se em {platform_name}?" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" +"Leia nossas Perguntas Frequentes para respostas às perguntas mais comuns." + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" +"Uma vez registradas, a maioria das perguntas podem ser respondidas nos " +"fóruns de discussão específicos do curso ou nas Perguntas Frequentes. " + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "Inscrever-se para {platform_name}" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "Criar a Conta da Minha {platform_name}" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "Bem-vindo!" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "Faça sua inscrição abaixo para criar sua conta na {platform_name} " + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "Por favor complete os campos abaixo para inscrever-se para uma conta." + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "não pode ser alterado mais tarde" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "Por exemplo: Ana Castro" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "necessário para todos os certificados que você obtiver" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "Bem-vindo {username} " + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "Insira um Nome para Exibição Pública" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "Nome para Exibição Pública" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "Nível mais Alto de Educação Completa" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "Sexo" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "Ano de Nascimento" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "Endereço para Correspondência" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" +"Por favor compartilhe conosco suas razões para inscrever-se para " +"{platform_name}" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "Inscrever-se" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "Criar Minha Conta" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "A reinscrição foi bem sucedida!" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "Navegação de Seções" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "Anterior" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "Próximo" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "Registre-se na {span_start}{platform_name}{span_end}" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "E-mail *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "ex.: seunome@dominio.com.br" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "Senha *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "Nome de Usuário Público *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "ex.: seunome (mostrado nos fóruns)" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "Nome Completo *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "ex.: Seu Nome (para certificados)" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "Bem-Vindo(a) {name}" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "Ed. Completa" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "Ano de nascimento" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "Endereço para correspondência" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "Seus objetivos ao registrar-se para {platform_name}" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "Eu concordo com os {link_start}Termos de Serviço{link_end}*" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "Eu concordo com o {link_start}Código de Honra{link_end}*" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "Já possui uma conta?" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "Fazer o Login." + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "Informação sobre debug pela equipe" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "Histórico de apresentações" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "Avaliação da Qualidade do Conteúdo de {platform_name} " + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "Comentar" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "comentar" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "Marcador" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "Marcador opcional (ex.: \"completado\"ou \"quebrado\"): " + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "marcador" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "adicionar comentário" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "Debug pela Equipe" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "Campos do Módulo" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "Atributos XML" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "Visualizador do Histórico de Apresentações" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "Usuário:" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "Ver Histórico" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "{course_number} Livro Didático" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "Navegação do Livro Didático" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "Página:" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "Diminuir o Zoom" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "Aumentar o Zoom" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "Zoom" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "Zoom Automático" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "Tamanho Real" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "Ajustar à Página" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "Largura Total" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "Página anterior" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "Próxima página" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "Painel de Instrumentos para Administração de Sistemas" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "Usuários" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "Recrutamento e Matrícula" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "Logs do Git" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "Gerenciamento de Usuários" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "Email ou nome do usuário" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "Deletar usuário" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "Criar usuário" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "Baixar lista de todos os usuários (arquivo em csv)" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "Checar e consertar o mapa de autenticação externa" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" +"Vá para cada painel de controle de cada instrutor para gerenciar a matrícula" +" do curso." + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "Gerenciar equipe e instrutores do curso" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "Baixar lista de staff e instrutores (arquivo em csv)" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "Administrar cursos" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "Localização do repositório" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "Carregar novo curso a partir do github" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "Identificador do curso ou diretório" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "Deletar curso do Web site" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "PID do Django" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "Versão da plataforma" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "Data" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "ID do Curso" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "Ação do Git" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "Atividade para a carga recente do git" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "ação do git" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "Fonte:" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "Registro de Rastreamento" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "data" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "ipaddr" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "fonte" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "Tipo" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "O cancelamento da inscrição foi bem sucedido! " + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "Utilizando o sistema" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" +"Durante a reprodução do vídeo, utilize as legendas e a barra de rolagem. " +"Clicar nas legendas é uma maneira rápida de adiantar e retroceder poucos " +"segundos." + +#: 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 "" +"Se você estiver usando a exibição em baixa resolução, a barra de navegação à" +" esquerda pode ser ocultada clicando nas três setas à esquerda próximas à " +"barra. " + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" +"Caso você precise de fontes maiores ou menores, utilize as configurações de " +"seu navegador para ajustá-las. No Google Chrome, estes ajustes são feitos ao" +" pressionar as teclas ctrl-mais ou ctrl-menos ao mesmo tempo. " + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "Pule para a versão navegável da transcrição desse video" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "Carregando o aparelho de vídeo" + +#: lms/templates/video.html +msgid "Play video" +msgstr "Tocar vídeo" + +#: lms/templates/video.html +msgid "Video position" +msgstr "Posição do vídeo" + +#: lms/templates/video.html +msgid "Play" +msgstr "Reproduzir" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "Velocidades" + +#: lms/templates/video.html +msgid "Speed" +msgstr "Velocidade" + +#: lms/templates/video.html +msgid "Volume" +msgstr "Volume" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "Preencher navegador" + +#: lms/templates/video.html +msgid "HD off" +msgstr "Alta definição desligada" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "Desativar a legenda" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "Pular para o final da transcrição" + +#: lms/templates/video.html +msgid "Captions" +msgstr "Legendas" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" +"Ativar um item nesse grupo vai mover o vídeo para o ponto no tempo " +"correspondente. Para pular a transcrição, vá até o item prévio." + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "Volte para o início da transcrição." + +#: lms/templates/video.html +msgid "Download video" +msgstr "Baixar Vídeo" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "Baixar a transcrição com tempo" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "Suas palavras:" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "Número total de palavras:" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "Resposta Aberta" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "Avaliações:" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "Ocultar Pergunta" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "Novo envio" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "Próximo Passo" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" +"Aviso: Por favor note que se você enviar um um texto que já tenha sido " +"apresentado anteriormente para correção, ele não vai aparecer para a equipe" +" realizando a correção. Essa segunda tarefa terá a mesma nota dada a " +"primeira tarefa submetida, sendo retornada em 30 minutos se o original já " +"estiver corrigido ou, em caso contrário, quando o original for corrigido." + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "Legenda" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "Rubrica Enviada" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "Abrir/Fechar Rubrica Completa" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "Visualizar opinião completa" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +msgstr "Responder à Opinião" + +#: 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 "Quão precisa você julga que esta opinião seja?" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "Correta" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "Parcialmente Correta" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "Sem Opinião" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "Parcialmente Incorreta" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "Incorreta" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "Comentários adicionais:" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "Enviar Opinião" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "Não respondida" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "Pular Pós-Avaliação" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" +"Ocorreu um erro durante o envio. Por favor entre em contato com a equipe do " +"curso." + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "Critérios de avaliação" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" +"Selecione os critérios que você julgue melhor representarem esta submissão " +"para cada categoria. " + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "{num} ponto: {text}" +msgstr[1] "{num} pontos: {text}" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "Por favor adicione uma dica abaixo:" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "Grupos de Coorte" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "Mostrar grupos de coorte" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "Grupos de coorte no curso" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "Adicionar grupo de coorte" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" +"Adicione usuários pelos nomes de usuário ou e-mail, um por linha ou " +"separados por vírgula." + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "Adicionar membros dos grupos de coorte" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "{chapter}, capítulo atual" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "data de entrega {date}" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" +"A conta do usuário conectado no momento não tem permissão para inscrever-se " +"neste curso. Pode ser necessário {start_logout_tag}sair {end_tag} e daí " +"tentar novamente o botão para registrar-se. Por favor visite a " +"{start_help_tag} página de ajuda {END_TAG} para uma possível solução." + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "Sobre {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" +"Você está inscrito para este curso {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "Visualizar Material Didático" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "Este curso está no seu carrinho." + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" +"Adicionar {course.display_number_with_default} ao Carrinho " +"({currency_symbol}{cost})" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "Inscreva-se para {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "Visão Geral" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "Compartilhe com seus amigos e família!" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "Início das Aulas" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "Término das Aulas" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "Dedicação Estimada" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "Pré-requisitos " + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "Recursos adicionais " + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "Visualizar equipe" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "Visão do estudante" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "Explore cursos grátis de universidades de ponta. " + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "Explore cursos grátis da {university_name}." + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" +"Ocorreu um erro nos servidores do {span_start}{platform_name}{span_end}" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" +"Desculpe-nos, este módulo está temporariamente não disponível. Nossa equipe " +"está trabalhando para corrigir o problema o mais rápido possível. Por favor " +"envie uma mensagem para '{tech_support_email}' relatando " +"qualquer problema ou que o site não esteja ativo." + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "Material Didático {course_number} " + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "Voltar para o Teste" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "Navegação do Curso" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "Abrir Calculadora" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "Campo de entrada para a calculadora" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" +"Use as teclas das setas para navegar as dicas e use a tecla de tab para " +"retornar à calculadora" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "Dicas" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "Números inteiros" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "Números decimais" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "Notação científica" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "Acrescentando sufixos SI" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "Sufixos SI suportados" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "Operadores" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "função para resistores paralelos" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "Funções" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "Constantes" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "Número de Euler" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "razão entre a circunferência do círculo e o seu diâmetro" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "Constante de Boltzmann" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "velocidade da luz" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "ponto de congelamento da água em graus Kelvin" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "carga fundamental" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "Calcular" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "Calculadora de Campo de Saída" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "Resumo de Notas" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "Ainda não implementada" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "Boletim" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "Buscar estudantes" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "Atulizações e Notícias do Curso" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "Navegação das Apostilas" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "Apostilas do Curso" + +#: 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 "Painel de Controle do Instrutor" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Try New Beta Dashboard" +msgstr "Experimente o novo Painel de Controle em versão Beta" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Edit Course In Studio" +msgstr "Editar curso no Studio" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Psychometrics" +msgstr "Psicometria" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "Administração do Fórum " + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "Matrícula" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "Despejo de Dados" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "Gerenciar Grupos" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "sim" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "Downloads de Correções" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" +"Nota: alguns desses botões podem ficar inativos em cursos maiores. Nós " +"desativamos estas opções para cursos com mais de {max_enrollment} " +"estudantes. Nós estamos trabalhando para eliminar esse problema o mais " +"rápido possível. Obrigado pela sua paciência enquanto nós trabalhamos para " +"melhorar a plataforma." + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "Exportar notas para o boletim virtual" + +#: 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 "" +"As tarefas definidas para este curso devem corresponder às do boletim para " +"que tudo funcione corretamente!" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "Nome do boletim:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "Nome da Tarefa" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "Ajustes de notas específicos para o curso" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "Especifique aqui algum problema no curso através da sua url: " + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" +"Você pode usar apenas a \"urlname\" se for um problema, e " +"\"modulename/urlname\" caso contrário. (Por exemplo, se a localização for " +"i4x://university/course/problem/problemname forneça apenas o " +"problemname. Se a localização for " +"i4x://university/course/notaproblem/someothername, forneça " +"notaproblem/someothername.)" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "Então selecione uma ação:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" +"Estas ações operam em segundo plano, e o status das tarefas ativas " +"aparecerão na tabela abaixo. Para visualizar o status de todas as tarefas " +"enviadas para este problema, clique neste botão:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "Inspeção e ajuste das notas específicas dos alunos" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" +"Especifique o e-mail de {platform_name} ou o nome de usuário de um aluno " +"aqui:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" +"Clique aqui. Um link para a página de progresso do aluno aparecerá abaixo:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" +"Você também pode deletar o estado inteiro de um aluno para o módulo " +"estipulado:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" +"A reavaliação das notas ocorre em segundo plano, enquanto que o status das " +"tarefas ativas aparecerão na tabela abaixo. Para visualizar o status de " +"todas as tarefas enviadas para este problema e este aluno, clique neste " +"botão: " + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "Selecione um problema e uma ação:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" +"O usuário solicita privilégios de administrador de fórum para desempenhar " +"tarefas de administração. Ver instrutor." + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "Data de Matrícula" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "Puxar matrículas do boletim virtual" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "Seção:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "Matrícula de Lote" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" +"Para matricular ou cancelar a matrícula de um ou vários alunos: insira os " +"e-mails separados por linhas ou vírgulas;" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "Avisar alunos por e-mail" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" +"Fazer matrícula automática dos alunos quando eles ativarem a matrícula" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "Nome da URL do problema:" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" +"Insira os nomes de usuário ou e-mails para os alunos que serão os " +"testadores-beta, um em cada linha ou separados por vírgulas. Eles poderão " +"visualizar os materiais do curso em antecedência, conforme as configurações " +"através da opção days_early_for_beta nas regras do curso. " + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "Enviar para:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "mim mesmo" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "Equipe e instrutores" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "Todos (alunos, equipe e instrutores)" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "Assunto:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "{Máximo de 128 caracteres)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" +"Por favor tente não enviar emails aos estudantes mais do que uma vez por " +"semana. Aspectos importantes a considerar antes de enviar um email:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" +"Você leu o e-mail para certificar-se de que possui toda informação que você " +"quer passar?" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" +"Você já enviou o e-mail para você mesmo para ter certeza de que está " +"satisfeito com a forma como ele é exibido e também que os links e imagens " +"dentro dele funcionam corretamente?" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "IMPORTANTE!" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" +"Uma vez que o botão \"Enviar Email\" seja clicado, o seu e-mail será " +"colocado numa lista para envio." + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "Um e-mail na fila não pode ser cancelado." + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "Nenhuma Análise está disponível no momento." + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "Alunos matriculados:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "Alunos ativos na última semana:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "Atividades do aluno por dia" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "Dia" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "Estudantes" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "Distribuição de respostas aos problemas" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "Problema" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "Máximo" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "Pontos Obtidos (Número de Estudantes)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "Alunos que responderam corretamente" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "Número de estudantes" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" +"Distribuição de estudantes por país, todos os cursos, de 12 de setembro a 17" +" de outubro, 1 servidor (mostrado como exemplo):" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "Tarefas Pendentes do Instrutor" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "Tipo de Tarefa" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "Informações para a tarefa" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "Identificador da tarefa" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "Solicitante" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "Estágio da Tarefa" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "Duração (segundos)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "Progresso da Tarefa" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "desconhecido" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "Erros do curso" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "Sobre {course_id}" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "Em Breve" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "Sobre {course_number}" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "Acesso ao Material Didático" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "Você Está Inscrito" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "Inscrever-se em" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "A Inscrição está encerrada" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "matricular-se" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "Notícias - MITx 6.002x" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "Atualizações das discussões que você segue" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "Progresso {course_number}" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "Progresso do Curso do Aluno '{username}' ({email})" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "{earned:.3n} de {total:.3n} pontos possíveis" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "Notas dos Problemas:" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "Notas das atividades práticas:" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "Não há avaliações de questões nesta seção" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "Informação do Curso {course.display_number_with_default}" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "Conteúdo Programático" + +#: 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 "" +"Recentemente você visitou a seção {section_link}. Se você já finalizou sua " +"visita, escolha outra seção à esquerda." + +#: 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 "" +"Os detalhes finais do curso estão sendo concluídos no momento. Sua posição " +"final estará disponível em breve." + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "Nota Final:" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "Nota necessária para obter o certificado: " + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" +"Seu certificado com verificação oficial está com a sua confirmação pendente " +"para ter certeza de que ela esteja em conformidade com os embargos dos EUA " +"em relação ao Irã, Cuba, Síria e Sudão. Se você acha que o nosso sistema " +"errou na sua associação com um desses países por favor nos envie um e-mail " +"para {email}. Se você quiser o seu dinheiro de volta para devolver o seu " +"certificado, por favor contate o nosso endereço de cobrança {billing_email}" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" +"Seu certificado está pendente pois precisa da confirmação que a emissão " +"esteja de acordo com as leis estritas de embargo dos EUA ao Irã, Cuba, Síria" +" e Sudão. Se você acha que nosso sistema tenha erroneamente identificado " +"você em conexão com um desses países, por favor informe-nos através do " +"e-mail {email}." + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +msgstr "O Certificado está sendo criado" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "This link will open/download a PDF document" +msgstr "Este link vai abrir/baixar um documento em PDF" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "Baixe o Seu Certificado (PDF)" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" +"Já que nós não possuíamos um conjunto válido de fotos suas para verificação " +"quando os certificados foram criados, não foi possível gerar um certificado " +"com verificação oficial. Um certificado com código de honra foi concedido no" +" lugar dele." + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" +"Este link irá abrir/baixar um documento em PDF do certificado com " +"verificação." + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" +"Baixe o seu Certificado de Conclusão verificado via a sua identidade (PDF)" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "Complete a pesquisa de opinião sobre nosso curso" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "Imagem de Capa do {course_number} {course_name}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "Matriculado como:" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "Documento de Identificação Verificado" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "Curso Completado - {end_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "Curso iniciado em - {start_date} " + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "Início do Curso - {start_date} " + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "Documente a sua realização!" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "Desafie a você mesmo!" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "Faça este curso como um estudante que verificou a sua identidade." + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" +"Você ainda pode se inscrever para um certificado com verificação oficial de " +"identidade para este curso. Se você planeja completar todo o curso, essa " +"seria uma ótima maneira de reconhecer a sua realização. {a_start}Saiba mais " +"sobre certificados verificados{a_end}." + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "Atualizar para a Linha de Cursos Verificada" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "Visualizar Curso Arquivado" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "Visualizar Curso " + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "Configurações do e-mail" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "Status da verificação da identidade" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "Revisado e verificado" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "Seu status de verificação está válido por um ano após o seu envio." + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" +"Suas fotos de verificação foram submetidas e serão revisadas em breve." + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "Verificar novamente por você mesmo " + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" +"Se você não conseguir passar na tentativa de verificação antes do seu curso " +"terminar você não receberá um certificado verificado." + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "Resultados:" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" +"Desculpe! Não encontramos nenhum resultado para sua pesquisa. Por favor faça" +" outra pesquisa. " + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "Não há publicações ainda. Seja o primeiro a publicar algo!" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "Nova Publicação" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "Mostrar Discussão" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "Filtrar Tópicos" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "filtrar tópicos" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "Mostrar todas as Discussões" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "Mostrar Discussões Marcadas" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "Publicações que estou seguindo" + +#: 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 "seguir esta publicação" + +#: 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 "publicar anonimamente" + +#: 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 "postar anonimamente para os colegas de turma" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "Tornar visível para:" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "Meu grupo de coorte" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "título da nova publicação" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "Título" + +#: 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 "Enter your question or comment…" +msgstr "Adicionar a sua pergunta ou comentário..." + +#: 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 "Add post" +msgstr "Adicionar publicação" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "Criar nova publicação sobre:" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "Filtrar Lista" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "Filtrar áreas de discussão" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "Seguindo" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "Procurar publicações" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "Ocultar" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "Página de Discussões" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "Tópicos de Discussão" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "Tópicos para discussão. Seleção atual é:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "Buscar todas as discussões" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "Ordenar por:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "data" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "votos" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "comentários" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "Mostrar:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "Visualizar Todos" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "Visualizar como {name}" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "Carregando conteúdo" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "Este tópico está fechado." + +#: 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 "Publicar uma resposta:" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "anônimo" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "• Este tópico está fechado." + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "seguir" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "Seguir esse post" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "Reportar Abuso" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "marcar este segmento" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "Marcar Tópico" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "(esta publicação é sobre %(courseware_title_linked)s)" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "Fechar" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "Editando publicação" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "Editar título da publicação" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "Atualizar publicação" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "Comentar" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "Adicionar um comentário..." + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "apoiar" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "Editar resposta" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "Atualizar resposta" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "-publicado %(time_ago)s por" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" +"%(comments_count)s %(span_sr_open)scomentários (%(unread_comments_count)s " +"comentários não lidos)%(span_close)s" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "%(comments_count)s %(span_sr_open)scomentários %(span_close)s" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "%(votes_up_count)s%(span_sr_open)s votos %(span_close)s" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "DISCUSSÃO:" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "COMO USAR AS DISCUSSÕES NO EDX" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "Encontrar discussões" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "Foco em tópicos específicos" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "Busca por publicações específicas" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "Ordenar por data, votos ou comentários" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "Participar das publicações" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "Vote para mensagens e boas respostas" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "Reportar Abuso no Fórum" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "Seguir posts para atualizações" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "Receber updates" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "Abrir/Fechar Configurações de Notificações" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr ", " + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "%s" +msgstr[1] "%s discussões iniciadas" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "%s comentários" +msgstr[1] "%s comentários" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "Discussão - {course_number}" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "Desculpe-nos" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" +"Os fóruns estão em manutenção no momento. Eles estarão ativos em breve! " + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "Perfil do Usuário" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +msgstr "Tópicos Ativos" + +#: 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 "Ver discussão" + +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Hide discussion" +msgstr "Esconder discussão" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "Este segmento foi marcado pela equipe do curso" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "Marcado" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "…" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "Avaliação pela Equipe {course_number}" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "Avaliação pela equipe" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" +"Esta é a lista de problemas que precisam ser corrigidos a fim de treinar a " +"geração de notas via Inteligência Artificial e criar a calibragem para as " +"notas pelos pares. Cada problema precisa ser abordado separadamente e nós já" +" indicamos o número de respostas enviadas pelos estudantes que têm de ser " +"corrigidas. Você pode corrigir mais do que o número mínimo requerido de " +"problemas -- isso irá melhorar a acurácia da correção por Inteligência " +"Artificial, apesar de que com ganhos progressivamente menores. Você pode " +"checar a acurácia da correção por Inteligência Artificial através da tela de" +" visualização do problema." + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "Lista de Problemas" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" +"Por favor note que enquanto voce vê uma resposta enviada, ela é " +"temporariamente removida do conjunto a ser corrigido. A resposta enviada " +"retornará ao conjunto a ser corrigido após 30 minutos se uma nota não houver" +" sido submetida. Apertando o botão de retorno irá resultar em uma espera de " +"30 minutos antes que essa resposta possa ser corrigida novamente." + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "Prompt" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "(Ocultar)" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "Resposta do Aluno" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "Opinião Escrita" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "Feedback para o aluno (opcional)" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "Marcar o conteúdo como inapropriado para revisão posterior." + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "Pular" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "Distribuição de Notas" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "Carregando a lista de problemas..." + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "Distribuição de Gênero" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "Nível de Educação" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "Informações sobre a matrícula" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "Número total de inscritos (professores, funcionários e estudantes)" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "Informações básicas sobre o curso" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "Nome do curso:" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "Nome do Curso a ser Mostrado:" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "O curso já foi iniciado?" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "Sim" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "Não" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "Este curso terminou?" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "Notas de corte:" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "O status para todas as tarefas ativas aparecem na tabela abaixo. " + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "Alertas do Curso" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" +"O botão a seguir contém uma lista com todos os alunos matriculados neste " +"curso, juntamente com as informações sobre o seu perfil, como por exemplo " +"e-mail e nome do usuário. Os dados também pode ser baixados como arquivos em" +" CSV." + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "Informação sobre o perfil dos estudantes matriculados " + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "Baixar informações sobre o perfil como um CSV" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" +"Exibe os critérios de correção para o curso. Os critérios de correção " +"correspondem aos critérios para cada uma das subseções do curso (tais como " +"exames e conjuntos de problemas) e podem ser alterados na página de " +"'Correção' (em 'Configurações') no Studio." + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "Configurações de Correção" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" +"Clique nesse botão para baixar um arquivo CSV com a identidade de estudantes" +" anonimizada." + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "Obter arquivo em formato CSV de Aluno com Identificação Anônima" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "Relatórios de Notas" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" +"O seguinte botão irá gerar um relatório com notas em CSV para todos os " +"alunos matriculados atualmente. Os relatórios gerados aparecem em uma tabela" +" abaixo que pode ser baixada." + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" +"Para cursos longos, a geração deste relatório pode levar várias horas. Por " +"favor seja paciente e não clique no botão várias vezes. Ao clicar no botão " +"várias vezes você irá diminuir a velocidade do processo de correção." + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" +"O relatório é gerado em segundo plano, o que significa que você pode sair " +"desta página enquanto o seu relatório está sendo gerado." + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "Gerar Relatório de Notas" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "Relatórios Disponíveis para Download" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" +"Novos links de arquivos para os relatórios em formato CSV são gerados a cada" +" visita a esta página. Esses links únicos expiram dentro de 5 minutos devido" +" à natureza privada das informações dos estudantes. Note que o nome do " +"arquivo de relatório contém a data e horário quando o arquivo foi gerado " +"usando o fuso horário UTC e não o seu fuso horário local." + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "Extensões das data de entrega individuais" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" +"Nesta seção você pode prorrogar o prazo de entrega de unidades específicas " +"para cada aluno. Por favor note que a data mais recente é a oficial, você " +"não pode usar essa ferramenta para fazer com que um trabalho seja entregue " +"mais cedo em função de um aluno específico." + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "Escolha a unidade corrigida:" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" +"Especifique a data e horário de entrega (em fuso horário UTC; por favor " +"especificar MM/DD/AAAA HH:MM)" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "Mudar a data de entrega para o estudante" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "Visualizando as prorrogações concedidas" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" +"Aqui você pode ver quais extensões foram concedidas em unidades específicas " +"para um determinado aluno." + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" +"Escolha uma unidade corrigida e clique no botão para obter uma lista de " +"todos os alunos que têm prorrogações para a entrega desta unidade." + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "Listar todos os alunos com prorrogações das data de entrega" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "Especifique um aluno para ver todas as suas prorrogações." + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "Listar as prorrogações de datas para o estudante" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "Redefinindo prorrogações" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" +"Redefinir a data de entrega de um problema automaticamente revoga a data de " +"prorrogação para alunos em uma unidade específica. Isto irá reverter a data " +"de entrega para alunos, retornando à data de entrega original do problema." + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "Redefinição da data de entrega para o estudante" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "Voltar para o Painel de Controle Padrão" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "section_display_name" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" +"Insira os e-mails dos alunos separando-os por novas linhas ou vírgulas." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "E-mails dos Estudantes" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "Matricular-se Automaticamente" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "Matricular-se Automaticamente" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" +"Se a opção matrícula automática estiver selecionada, os estudantes " +"que ainda não estão inscritos no edX serão matriculados automaticamente. " + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" +"Se a opção matrícula automática estiver desmarcada, os estudantes " +"que ainda não estão inscritos no edX não serão matriculados, mas poderão " +"matricular-se. " + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "Notificar estudantes por email" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" +"Se os e-mails dos estudantes for verificado os alunos receberão " +"uma notificação por e-mail." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "Matricular-se" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "Cancelar Matrícula" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "Gestão da Lista de Administração" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "Obtendo as listas disponíveis..." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" +"A equipe não pode modificar as listas de equipe ou de testadores beta. Para " +"modificar estas listas, entre em contato com seu instrutor para que ele " +"possa adicioná-lo como um instrutor para as listas de equipe e beta ou como " +"administrador de fórum para gerenciamento do fórum. " + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "Equipe do Curso" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" +"A equipe do curso pode ajudar você a gerenciar aspectos limitados do seu " +"curso. A equipe também pode fazer ou desfazer matrículas dos alunos, bem " +"como modificar notas e visualizar todos os dados do curso. Entretanto, a " +"equipe não obtém acesso automaticamente ao Studio e não poderá editar seu " +"curso. " + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "Adicionar Membro da Equipe " + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "Instrutores" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" +"Os instrutores são a parte principal da administração do seu curso. Os " +"instrutores podem adicionar e remover membros da equipe do curso bem como o " +"acesso ao fórum. " + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "Adicionar Instrutor" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "Testadores Beta" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" +"Os testadores beta podem visualizar o conteúdo do curso antes dos outros " +"alunos. Eles podem verificar se o conteúdo funciona, mas não possuem nenhum " +"outro privilégio. " + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "Testador Beta" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "Administradores do Fórum" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "Moderadores do Fórum" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "Adicionar Moderador" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "Comunidade do Fórum dos Assistentes de Ensino" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "Enviar E-mail" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" +"Por favor procure não enviar e-mail aos alunos mais do que uma vez por " +"semana. Antes de enviar seu e-mail, considere o seguinte:" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" +"Ações envolvendo email são executadas em um segundo plano. O status para as " +"tarefas ativas, incluindo as tarefas relacionadas a e-mail, aparece na " +"tabela abaixo." + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "Histórico de Tarefas por Email" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" +"Para ver o status de todas as tarefas relacionadas a e-mails enviados em " +"grande volume para este curso, clique no seguinte botão:" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "Mostrar Histórico de Tarefas por Email" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "Inspeção da nota específica ao estudante" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "Email ou Nome de Usuário do Estudante" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "Clique neste link para visualizar a página de progresso do aluno:" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "Página de Progresso do Aluno" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "Ajustes de notas específicas de alunos" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "URL do problema" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" +"Você pode usar apenas a \"URL\" se for um problema, ou \"nome do " +"módulo/URL\" caso contrário. (Por exemplo, se a localização for {location1}," +" forneça apenas a {urlname1}. Se a localização for {location2}, forneça " +"{urlname2}.)" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" +"A seguir, selecione uma ação a se executada para um usuário e problema " +"específicos:" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "Zerar Tentativas do Aluno" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "Reavaliar a Tarefa do Estudante" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" +"Você também pode deletar o status completo do estudante para o problema " +"específico:" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "Deletar o Status do Estudante para o Problema" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" +"Uma segunda correção é executada em um segundo plano, enquanto o status para" +" as tarefas ativas aparece na tabela de 'Tarefas Pendentes do Instrutor'. " +"Para ver o status de todas as tarefas submetidas para este problema e aluno " +"respectivo, clique neste botão:" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "Mostrar histórico da tarefa para os alunos" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "Depois selecione uma ação" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "Zerar TODAS as tentativas dos alunos" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "Reavaliar TODOS os envios de problemas dos estudantes" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" +"As ações acima são executados em um segundo plano. O status das tarefas " +"ativas será exibido em uma aba sobre Informações sobre o Curso. Para ver o " +"status de todas as tarefas enviadas para este problema, clique no seguinte " +"botão" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "Mostrar Histórico da Tarefa para o Problema" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "Nenhum Disponível" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "Notificações Combinadas {course_number} " + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "Painel Aberto" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "Itens que possivelmente necessitam de sua atenção." + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "Nenhum item necessita da sua atenção no momento." + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "Questões Abertas Marcadas {course_number}" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "Questões Abertas Sinalizadas" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" +"Esta é uma lista de questões abertas deste curso que foram sinalizadas pelos" +" alunos como potencialmente inapropriadas." + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "Não há nenhuma questão sinalizada." + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "Resposta" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "Desmarcar" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "Banir" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "Problemas Abertos do {course_number}" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "Problemas Abertos " + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "Aqui está uma lista de questões abertas para este curso." + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "Você ainda não tentou responder a nenhum problema aberto. " + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "Nome do Problema" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "Tipo de Avaliador" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{end_p_tag}\n" +msgstr "" +"\n" +"{p_tag} Você atualmente não tem nenhuma correção pendente de outros estudantes para fazer. Para obter provas que você possa corrigir: \n" +"{ul_tag} \n" +"{li_tag} Você precisa ter submetido uma resposta a um exercício de outro estudante. {end_li_tag} \n" +"{li_tag} O instrutor precisa corrigir as redações ou respostas discursivas que são usadas ​​para ajudá-lo a entender melhor os critérios de\n" +"classificação {end_li_tag} \n" +"{li_tag} Deve haver exercícios que estão à espera da sua correção. {end_li_tag} \n" +"{end_ul_tag} \n" +"{end_p_tag} \n" + +#: 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 "Correção entre pares" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"Here are a list of problems that need to be peer graded for this course." +msgstr "" +"Lista de questões que precisam ser avaliadas pelos pares para este curso." + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "Data final" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "Avaliado" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "Disponível" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "Obrigatório" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "Sem prazo final" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" +"O prazo final já passou e a avaliação por pares para esta questão está " +"encerrada no momento." + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" +"A data final já passou e a avaliação por pares está encerrada no momento. " + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "Aprendendo a Avaliar" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "Por favor, inclua uma opinião escrita também." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" +"Este material enviado possui conteúdo explícito, ofensivo ou (eu acredito) " +"plagiado." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "Como fui?" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "Continuar" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "Pronto para avaliar!" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" +"Você acabou de aprender a avaliar. Agora você está pronto para começar a " +"avaliar." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "Comece a Corrigir!" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "Aprendendo a avaliar" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "Você ainda não terminou de aprender a avaliar este problema." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" +"Será apresentada uma série de redações avaliadas pelo instrutor e e você " +"deve avaliá-las também." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" +"Assim que você conseguir avaliar as redações da mesma fora que um instrutor," +" você estará pronto para avaliar seus colegas." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "Comece a aprender a avaliar" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "Você tem certeza de que quer marcar esta apresentação?" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" +"Você está prestes a marcar uma submissão como não apropriada. Você só deve " +"marcar uma submissão como não apropriada quando ela contiver conteúdo " +"explícito, ofensivo ou (com suspeita de) plágio. Se a submissão não " +"responder à pergunta ou estiver incorreta, você deve dar uma nota zero " +"seguida de um comentário ao invés de marcá-la como não apropriada." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "Remover marcação" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "Manter marcação" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "Voltar" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "Obrigado por se registar!" + +#: 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 "" +"Sua conta ainda não está ativa. Um link de ativação, juntamente com as " +"instruções, foram enviados para {email}." + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "Ativação completada!" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "A conta já está ativa!" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "Você já pode {link_start}fazer o login{link_end}." + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "Ativação inválida" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" +"Ocorreu um erro. Certifique-se que a URL a qual você acessou estava correta." +" As vezes os programas de e-mail separam a URL em duas linhas. Se você ainda" +" tiver problemas, envie-nos uma mensagem para {email} relatando o que " +"aconteceu. " + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "Ou você pode voltar para a {link_start}página inicial{link_end}." + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "A redefinição de senha foi bem sucedida" + +#: 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 "" +"Enviamos um e-mail com as instruções para criar sua senha para o e-mail que " +"você forneceu. Você deve recebê-lo em breve. " + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "Baixar Dados em CSV" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "Estes relatórios são delimitados por datas de início e término." + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "Data de Início:" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "Data de término:" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" +"Estes relatórios são delimitados em ordem alfabética pelo nome da " +"universidade. Ou seja, gerar um relatório com 'Letra de Início' A e 'Letra " +"Final' C irá gerar relatórios para todas as universidades que comecem com A," +" B e C." + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "Início da Carta:" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "Fim da Carta:" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "Erro no Pagamento" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "Ocorreu um erro ao processar seu pedido!" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "Carrinho de Compras" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "Itens selecionados:" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "Preço da Unidade" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "Preço" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "Valor total" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "Você não selecionou nenhum item para comprar." + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "Inscrever-se para [Course Name] | Recibo (Pedido" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "() Recibo Eletrônico" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "Número do pedido:" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "Data:" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "Itens pedidos:" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "Qtde" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "Observação: itens riscados como " + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "foi reembolsado." + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "Faturado para:" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "Número:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "Recibo (Pedido" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "Você completou a sua inscrição para:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "Inscrito como:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "Seu Progresso" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "Passo atual:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "Introdução" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "Tirar Foto" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "Tirar foto do documento de identificação" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "Revisar" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "Pagar" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "Confirmação" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "Parabéns! Você foi verificado em" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" +"Você agora está inscrito como um aluno verificado! Os detalhes da sua " +"matrícula estão abaixo." + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "Você está matriculado para:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" +"Lista de cursos para os quais você se matriculou como um aluno verificado" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "Opções" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "Início: {start_date}" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "Ir para o Curso" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "Ir para o seu Painel de Controle" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "Status Verificado" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" +"Nós recebemos os seus detalhes de identificação para verificar a sua " +"identidade. Se houver um problema com quaisquer desses itens nós iremos " +"contatá-lo para que eles sejam re-submetidos. Nesse momento você pode se " +"registrar para cursos com um certificado verificado durante esse semestre " +"sem haver a necessidade de re-verificação." + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" +"O professor irá pedir para que você submeta periodicamente uma nova foto " +"para verificar o seu trabalho durante o curso (geralmente durante épocas de " +"prova)." + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "Detalhes do Pagamento" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" +"Por favor, imprima esta página para seu controle; ela serve como seu recibo." +" Você também receberá um e-mail com as mesmas informações. " + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "Número do Pedido" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "Total" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "este" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "Faturado Para" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" +"A página que você está procurando não foi encontrada. Volte para a " +"{link_start}home page{link_end} ou nos informe sobre qualquer página que " +"pode ter sido movida mandando uma mensagem a {email}." + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" +"Esta página foi deixada intencionalmente em branco. Ela não é usada pela " +"edx.org mas fica aqui para possível uso por instalações do Open edX." + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "Código de Honra" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "Kit de Mídia" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "Na Imprensa" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "No momento os servidores de {platform_name} estão inativos" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" +"No momento, nossa esquipe está trabalhando para reativar o site o mais " +"rápido possível. Por favor envie uma mensagem para {tech_support_email} relatando " +"qualquer problema ou que o site não esteja funcionando." + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "Ocorreu o erro 500 nos servidores de {platform_name}" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" +"Por favor, aguarde alguns segundo e atualize a página. Se o problema " +"persistir, por favor envie-nos uma mensagem para {email}." + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" +"No momento, os servidores de {platform_name} estão sobrecarregados" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "edx edge" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "Fazer o login nos seus cursos" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "Matricular-se para aulas" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "Faça cursos online nas melhores universidades da atualidade." + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "Edite seu nome" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "O seguinte erro ocorreu ao editar seu nome: " + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "Alterar meu nome" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "Por Que Eu Preciso Verificar Novamente?" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "Está tendo algum problema técnico?" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" +"Por favor tenha certeza de que o seu navegador está atualizado para a " +"{a_start} versão mais recente possível {a_end}. Além " +"disso, certifique-se de que a sua web cam esteja conectada, ligada " +"e com permissão para funcionar com o seu navegador (normalmente ajustável " +"nas configurações do seu navegador)" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "Alguma dúvida?" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" +"Por favor, leia {a_start}nossa seção Perguntas Frequentes para ver as " +"dúvidas mais comuns sobre os nossos certificados{a_end}." + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "Você está atualizando o seu registro para:" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "Você está se matriculando para" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "Atualizando para:" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "Matriculando-se como:" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "Mudou de idéia?" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" +"Você sempre tem a opção de continuar a assistir ao curso sem proceder com a " +"verificação." + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" +"Você pode {a_start} fazer o curso como ouvinte gratuitamente {a_end} sem " +"verificação." + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "Requisitos Técnicos" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" +"Por favor verifique se o seu navegador está atualizado para a " +"{a_start} versão mais recente possível {a_end}. Além " +"disso, certifique-se de que a sua web cam está conectada, ligada e " +"com permissão para funcionar no seu navegador (normalmente ajustável nas " +"configurações do seu navegador)." + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "Editar o seu Nome Completo" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "Webcam não foi encontrada" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" +"Você não parece ter uma webcam conectada ao seu computador. Verifique " +"novamente se a sua webcam está conectada e funcionando para poder continuar." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "Flash não foi encontrado" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" +"Parece que você não tem o Flash instalado. {a_start} Baixe o Flash {a_end} " +"para continuar sua matrícula." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "Erro submetendo as suas imagens" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" +"Algo deu errado. Por favor confirme os seu detalhes e tente novamente." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "Tire novamente a sua foto" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" +"Não vê sua fotografia? Certifique-se de permitir que o seu navegador " +"ultilize sua câmera quando ele pedir permissão." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "Tirar foto novamente" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "Tirar foto" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "Ótimo" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "Dicas para tirar uma boa foto" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "Certifique-se de que seu rosto esteja bem iluminado" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "Certifique-se de que seu rosto está nos limites da borda" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" +"Podemos combinar a foto que você tirou com a do seu documento de " +"identificação?" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "Assim que estiver na posição, use o botão da câmera" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "para tirar a foto" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "Use o botão com check" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "quando estiver satisfeito com a foto" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "Dúvidas Comuns" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "Por que minha foto é necessária?" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" +"Como parte do processo de verificação, precisamos da sua foto para confirmar" +" sua identidade." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "Como esta foto será usada?" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" +"Só utilizaremos sua foto para verificar sua identidade. Ela não será exibida" +" em nenhum outro local." + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "Verifique seu nome" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "Edite seu nome" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "Confirmação da submissão da nova verificação " + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "As suas credenciais foram atualizadas" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "Nova verificação" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "Por favor submeta novamente a sua informação de verificação" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" +"Houve um erro com o processo de verificação. Por favor siga os passos " +"descritos na sequência para dar continuidade ao processo para obter o " +"certificado de conclusão dos seus cursos atuais." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "Tire a sua foto novamente" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "Tire novamente a sua foto de identificação" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" +"Use a webcam para tirar uma foto do seu rosto para que possamos compará-la " +"com a foto do seu documento de identificação." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" +"Assim que você confirmar que sua foto está boa, você pode prosseguir para o " +"segundo passo." + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "Vá até o passo 2: Tire novamente a sua foto de identificação" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "Mostre-nos seu documento de identificação" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" +"Use sua webcam para tirar uma foto do seu documento de identificação para " +"que possamos compará-la com a foto e o nome na sua conta. " + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "Certifique-se de que o documento esteja bem iluminado" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" +"Os documentos de identidade aceitos são carteiras de identidade, motorista, " +"passaportes, ou outro documento emitido pelo governo que contenha seu nome e" +" foto. " + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "certifique-se se de que não haja nenhum brilho" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "Certifique-se de que você pode ver sua foto e ler seu nome" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" +"Tente manter seus dedos nas bordas para não encobrir informações importantes" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "para tirar a foto do documento de identificação" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "Por que é necessária a foto do meu documento de identificação?" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" +"Precisamos comparar seu documento de identidade com sua foto e seu nome para" +" confirmar sua identidade." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" +"Nós o encriptamos e enviamos para nosso serviço seguro de autorização. Nós " +"usamos os mais altos níveis de segurança e não guardamos quaisquer fotos ou " +"informações em lugar algum uma vez que a verificação tenha sido finalizada." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" +"Assim que estiver satisfeito com a foto do seu documento, você pode passar " +"para o passo 3." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "Vá para o Passo 3: Revise suas informações" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "Verificar sua Submissão" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" +"Certifique-se de que podemos verificar sua identidade com as fotos e " +"informações abaixo." + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "Revise as fotos que você tirou" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" +"Por favor, revise as fotos e verifique se elas satisfazem os requisitos " +"abaixo." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "A foto acima deve satisfazer os seguintes requisitos:" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "Seja bem iluminada" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "Mostre todo seu rosto" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" +"A foto no seu documento de identidade deve corresponder à foto do seu rosto" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "Seja legível (não muito longe, sem brilho intenso)" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" +"O nome no seu documento de identidade deve corresponder ao da conta abaixo" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "Fotos não satisfazem os requisitos?" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "Tirar outra Foto" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" +"Certifique-se de que seu nome completo na sua conta do edX ({full_name}) " +"corresponde ao do seu documento de identidade. Também utilizaremos esse nome" +" no seu certificado." + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" +"Depois de verificar que os detalhes que você proveu correspondem aos " +"requisitos, você pode confirmar o envio da sua nova verificação." + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "Sim! Todos os detalhes batem." + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "Atualize o seu registro para {} | Verificação" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "Inscrever-se para {} | Verificação" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" +"Parece que você não tem uma webcam conectada. Verifique se a sua webcam está" +" conectada e funcionando para continuar a matrícula ou selecione {a_start} " +"fazer este curso como ouvinte gratuitamente {a_end} sem verificação." + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "Ocorreu um erro ao processar o seu pedido" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" +"Ocorreu um erro! Por favor, confirme seus detalhes novamente e clique no " +"botão para prosseguir com o pagamento. Se ainda estiver com problemas, por " +"favor tente novamente mais tarde." + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "Tire Sua Foto" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "E se minha câmera não estiver funcionando?" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "Vá para o passo 2: Tirar Foto do Documento de Identificação" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "Revise as fotos que você tirou" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "Verifique o seu nível de contribuição" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "Por favor, confirme sua contribuição para este curso (mínimo $" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" +"Assim que você verifique que as suas informações estejam alinhadas com os " +"pré-requisitos, você pode ir até o passo 4, pagamento através do nosso " +"servidor seguro." + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" +"Nós obtivemos as informações submetidas novamente e em breve iremos analisá-" +"las para verificar a sua identidade. Você deve receber uma atualização em " +"relação ao seu estado de verificação dentro de 1-2 dias. Nesse período você " +"ainda terá acesso a todo o conteúdo do curso." + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "Retorne ao seu painel de controle" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "Atualize o seu registro para {}" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "Inscrever-se para {}" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "Você precisa ativar sua conta do edX antes de prosseguir" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" +"Por favor, verifique seu e-mail para mais instruções para a ativação de sua " +"nova conta. " + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "O que você vai precisar para fazer a atualização" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" +"Há três coisas que você vai precisar fazer para passar a um status de " +"estudante com identidade verificada:" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "O que você precisa para inscrever-se" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" +"Você precisa de três coisas para inscrever-se com um aluno de Identificação " +"verificada: " + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "Ativar sua conta" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "Verifique seu e-mail" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" +"você precisa de uma conta ativa do edX antes de inscrever-se - verifique seu" +" e-mail para mais instruções" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "Identificação" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "um documento de identificação com foto" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" +"uma carteira de identidade, habilitação, passaporte ou qualquer outro " +"documento com seu nome e foto emitido pelo governo ou escola" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "Webcam" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "uma webcam e um navegador moderno" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" +"Certifique-se de que seu navegador está atualizado com a versão mais recente" +" possível" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "Cartão de Crédito ou Débito" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "Um cartão de crédito ou débito" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB com logo " +"Discover" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" +"Você acha que alguma coisa esteja faltando? Você sempre pode continuar a " +"assistir esse curso sem estar matriculado." + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" +"Sentiu falta de alguma coisa? Você sempre pode {a_start}ser um ouvinte nesse" +" curso{a_end} ao invés de se matricular." + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "Vá para o Passo 1: Tirar uma Foto" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "Verificação do documento de identificação" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "Você Foi Verificado Anteriormente" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" +"Já verificamos sua identidade (através da sua foto e do seu documento de " +"identificação fornecido por você). Você pode prosseguir para fazer o " +"pagamento seguro e completar a sua inscrição. " + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "Você decidiu pagar $" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "{span_start}ativo{span_end}" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "A página que você está procurando não foi encontrada. " + +#: 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 "" +"Volte para a {homepage} ou nos informe através do endereço {email} sobre " +"qualquer página que possa ter sido movida." + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "Erro do Servidor do Studio" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "Os servidores do Studio encontraram um erro" + +#: 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 "" +"Ocorreu um erro no Studio e a página não pôde ser carregada. Por favor tente" +" novamente em alguns minutos." + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" +"Nós registramos o erro e nossa equipe está trabalhando para resolvê-lo o " +"mais rápido possível. " + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "Se o problema persistir, por favor envie-nos um email {email_link}." + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "Ativação da Conta do Studio" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "Sua conta já está ativada" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" +"Esta conta, configurada com {0}, já foi ativada. Por favor, entre no edX " +"Studio para começar a trabalhar. " + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "Entrar no Studio" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "A ativação da sua conta foi completada! " + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" +"Obrigado por ativar sua conta. Você já pode entrar e começar a utilizar o " +"edX Studio para criar cursos." + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "A ativação da sua conta é inválida" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" +"Pedimos desculpas. Ocorreu um erro durante a ativação. Verifique se você " +"visitou a URL correta. Às vezes alguns programas de e-mail separam as URLs " +"em duas linhas. " + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" +"Se você ainda tiver problemas, entre em contato com o Suporte do edX. " +"Enquanto isso, você pode voltar para" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "Entre em contato com o Suporte do edX" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "Arquivos e Subida de Arquivos" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "Fazendo o upload..." + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "Escolher arquivo" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "Subir um Novo Arquivo" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "Carregar outro arquivo" + +#: 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 "Conteúdo" + +#: cms/templates/asset_index.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 "Ações da Página" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "Quais arquivos estão listados aqui?" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" +"Qualquer arquivo que você envie para o curso será listado aqui, incluindo a " +"imagem do seu curso, capítulos do livro texto e quaisquer outros arquivos " +"que você adicione diretamente a esta página." + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "O que eu posso fazer nesta página?" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" +"Você pode fazer o upload de novos arquivos ou ver, baixar ou excluir " +"arquivos existentes. Você pode bloquear um arquivo para evitar que pessoas " +"não matriculadas no seu curso tenham acesso aos arquivos." + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" +"Use a URL listada para o arquivo a fim de criar um link para aquele arquivo " +"na barra lateral de Materiais para o Curso ou na parte principal do curso." + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "O arquivo foi deletado." + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "alerta de fechamento" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "Ferramentas" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "Listas de verificação do curso" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "Listas de verificação atuais " + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "O que são listas de verificação do curso?" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" +"Listas de verificação são ferramentas para ajudá-lo a entender e manter " +"organizados os passos necessários para deixar o seu curso pronto para os " +"estudantes." + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" +"Quaisquer mudanças para estas listas de verificação são automaticamente " +"salvas e se tornam imediatamente visíveis para outros membros da equipe do " +"curso." + +#: cms/templates/component.html +msgid "Editor" +msgstr "Editor" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "Arrastear para reorganizar" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "Atualizações dos cursos" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "Nova atualização" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" +"Use mensagens sobre as novidades dos cursos para avisar estudantes sobre " +"datas importantes ou provas, enfatizar discussões específicas nos fóruns, " +"anunciar mudanças de horário e responder a perguntas de estudantes. Voce " +"pode adicionar ou editar essas mensagens com novidades em HTML." + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "Páginas estáticas" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "Nova página" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" +"Use as Páginas Estáticas para compartilhar o programa de estudos, " +"calendários, materiais didáticos adicionais ou outros suplementos do seu " +"material de estudo." + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "Como as páginas estáticas aparecem para os alunos do meu curso?" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "Páginas estáticas do seu curso" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "Pré-visualizar as páginas estáticas no seu curso" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" +"Os nomes das suas páginas estáticas aparecem na barra de navegação do seu " +"curso, junto ao material dos cursos, informação sobre o curso, Wiki e " +"progresso no curso." + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "Fechar modal" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "Subseção do Sistema de Gerenciamento de Conteúdo " + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "Nome a ser Exibido:" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "Unidades:" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "Configurações das Subseções" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "Dia do Lançamento" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "Horário do Lançamento" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "Tempo Universal Coordenado" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "fuso horário UTC" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" +"A data acima está diferente da data de lançamento de {name}, o qual ainda " +"não está configurado. " + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" +"A data acima está diferente da data de lançamento de {name} - {start_time}" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "Sincronizar com {name}." + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "Corrigido como:" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "Marcar uma data final" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "Prazo Final " + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "Horário de entrega" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "Remover data de entrega" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "Pré-visualizar Rascunhos" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "Visualizar no ar" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "Erro Interno do Servidor" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "A página que você solicitou não pôde ser encontrada" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" +"Desculpe. Não pudemos encontrar a página do Studio que você está procurando." +" Você pode voltar para o Painel de Controle do Studio e tentar novamente. Se" +" você ainda tiver problemas no acesso, por favor fique à vontade para " +"{link_start}entrar em contato com o suporte do Studio{link_end} para obter " +"mais ajuda." + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" +"Utilize nossa ferramenta de feedback, Tender, para compartilhar suas " +"opiniões" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "O servidor encontrou um erro" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" +"Pedimos desculpas. Ocorreu um problema com o servidor enquanto tentávamos " +"processar o seu último pedido. Você pode voltar ao Painel de Controle do " +"Studio ou repetir o pedido. Se você continuar tendo problemas ao acessar " +"páginas, por favor fique à vontade para {link_start}entrar em contato com o " +"serviço de atendimento do Studio {link_end} para mais informações." + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "Voltar ao Painel de Controle" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "Exportação de Curso" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "Sobre a Exportação de Cursos" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" +"Você pode exportar cursos e editá-los fora do Studio. O arquivo exportado " +"tem um formato de arquivo .tar.gz (ou seja, um arquivo .tar comprimido com " +"GNU Zip) que contem a estrutura do curso e o seu conteúdo. Você também pode " +"importar cursos que tenha exportado previamente." + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "Exportar o Conteúdo do Meu Curso:" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "Exportar o Conteúdo do Curso" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "Dados {em_start}exportados com{em_end} seu curso:" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "Conteúdo do curso (todas as Seções, Sub-seções e Unidades)" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "Estrutura do Curso" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "Problemas Individuais" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "Recursos do Curso" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "Configurações do Curso" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "Dados {em_start}não exportados{em_end} com o seu curso:" + +#: cms/templates/export.html +msgid "User Data" +msgstr "Dados do usuário" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "Dados da Equipe do Curso" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "Dados do fórum/discussão" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "Certificados" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "Por que exportar um curso?" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" +"Você pode editar o XML do seu curso diretamente, fora do Studio. Você pode " +"criar uma cópia de backup do seu curso, ou você pode criar uma cópia do seu " +"curso que pode ser importada mais tarde para uma outra instância do seu " +"curso, e só então modificá-la." + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "Qual conteúdo é exportado?" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" +"Apenas o conteúdo do curso e a sua estrutura (incluindo seções, subseções e " +"unidades) são exportados. Outros dados não são exportados, incluindo dados " +"dos estudantes, informações sobre notas, dados sobre as discussões nos " +"fóruns, configurações do curso e informações sobre a equipe do curso." + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "Abrindo o arquivo que foi baixado" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" +"Use um programa de descompactação para extrair os dados do arquivo .tar.gz. " +"Dados extraídos incluem o arquivo course.xml e também os subdiretórios que " +"contêm o conteúdo do curso." + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "Bem-vindo(a)" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "Bem-vindo a" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" +"O Studio ajuda a gerenciar seus cursos on-line para que você possa " +"concentrar-se em ensiná-los." + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "Vários Recursos do Studio" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "O Studio ajuda a manter o seu curso organizado" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "Mantendo Seu Curso Organizado" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" +"A espinha dorsal do seu curso é como ele é organizado. O Studio oferece um " +"editor de linhas gerais, fornecendo uma hierarquia simples," +" deixando fácil arrastar e soltar elementos. Isso irá ajudar você e os seus " +"alunos a se manterem organizados." + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "Organização Simples para o Conteúdo" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" +"O Studio utiliza uma hierarquia simples de seções e " +"subseções para organizar seu conteúdo." + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "Mude de idéia a qualquer momento " + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" +"Faça um esboço das linhas gerais e construa o conteúdo em qualquer lugar. " +"Ferramentas simples de arrastar e soltar permitem que você reorganize " +"rapidamente. " + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "Vá por uma semana ou um semestre por vez" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" +"Crie e lance seções para os seus alunos gradualmente. Você " +"não tem de concluir tudo de uma vez." + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "Aprender é mais do que Apenas Aulas Expositivas" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" +"O Studio permite integrar conteúdo de uma maneira que reforce a aprendizagem" +" — aulas usando vídeos curtos, intercaladas com exercícios e muito " +"mais. Insira vídeos e crie uma grande variedade de tipos de exercício com " +"apenas alguns cliques." + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "Criar Caminhos para Aprendizagem" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" +"Ajude seus alunos a entender uma pequena parte interativa de cada vez " +"utilizando multimídia, HTML e exercícios." + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "Trabalhe Visualmente, Organize Rapidamente" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" +"Trabalhe visualmente e veja exatamente o que seus alunos verão. Reorganize " +"todos os seus conteúdos com as ferramentas de arrastar e soltar." + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "Uma Ampla Biblioteca de Tipos de Questões" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" +"É mais que do que apenas múltipla escolha. O Studio tem mais de dez tipos de" +" questões para desafiar seus alunos." + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" +"O Studio propicia a você publicação simples, rápida e gradual. Com amigos." + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "Publicação Simples, Rápida e Gradual. Com Amigos." + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" +"O Studio funciona como as aplicações da Web que você já conhece, também " +"entendendo como você cria um currículo. Publicação instantânea para a web " +"quando você quiser, lançamento gradual quando necessário. E com os co-" +"autores, você pode ter toda a sua equipe criando um curso em conjunto. " + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "Alterações Instantâneas " + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" +"Encontrou um erro? Sem problema. Quando você quiser, suas alterações irão ao" +" ar quando você as salvar. " + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "Data de Publicação" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" +"Ao finalizar uma seção, escolha quando ela irá ao ar e o " +"Studio fará o resto. Construa seu curso gradualmente. " + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "Trabalhe em Equipe" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" +"Os co-autores têm total acesso a todas as ferramentas de criação. Torne seu " +"curso ainda melhor através do trabalho em equipe. " + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "Registre-se no Studio Hoje Mesmo! " + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "Registre-se e Comece a fazer um curso no edX" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "Já possui uma conta do Studio? Entrar" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "Esboçoando o seu Curso" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" +"Esboço simples de dois níveis para organizar seu curso. Arraste e solte, e " +"visualize seu curso instantaneamente." + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "Mais do que apenas aulas" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" +"Crie vídeos, trechos de textos, discussões no texto e uma variedade de tipos" +" de questões rapidamente. " + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "Publicar na Data" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" +"Apenas marque a data de uma seção ou subseção e o Studio irá publicá-la para" +" seus alunos por você." + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "Nós estamos tendo problemas para mostrar o seu componente" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" +"Estudantes não poderão acessar esse componente. Edite novamente o seu " +"componente para solucionar o erro." + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "Importação do Curso" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" +"Tenha certeza de que você realmente deseja importar um curso antes de " +"continuar. O conteúdo do curso importado substitui todo o conteúdo do curso " +"atual. {em_start}Você não pode desfazer a importação do curso{em_end}. " +"Recomendamos que você primeiro exporte o curso atual para que você tenha um " +"backup do mesmo." + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" +"O curso que você importar deve estar em um arquivo tar.gz. (ou seja, um " +"arquivo .tar compactado com GNU Zip). Este arquivo tar.gz deve conter um " +"arquivo do tipo curso.xml. Ele também podem conter outros arquivos." + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" +"O processo de importação tem cinco estágios. Durante as duas primeiras fases" +" você deve permanecer nesta página. Você pode sair desta página após a fase " +"de descompactação ter sido concluída. Recomendamos, no entanto, que você não" +" faça grandes mudanças no seu curso até que a operação de importação tenha " +"sido concluída." + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "Selecione um arquivo .tar.gz para substituir o conteúdo do seu curso" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "Escolha um Arquivo para ser Importado" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "Arquivo Escolhido:" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "Substituir meu curso pelo curso acima" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "Status da Importação do Curso" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "Subindo" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "Tranferindo seu arquivo para os nossos servidores" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "Descompactando" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" +"Expandindo e preparando diretórios e estrutura de arquivos (agora você pode " +"sair dessa página com segurança, mas evite fazer mudanças drásticas no " +"conteúdo até que esta importação tenha sido completada)" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "Verificando" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "Revisando a semântica, sintaxe e os dados necessários" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "Atualizando o Curso" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" +"Integrando o seu conteúdo importado nesse curso. Isso pode levar tempo para " +"cursos maiores." + +#: cms/templates/import.html +msgid "Success" +msgstr "Sucesso" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "Seu conteúdo importado foi integrado a este curso" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "Visualizar o Esboço Atualizado" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "Por que importar um curso?" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" +"Você pode rodar uma nova versão de um curso existente, ou substituir um " +"curso inteiro que já existia. Ou você pode desenvolver um curso fora do " +"Studio. " + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "Qual conteúdo é importado?" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" +"Apenas o conteúdo e estrutura do curso (incluindo seções, subseções e " +"unidades) são importados. Outros dados, incluindo os dados dos alunos, " +"informações sobre notas, os dados do fórum de discussão, configurações do " +"curso e informações sobre a equipe continuam sendo os mesmo que no curso " +"pré-existente." + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "Aviso: Importar um curso enquanto ele esteja rodando" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" +"Se você realizar uma importação enquanto o curso estiver em andamento e " +"alterar os nomes de uma URL (ou nodos de nomes da URL) de quaisquer " +"componentes do problema, os dados dos alunos associados a esses componentes " +"dos exercícios podem ser perdidos. Esses dados incluem as notas dos alunos." + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "Ocorreu um erro ao subir os arquivos." + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "Ocorreu um erro ao descompactar o arquivo." + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "Ocorreu um erro ao verificar o arquivo que você enviou." + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "Ocorreu um erro ao importar o novo curso para a nossa base de dados." + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "A importação falhou." + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "Escolher um novo arquivo" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" +"A sua importação está em progresso; navegar para outro local irá abortá-la." + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "Meus Cursos" + +#: cms/templates/index.html +msgid "New Course" +msgstr "Novo curso" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "Envie um e-mail para nossa equipe para criar um curso" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "Bem-vindo(a), {0}!" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" +"Aqui estão todos os cursos aos quais você atualmente tem acesso no Studio:" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "Atualmente você não está associado a nenhum Curso do Studio." + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "Por favor corrija os campos em destaque abaixo. " + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "Criar um Novo Curso" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "Informação necessária para criar um novo curso" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "ex.: Introdução à Ciência da Computação" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "O nome público do seu curso." + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "Organização" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "por exemplo, Universidade X ou Organização X" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "O nome da organização promovendo o curso." + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" +"Nota: Isto é parte da URL do seu curso, e portanto espaços ou caracteres " +"especiais não são permitidos." + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" +"Isto não pode ser modificado, mas mais tarde você pode criar um nome " +"diferente para ser exibido através das Configurações Avançadas." + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "por exemplo, CS101" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "O número único que identifica seu curso dentro da sua organização." + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" +"Nota: Isto é parte da URL do seu curso e portanto espaços e caracteres " +"especiais não são permitidos. A URL também não pode ser modificada." + +#: cms/templates/index.html +msgid "Course Run" +msgstr "Versão do Curso" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "por exemplo, 2014_T1" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "O período no qual o seu curso será conduzido." + +#: cms/templates/index.html +msgid "Create" +msgstr "Criar" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "Duração do Curso:" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "Você faz parte da equipe de um curso existente no Studio?" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" +"Você precisa ser adicionado ao curso no Studio pelo criador do curso. Por " +"favor entre em contato com o criador ou administrador a respeito do curso " +"específico que você está ajudando a criar. " + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "Criar seu Primeiro Curso" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "O seu novo curso está a um clique de distância! " + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "Tornando-se um Criador de Cursos no Studio" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" +"O edX Studio é uma solução de hospedagem para nossos parceiros do " +"xConsortium e convidados selecionados. Os cursos nos quais você faz parte da" +" equipe aparecem acima para que você possa editar. Os privilégios de criador" +" de curso são concedidos pelo edX. Nossa equipe fará a avaliação da sua " +"solicitação e fornecerá uma resposta dentro de 24 horas em dias úteis." + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "O status do seu Pedido para se tornar um Criador de Cursos: " + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "Requisitar a Capacidade para Criar Cursos" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "Status da sua solicitação para ser um criador de curso" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" +"O edX Studio é uma solução de hospedagem para os nossos parceiros do " +"xConsortium e convidados selecionados. Os cursos nos quais você faz parte da" +" equipe aparecem acima para você editar, enquanto que os privilégios de " +"criador de curso são concedidos pelo edX. Nossa equipe já completou a " +"avaliação da sua solicitação. " + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "A sua solicitação para ser Criador de Curso é:" + +#: cms/templates/index.html +msgid "Denied" +msgstr "Recusado" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" +"Sua solicitação não satisfaz os critérios/diretrizes especificados pela " +"Equipe da edX." + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" +"O edX Studio é uma solução de hospedagem para nossos parceiros do " +"xConsortium e convidados selecionados. Os cursos nos quais você faz parte da" +" equipe aparecem acima para você editar, enquanto que os privilégios de " +"criador de curso são concedidos pelo edX. No momento, sua solicitação está " +"sendo avaliada pela nossa equipe. " + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" +"No momento, a sua solicitação está sendo revisada pela equipe do edX e deve " +"ser atualizada em breve. " + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "Precisa de ajuda?" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" +"Se você é novo no Studio e está tendo problemas ao usá-lo, existem algumas " +"informações que podem ser de ajuda:" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "Comece lendo as Instruções do Studio" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "Solicite ajuda sobre o Studio" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "Posso criar cursos no Studio?" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "Para criar cursos no Studio, você deve" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "entrar em contato com a equipe do edX para ajudá-lo a criar o curso" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" +"Para criar seus próprio cursos no Studio, você deve ter os privilégios de " +"criador. " + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "Sua solicitação para criar cursos no Studio foi negada. Por favor" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "Entre em contato com a Equipe do edX para mais informações" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "Obrigada por registar-se, %(name)s!" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "Precisamos verificar o seu e-mail" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" +"Estamos quase terminando! Para completar seu registro, precisamos verificar " +"seu e-mail (%(email)s). Uma mensagem de ativação e os próximos passos devem " +"estar esperando por você no e-mail que acabamos de enviar. " + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" +"Por favor verifique as pastas de Lixo Eletrônico ou de Spam caso você não " +"encontre nossa mensagem na sua CAIXA DE ENTRADA. Ainda assim não consegue " +"encontrar nossa mensagem de e-mail? Solicite ajuda através do link abaixo." + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "Entrar" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "Entrar no edX Studio" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "Não possui uma conta no Studio? Registre-se! " + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "Informação necessária para entrar no edX Studio" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "E-mail" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "Supporte do Studio" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" +"Está tendo problemas com sua conta? Utilize {link_start}nossa central de " +"suporte{link_end} para ver as etapas de auto-ajuda, ver soluções que outros " +"já encontraram sobre o mesmo problema ou para nos informar sobre seu " +"problema. " + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "Configurações da Equipe do Curso" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "Equipe do Curso" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "Novo Membro da Equipe" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "Adicionar um Usuário à Equipe do seu Curso" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "Informações sobre o Novo Membro da Equipe" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "E-mail do Usuário" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "por exemple, ana.carvalho@gmail.com" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" +"Por favor forneça o e-mail do membro da equipe que você gostaria de " +"adicionar ao curso" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "Adicionar Usuário" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "Papel Atual:" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "Você!" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "Equipe" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "enviar uma mensagem para {email}" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" +"Promova outro membro a Administrador para remover seus direitos de " +"administrador" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "Remover Acesso de Administrador" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "Adicionar Acesso de Administrador" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "Deletar o usuário, {username}" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "Adicionar Membros da Equipe para esse Curso" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" +"Adicionar membros da equipe torna a criação do curso colaborativa. Os " +"usuários devem ser registrados no Studio e ter uma conta ativa." + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "Adicionar um Novo Membro da Equipe" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "Papéis da Equipe do Curso" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" +"Membros da equide de cursos ou pessoal administrativo são coautores. Eles " +"possuem privilégios plenos para escrita e edição de todo o conteúdo do " +"curso." + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" +"Administradores são membros da equipe do curso que podem adicionar ou " +"remover outros membros da equipe." + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "Transferindo a propriedade" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" +"Cada curso deve ter um administrador. Se você é o administrador e deseja " +"transferir a propriedade do curso a outra pessoa, clique em Adicionar Acesso" +" de Administrador para fazer de um outro usuário o administrador. Em " +"seguida, peça que o usuário remova-o da Lista da Equipe do Curso" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "Descrição Geral do Curso" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "Expandir/Contrair esta seção" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "Nome da Nova Seção" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "Adicione um novo nome para a seção" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "Deletar esta Seção" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "Arrastar para reordenar" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "Nova Subseção" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "Nova Unidade" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "Você ainda não adicionou nenhuma seção para o seu esboço de curso." + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "Adicione a sua primeira seção" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "Contrair todas as seções" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "Nova Seção" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "Esta seção não está marcada para lançamento." + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "Horário" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "Data de lançamento:" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "Editar a seção com a data de lançamento" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "Deletar seção" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "Arraste para reordenar a seção" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "Expandir/Contrair esta subseção" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "Deletar esta subseção" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "Deletar a subseção" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" +"Você pode criar novas seções e subseções, definir a data de lançamento de " +"seções e criar novas unidades nas subseções já existentes. Você pode definir" +" o tipo de tarefas para as subseções que serão corrigidas e você pode também" +" abrir uma subseção para ser editada depois." + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" +"Além disso, você pode arrastar e soltar seções, subseções e unidades para " +"reorganizar o seu curso." + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "Data de Lançamento da Seção" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" +"Na data definida abaixo, esta seção - {name} - será liberada para os alunos." +" Qualquer unidade designada como privada só será visível para os " +"administradores." + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "Ações no formulário" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "Horário e Detalhes das Configurações" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "Calendário e Detalhes" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "Informações Básicas" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "Os detalhes do seu curso" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "Este campo está desabilitado: esta informação não pode ser alterada." + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "Página do Resumo do Curso" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "(para matrícula e acesso dos alunos)" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "Envie um recado para os alunos por e-mail" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "Convide seus alunos" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "Promover seu curso com o edX" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" +"Sua página com o resumo do curso não será visível até que o seu curso tenha " +"sido anunciado. Para inserir o conteúdo para a página e visualizá-lo, siga " +"as instruções fornecidas pelo seu Coordenador do Programa." + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "Calendário do curso" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "Datas que controlam quando seu curso pode ser visualizado." + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "Primeiro dia do curso" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "Horário quando o curso é iniciado" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "Data de Término do Curso" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "Último dia quando o seu curso ainda está ativo" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "Horário do término do curso" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "Início da matrícula" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "Primeiro dia em que os alunos podem se matricular" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "Horário de início da matrícula" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "Data de término da matrícula" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "Último dia em que os alunos podem se matricular" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "Horário do término da matrícula" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "Estas datas não são usadas na promoção do seu curso" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" +"Estas datas têm influência sobre quando o seu material didático pode" +" ser visto, mas elas não são as datas expostas na página de" +" resumo do seu curso. Para fornecer as datas de início e inscrição " +"do curso como estão expostas na página de resumo do seu curso, siga as " +"instruções fornecidas pelo seu Gerente de " +"Programa ou Conrad Warre (conrad@edx.org)." + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "Apresentação do seu curso" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "Informações para futuros alunos " + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "Visão Geral do Curso" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "Página de resumo do curso" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" +"Introdução, pré-requisitos e perguntas frequentes que são usados em %s " +"(formatado em HTML)" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "Imagem do Curso" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" +"Você pode gerenciar essa imagem junto com todos os outros arquivos e subidas de arquivo" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" +"Atualmente o seu curso não possui uma imagem. Por favor, faça o upload de " +"uma imagem (formato: JPEG ou PNG. Dimensões mínimas: 375px de largura por " +"200px de altura)" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" +"Por favor forneça um caminho válido e nome para a imagem do seu curso " +"(Observação: apenas os formatos JPEG e PNG são suportados)" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "Subir a imagem do curso" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "Video de Introdução do Curso" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "Deletar vídeo atual" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" +"Digite a identificação dos vídeos do YouTube (juntamente com qualquer " +"parâmetro de restrição)" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "Requisitos" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "Expectativas dos alunos que estão fazendo este curso" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "Horas de Dedicação por Semana" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "Tempo usado para as tarefas de todo o curso" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "Como essas configurações são usadas?" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" +"O horário do seu curso determina quando estudantes podem se matricular e " +"começar o curso." + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" +"Outras informações dessa página aparecem na página Sobre o Curso para o seu " +"curso. Essas informações incluem o Sumário sobre o curso, imagem do curso, " +"vídeo introdutório e estimativas de tempo requeridas. Estudantes usam a " +"página Sobre o Curso para escolher quais cursos desejem fazer." + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "Outras configurações do Curso" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "Corrigindo" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "Configurações Avançadas" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "As alterações de regras do curso foram salvas." + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "Ocorreu um erro ao salvar suas informações. Por favor veja abaixo." + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "Definição do Manual de Regras do Curso" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" +"Aviso: Não modifique estas regras do curso a menos que você" +" esteja familiarizado com seus propósitos." + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "O que as configurações avançadas fazem?" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" +"Configurações avançadas controlam funcionalidades específicas do curso. " +"Nesta página você pode editar as políticas dos manuais, os quais são pares " +"de chave-valor baseados em JSON que controlam as configurações específicas " +"do curso." + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" +"Todas as políticas que você modifique aqui vão substituir todas as outras " +"informações que você tenha definido em outro lugar no Studio. Não edite " +"políticas a menos que você esteja certo do seu propósito e sintaxe." + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" +"{em_start}Nota:{em_end} Quando você colocar strings como valores das " +"políticas, tenha certeza de que você use aspas duplas (\") para esse string." +" Não use aspas simples (')." + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "Detalhes e Horário" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "Configurações da Correção" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "Amplitude Global das Notas" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "Escala geral de correção para as notas finais dos alunos" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "Regras para atribuição de notas" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" +"Prazos, requisitos e logística sobre a atribuição de notas aos trabalhos dos" +" alunos" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "Período de tolerância em relação ao prazo final:" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "Concessão para prazos finais" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "Tipos de Tarefa" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "Categorias e etiquetas para todos os exercícios que valham nota" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "Novo Tipo de Tarefa " + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" +"Você pode usar o slider na seção Amplitude de Nota Geral para especificar se" +" o curso tem notas no formato aprovado/reprovado ou classificado por notas " +"com letras ABCD, e também estabelecer as notas de corte para cada série." + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" +"Você pode especificar se o seu curso oferece aos estudantes um período de " +"carência para tarefas atrasadas." + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" +"Você também pode criar tipos de testes, como tarefas de casa, tarefas de " +"laboratórios, questionários e exames finais, além de especificar a nota " +"correspondente a cada tipo de teste." + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "Registre-se no edX Studio" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "Já possui uma conta no Studio? Entrar" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" +"Pronto para começar a criar cursos on-line? Cadastre-se abaixo e comece a " +"criar seu primeiro curso de edX hoje." + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "Informações Necessárias para Cadastrar-se no edX Studio" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" +"Isto será usado em discussões públicas em seus cursos e nos nossos fóruns de" +" suporte edX101" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "Sua localização" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "Língua de preferência" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "Concordo com os {a_start}Termos de Serviço{a_end}" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "Criar Minha Conta e Iniciar a Criação de Cursos" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "Perguntas Frequentes sobre o Studio" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "Para quem é o Studio?" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" +"O Studio é para qualquer pessoa que queira criar cursos on-line e que " +"utilize a plataforma global do edX. Nossos usuários são geralmente docentes," +" professores auxiliares, membros de equipes dos cursos e membros de grupos " +"de instrução tecnológica. " + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "Preciso ser tecnicamente capacitado para criar um curso no Studio? " + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" +"O Studio foi criado para ser fácil de usar por qualquer pessoa familiarizada" +" com ambientes de criação (Wordpress, Moodle, etc.). Não é necessário " +"qualquer conhecimento de programação, mas para alguns recursos mais " +"avançados seria útil ter uma formação técnica. Como sempre, estamos aqui " +"para ajudar, e então comece a explorá-lo." + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "Eu nunca criei um curso on-line antes. Existe algum tipo de ajuda?" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" +"Certamente. Criamos o curso on-line EdX101, o qual descreve as melhores " +"práticas: desde a gravação de vídeos e criação de exercícios até as noções " +"básicas de gestão de um curso on-line. Além disso, estamos sempre aqui para " +"ajudar, envie-nos uma mensagem. " + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "Livros Didáticos" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" +"Você tem alterações não salvas. Você realmente deseja sair desta página?" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "Novo Livro Didático" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "Por que eu devo segmentar o meu livro didático em capítulos?" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" +"Separando o seu livro em vários capítulos reduz o tempo de carregamento para" +" os alunos, especialmente aqueles com uma conexão de Internet lenta. " +"Dividindo os livros em capítulos também pode ajudar os alunos a encontrar " +"mais facilmente as informações baseadas em tópicos." + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "E se meu livro não estiver divido em capítulos?" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" +"Se o seu livro não tem capítulos individuais, você pode carregar todo o " +"texto como um único capítulo e daí digitar um nome de sua escolha no campo " +"Nome do Capítulo." + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "Unidade Individual" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "Você está editando um rascunho." + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "Esta unidade foi publicada originalmente em {date}." + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "Visualizar a Versão que está no Ar" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "Adicionar Novo Componente" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "Tipos Comuns de Problemas" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "Avançado" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "Configurações da Unidade" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "Visibilidade:" + +#: cms/templates/unit.html +msgid "Public" +msgstr "Público" + +#: cms/templates/unit.html +msgid "Private" +msgstr "Privado" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" +"Esta unidade foi publicada. Para fazer alterações, você deve " +"{link_start}editar um rascunho{link_end}." + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" +"Este é um rascunho da unidade publicada. Para fazer a atualização da versão " +"que está no ar você deve {link_start}substitui-la por este " +"rascunho{link_end}." + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" +"Esta unidade está marcada para ser lançada para os alunos" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "no dia {date}" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "com a subseção {link_start}{name}{link_end}" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "Deletar Rascunho" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "Localização da Unidade" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "Identificador de Unidade:" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" +"Obrigado por registrar-se no Studio do edX! Para ativar sua conta, por favor" +" copie e cole este endereço na barra de endereço do seu navegador. " + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" +"Se você não solicitou isso, você não precisa fazer mais nada. Nós não " +"enviaremos nenhuma mensagem para você. Por favor, não responda a este " +"e-mail. Se você precisar de assistência, verifique a seção de ajuda do " +"website do edX." + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "Sua conta do edX Studio" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "{email} solicitou privilégios de criador de curso no Studio" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" +"O usuário '{user}' com e-mail {email} solicitou privilégios de criador de " +"curso no Studio." + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" +"Para autorizar ou negar esta solicitação, utilize a tabela de administração " +"de criador do curso. " + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" +"Sua solicitação para os direitos de criação de um curso no edX Studio foi " +"negada. Se você acredita que isso seja um erro, por favor entre em contato " +"com: " + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" +"Sua solicitação para os direitos de criação de um curso no edX Studio foi " +"aprovada. Para criar seu primeiro curso, visite:" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" +"Seus direitos de criação no edX Studio foram revogados. Se você acredita que" +" isso seja um erro, por favor entre em contato com: " + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "Seu status de criador de curso para o edX Studio" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "Você já pode {link_start}fazer o login{link_end}." + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" +"Um link de ativação foi enviado para {email} junto a instruções para ativar " +"a sua conta." + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "Todos os direitos reservados." + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "Entrar em Contato" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "Curso Atual:" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "Navigação do {course_name}:" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "Esboço" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "Atualizações" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "Horário e Detalhes" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "Listas de verificação" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "Importar" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "Exportar" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "Ajuda e Navegação da Conta" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "Este é um documento em PDF" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "Documentação sobre o Studio" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "Central de Ajuda do Studio" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "No momento logado como:" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "Sair" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "No momento você não está conectado" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "Como o Studio funciona" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "Ajuda do Studio" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "Iniciar Compilador de Fonte Latex " + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "Cabeçalho 1" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "Múltipla Escolha" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "Caixa de Seleção" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "Entrada de Texto" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "Entrada Numérica" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "Lista Dropdown" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "Explicação" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "Editor avançado" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "Abrir/Fechar Lista de Dicas" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "Procurando por Ajuda com o Studio? " + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "Ajuda do edX Studio" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" +"Precisa de ajuda com o Studio? A criação de um curso é complexa, por isso " +"estamos aqui para ajudar. Explore as instruções, central de ajuda e também " +"nosso curso introdutório para autores de curso, chamado edX101. " + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "Baixar as instruções do Studio" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "Como utilizar o Studio para criar o seu curso" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "Matricule-se no edX101" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "Entre em contato conosco sobre o Studio" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" +"Você tem problemas, dúvidas ou sugestões sobre o Studio? Estamos aqui para " +"ouvir qualquer opinião que você queira dar." + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "nome" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "Deletar esta unidade" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "Deletar unidade" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "Arraste para ordenar" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "Arraste para reorganizar a unidade" + +# empty +msgid "This is a key string." +msgstr "Esta é uma sequência chave." diff --git a/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo b/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..d642ec008c83 Binary files /dev/null and b/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/pt_BR/LC_MESSAGES/djangojs.po b/conf/locale/pt_BR/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..f12db54b9968 --- /dev/null +++ b/conf/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -0,0 +1,806 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Portuguese (Brazil) (http://www.transifex.com/projects/p/edx-platform/language/pt_BR/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# andreibosco , 2013 +# andreibosco , 2013 +# brk0_0, 2013 +# brunojm , 2014 +# brunojm , 2014 +# LucasPPires , 2014 +# LucasPPires , 2014 +# niels006 , 2014 +# niels006 , 2014 +# brk0_0, 2013 +# RenataBarboza, 2013 +# RenataBarboza, 2013-2014 +# rpietrobon , 2013-2014 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# andreibosco , 2013 +# brk0_0, 2013 +# brunojm , 2014 +# niels006 , 2014 +# niels006 , 2014 +# RenataBarboza, 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/edx-platform/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "Este link será aberto em uma nova janela/aba do navegador" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "Cancelar" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "Pausa" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "Reproduzir" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "Preencher navegador" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "Sair da tela cheia do navegador" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "Alta definição desativada" + +#: 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 "Posição do vídeo" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "Vídeo encerrado" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "%(value)s hora" +msgstr[1] "%(value)s horas" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "%(value)s minuto" +msgstr[1] "%(value)s minutos" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "%(value)s segundo" +msgstr[1] "%(value)s segundos" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "Volume" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "Mudo" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "Muito baixo" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "Baixo" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "Médio" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "Alto" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "Muito alto" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "Máximo" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "A legenda aparecerá quando" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "Ativar legenda" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "%s atrás" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "%s a partir de agora" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "menos de um minuto" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "aproximadamente um minuto" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minutos" +msgstr[1] "%d minutos" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "aproximadamente uma hora" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "aproximadamente %d horas" +msgstr[1] "aproximadamente %d horas" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "um dia" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dia" +msgstr[1] "%d dia" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "aproximadamente um mês" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d meses" +msgstr[1] "%d meses" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "aproximadamente um ano" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d anos" +msgstr[1] "%d anos" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "%s disponíveis" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Esta é a lista de %s disponíveis. Você pode escolher alguns selecionando-os " +"na caixa abaixo e clicando na seta \"Escolher\" entre as duas caixas. " + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Digite nesta caixa para filtrar a lista de %s disponíveis." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "Filtrar" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "Escolher todos" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "Clique para escolher todos %s de uma vez." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "Escolher" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "Remover" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "%s escolhidos" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Esta é a lista de %s escolhidos. Você pode remover alguns selecionando-os na" +" caixa abaixo e clicando na seta \"Remover\" entre as duas caixas." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "Remover todos" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "Clique para remover todos os %s escolhidos de uma só vez." + +#: 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] "%(sel)s de %(cnt)s selecionado" +msgstr[1] "%(sel)s de %(cnt)s selecionados" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" +"Janeiro|Fevereiro|Março|Abril|Maio|Junho|Julho|Agosto|Setembro|Outubro|Novembro|Dezembro" + +#. 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 "Dom|Seg|Ter|Qua|Qui|Sex|Sáb" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "Mostrar" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "Ocultar" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "Domingo|Segunda|Terça|Quarta|Quinta|Sexta|Sábado" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "Agora" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "Relógio" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "Escolher um horário" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "Meia-noite" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "06:00" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "Meio-dia" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "Hoje" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "Calendário" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "Ontem" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "Amanhã" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" +"

Inserir Hiperlink

http://examplo.com/ \"título " +"opcional\"

" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" +"

Insira a Imagem (suba um arquivo ou digite " +"url)

http://example.com/images/diagram.jpg \"título " +"opcional\"

" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "Ajuda para Editar Markdown" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "Negrito (Ctrl+B)" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "Itálico (Ctrl+I)" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "Hiperlink (Ctrl+L)" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "Citação em bloco (Ctrl+Q)" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "Amostra de Código (Ctrl+K)" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "Imagem (Ctrl+G)" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "Lista numerada (Ctrl+O)" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "Lista com Marcadores (Ctrl+U)" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "Cabeçalho (Ctrl+H)" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "Regra horizontal (Ctrl+R)" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "Desfazer (Ctrl+Z)" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "Refazer (Ctrl+Y)" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "Refazer (Ctrl+Shift+Z)" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "texto forte" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "texto enfatizado" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "insira a descrição da imagem aqui" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "insira a descrição do link aqui" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "Citação em bloco" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "insira o código aqui" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "Lista de itens" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "Cabeçalho" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "Este link irá abrir em uma janela modal" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "Deletar isso" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "Deletando isso" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "Sim, deletar isso" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "Deletando… " + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" +"O comprimento combinado dos campos de organização, número e período do curso" +" não pode ultrapassar 65 caracteres. " + +#: cms/static/js/index.js +msgid "Required field." +msgstr "Campo obrigatório." + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "Ocultar Ajuda do Studio" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "Procurando por Ajuda em relação ao Studio? " + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "Você deve especificar um nome " + +#: cms/static/js/models/section.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 "Salvando…" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" +"Apenas arquivos <%= fileTypes %> podem ser subidos. Por favor selecione uma " +"extensão de arquivo com um final <%= fileExtensions %> para subi-lo." + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "ou" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "O curso deve ter uma data de início designada." + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "A data do final do curso não pode ser anterior à data de início. " + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" +"A data de início do curso não pode ser anterior à data de início da " +"matrícula. " + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" +"A data de início da matrícula não pode ser posterior à data final para a " +"matrícula. " + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" +"A data final de matrícula não pode ser posterior à data do final do curso. " + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "A chave deve conter apenas letras, números, _, ou -" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "Já existe um outro tipo de tarefa com este nome." + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "Por favor insira um número inteiro entre 0 e 100." + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "Por favor adicione um número inteiro maior do que 0." + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "Por favor adicione um número inteiro não negativo." + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "Não é possível arrastar mais <% attrs.types %> do que os assinalados." + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "O prazo de tolerância deve ser especificado no formato HH:MM. " + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "Confirmar que o arquivo será deletado" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" +"Você tem certeza que deseja excluir este ítem? A operação não pode ser revertida!\n" +"\n" +"\n" +"Além disso, qualquer conteúdo que possua links ou se refira a este ítem não irá funcionar mais (ex.: imagens e/ou links quebrados) " + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "Deletar" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "O seu arquivo foi deletado." + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "Nome" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "Data Adicionada" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "Você tem certeza de que deseja deletar essa atualização?" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "Esta ação não pode ser desfeita." + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "Subir um novo PDF em “<%= name %>”" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "Salvando" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "Houve um erro durante a subida do arquivo" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" +"Não há suporte para esse formato de arquivo. Por favor suba um arquivo com " +"uma extensão tar.gz." + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "Colapsar todas as seções" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "Expandir todas as seções" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "Data de lançamento:" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "{day}/{month}/{year} às {hour}:{minute} UTC" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "Editar a seção com a data de lançamento" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "crescente" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "decrescente" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" +"Mostrando %(current_span)s%(start)s-%(end)s%(end_span)s de " +"%(total_span)s%(total)s total%(end_span)s, ordenado por " +"%(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 "As alterações não foram salvas" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "Voltar e resolver este problema" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "Deletar “<%= 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 "" +"Deletar um livro texto não pode ser desfeito. Uma vez que o livro seja " +"deletado qualquer referência a ele durante a navegação pelo seu material " +"didático também será removida. " + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "Deletando" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "Desculpe, ocorreu um erro" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "Você fez algumas alterações" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "As alterações não terão efeito até que você salve o seu progresso." + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "Você fez algumas alterações, mas há erros" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" +"Por favor, primeiro corrija os erros nesta página e somente depois salve o " +"seu progresso. " + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "Salvar Alterações" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "Suas alterações foram salvas." + +#: 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 "" +"As alterações não terão efeito até que você salve seu progresso. Verifique a" +" formatação da chave e valor, pois a validação não está implementada. " + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "As alterações na política foram salvas." + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" +"Por favor note que a validação dos pares de chave e valor da política ainda " +"não está implementada. Se você tiver problemas, por favor revise seus pares " +"referentes à política. " + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "Suba a foto do seu curso." + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "Os arquivos devem estar nos formatos JPEG ou PNG." diff --git a/conf/locale/pt_PT/LC_MESSAGES/django.mo b/conf/locale/pt_PT/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..05717e8a0b46 Binary files /dev/null and b/conf/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/conf/locale/pt_PT/LC_MESSAGES/django.po b/conf/locale/pt_PT/LC_MESSAGES/django.po new file mode 100644 index 000000000000..07b48ab13bfa --- /dev/null +++ b/conf/locale/pt_PT/LC_MESSAGES/django.po @@ -0,0 +1,9930 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Portuguese (Portugal) (http://www.transifex.com/projects/p/edx-platform/language/pt_PT/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ksh , 2013 +# ksh , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ksh , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Portuguese (Portugal) (http://www.transifex.com/projects/p/edx-platform/language/pt_PT/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ksh , 2013 +# ksh , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ksh , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ksh , 2013 +# ksh , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: ksh \n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/edx-platform/language/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo b/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..2d54c84b5046 Binary files /dev/null and b/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/pt_PT/LC_MESSAGES/djangojs.po b/conf/locale/pt_PT/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..778e7cffd716 --- /dev/null +++ b/conf/locale/pt_PT/LC_MESSAGES/djangojs.po @@ -0,0 +1,752 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Portuguese (Portugal) (http://www.transifex.com/projects/p/edx-platform/language/pt_PT/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ksh , 2013 +# ksh , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ksh , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/edx-platform/language/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/ru/LC_MESSAGES/django.mo b/conf/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..a36f1026ad4a Binary files /dev/null and b/conf/locale/ru/LC_MESSAGES/django.mo differ diff --git a/conf/locale/ru/LC_MESSAGES/django.po b/conf/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 000000000000..5aa66a0985f9 --- /dev/null +++ b/conf/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,9963 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Russian (http://www.transifex.com/projects/p/edx-platform/language/ru/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asandler , 2013 +# berseneva, 2013 +# Tenrius , 2013 +# ejikjane , 2013 +# ejikjane , 2013 +# berseneva, 2013 +# Tenrius , 2013 +# viktoria , 2013 +# viktoria , 2013 +# asandler , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asandler , 2013 +# berseneva, 2013 +# ejikjane , 2013 +# Tenrius , 2013 +# viktoria , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Russian (http://www.transifex.com/projects/p/edx-platform/language/ru/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asandler , 2013 +# berseneva, 2013 +# Tenrius , 2013 +# Gfirey , 2013 +# Gfirey , 2013 +# Man2Life , 2013 +# Nichik , 2013 +# Man2Life , 2013 +# berseneva, 2013 +# Tenrius , 2013 +# viktoria , 2013 +# viktoria , 2013 +# asandler , 2013 +# Nichik , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asandler , 2013 +# berseneva, 2013 +# Gfirey , 2013 +# Man2Life , 2013 +# Nichik , 2013 +# Tenrius , 2013 +# viktoria , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# viktoria , 2013 +# viktoria , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: viktoria \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/edx-platform/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/ru/LC_MESSAGES/djangojs.mo b/conf/locale/ru/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..37177cbdfc4f Binary files /dev/null and b/conf/locale/ru/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/ru/LC_MESSAGES/djangojs.po b/conf/locale/ru/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..c20d1a720151 --- /dev/null +++ b/conf/locale/ru/LC_MESSAGES/djangojs.po @@ -0,0 +1,776 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Russian (http://www.transifex.com/projects/p/edx-platform/language/ru/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asandler , 2013 +# Tenrius , 2013 +# ejikjane , 2013 +# ejikjane , 2013 +# Man2Life , 2013 +# Nichik , 2013 +# Man2Life , 2013 +# Tenrius , 2013 +# viktoria , 2013 +# viktoria , 2013 +# asandler , 2013 +# Nichik , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# asandler , 2013 +# ejikjane , 2013 +# Man2Life , 2013 +# Nichik , 2013 +# Tenrius , 2013 +# viktoria , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/edx-platform/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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[2] "" + +#: 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[2] "" + +#: 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[2] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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[2] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/si/LC_MESSAGES/django.mo b/conf/locale/si/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..b7822c1a4cc7 Binary files /dev/null and b/conf/locale/si/LC_MESSAGES/django.mo differ diff --git a/conf/locale/si/LC_MESSAGES/django.po b/conf/locale/si/LC_MESSAGES/django.po new file mode 100644 index 000000000000..705e8bc4b362 --- /dev/null +++ b/conf/locale/si/LC_MESSAGES/django.po @@ -0,0 +1,9925 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Sinhala (http://www.transifex.com/projects/p/edx-platform/language/si/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# leprabat , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Sinhala (http://www.transifex.com/projects/p/edx-platform/language/si/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# leprabat , 2013 +# leprabat , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: leprabat \n" +"Language-Team: Sinhala (http://www.transifex.com/projects/p/edx-platform/language/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/si/LC_MESSAGES/djangojs.mo b/conf/locale/si/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..e2763abb5f19 Binary files /dev/null and b/conf/locale/si/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/si/LC_MESSAGES/djangojs.po b/conf/locale/si/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..c9581b441c34 --- /dev/null +++ b/conf/locale/si/LC_MESSAGES/djangojs.po @@ -0,0 +1,749 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Sinhala (http://www.transifex.com/projects/p/edx-platform/language/si/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Sinhala (http://www.transifex.com/projects/p/edx-platform/language/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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] "" + +#: 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] "" + +#: 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] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/sk/LC_MESSAGES/django.mo b/conf/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..ef2ea401698d Binary files /dev/null and b/conf/locale/sk/LC_MESSAGES/django.mo differ diff --git a/conf/locale/sk/LC_MESSAGES/django.po b/conf/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 000000000000..8b0f90f06813 --- /dev/null +++ b/conf/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,9927 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Slovak (http://www.transifex.com/projects/p/edx-platform/language/sk/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Slovak (http://www.transifex.com/projects/p/edx-platform/language/sk/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Vladimír Záhradník , 2013 +# Vladimír Záhradník , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-13 07:10+0000\n" +"Last-Translator: Vladimír Záhradník \n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/edx-platform/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/sk/LC_MESSAGES/djangojs.mo b/conf/locale/sk/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..3de5176cf7ae Binary files /dev/null and b/conf/locale/sk/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/sk/LC_MESSAGES/djangojs.po b/conf/locale/sk/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..08ed3ae3a781 --- /dev/null +++ b/conf/locale/sk/LC_MESSAGES/djangojs.po @@ -0,0 +1,761 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Slovak (http://www.transifex.com/projects/p/edx-platform/language/sk/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Vladimír Záhradník , 2013 +# Vladimír Záhradník , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Vladimír Záhradník , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/edx-platform/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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[2] "" + +#: 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[2] "" + +#: 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[2] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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[2] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/sl/LC_MESSAGES/django.mo b/conf/locale/sl/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..40959169b5eb Binary files /dev/null and b/conf/locale/sl/LC_MESSAGES/django.mo differ diff --git a/conf/locale/sl/LC_MESSAGES/django.po b/conf/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 000000000000..0c3487a8bd08 --- /dev/null +++ b/conf/locale/sl/LC_MESSAGES/django.po @@ -0,0 +1,9930 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Slovenian (http://www.transifex.com/projects/p/edx-platform/language/sl/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Slovenian (http://www.transifex.com/projects/p/edx-platform/language/sl/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# klonitklonit , 2014 +# klonitklonit , 2014 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-01-30 14:34+0000\n" +"Last-Translator: sarina \n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/edx-platform/language/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/sl/LC_MESSAGES/djangojs.mo b/conf/locale/sl/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..4bb93763b426 Binary files /dev/null and b/conf/locale/sl/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/sl/LC_MESSAGES/djangojs.po b/conf/locale/sl/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..ee9c7a0407fb --- /dev/null +++ b/conf/locale/sl/LC_MESSAGES/djangojs.po @@ -0,0 +1,784 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Slovenian (http://www.transifex.com/projects/p/edx-platform/language/sl/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# klonitklonit , 2014 +# klonitklonit , 2014 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/edx-platform/language/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "Ta povezava se bo odprla v novem oknu/zavihku" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "Prekliči" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "Video drsnik" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "Pavza" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "Igraj" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "Celozaslonski način" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "Izhod iz celozaslonskega načina." + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "HD vključen" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "HD izključen" + +#: 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 "Video pozicija" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "Video končan" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "%(value) ura" +msgstr[1] "%(value) uri" +msgstr[2] "%(value) ur" +msgstr[3] "%(value) ur" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "%(value) minuta" +msgstr[1] "%(value) minuti" +msgstr[2] "%(value) minut" +msgstr[3] "%(value) minut" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "%(value) seconda" +msgstr[1] "%(value) secondi" +msgstr[2] "%(value) second" +msgstr[3] "%(value) second" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "Glasnost" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "Utišano" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "Zelo tiho" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "Tiho" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "Povprečno" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "Glasno" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "Zelo glasno" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "Maksimum" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "Napisi bodo omogočeni, ko" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "Vključi napise" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "Izključi napise" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "%s nazaj" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "%s od zdaj" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "manj kot minuto" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "približno minuto" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuta" +msgstr[1] "%d minuti" +msgstr[2] "%d minut" +msgstr[3] "%d minut" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "približno uro" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "približno %d ura" +msgstr[1] "približno %d uri" +msgstr[2] "približno %d ur" +msgstr[3] "približno %d ur" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "dan" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dan" +msgstr[1] "%d dneva" +msgstr[2] "%d dnevov" +msgstr[3] "%d dnevov" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "približno mesec" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mesec" +msgstr[1] "%d mesca" +msgstr[2] "%d mescov" +msgstr[3] "%d mescov" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "približno leto" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d leto" +msgstr[1] "%d leti" +msgstr[2] "%d let" +msgstr[3] "%d let" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "%s, ki so na voljo" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Seznam vseh %s, ki so na voljo. Lahko jih izberete tako, da jih označite v " +"prostoru spodaj in nato kliknete puščico \"Izberi\" med dvema prostoroma. " + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Pišite v ta prostor, da filtrirate seznam vseh %s." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "Filter" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "Izberite vse" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "Kliknite, da izberete vse %s hkrati." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "Izberi" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "Odstrani" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "Izbrani %s" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Seznam izbranih %s. Lahko jih odstranite tako, da kliknete na prostor spodaj" +" in na to na puščico \"Odstrani\"." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "Odstrani vse" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "Kliknite, če želite odstraniti izbrane %s." + +#: 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] "%(sel) od %(cnt) izbranega" +msgstr[1] "%(sel)s od %(cnt)s izbranih" +msgstr[2] "%(sel)s od %(cnt)s izbranih" +msgstr[3] "%(sel)s of %(cnt)s selected" + +#: 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 "" +"V nekaterih vnosnih poljih imate neshranjene spremembe. Če nadaljujete z " +"akcijo boste spremembe izgubili." + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Izbrali ste akcijo, ampak niste shranili vseh sprememb. Prosimo, kliknite " +"OK, če želite shraniti. Akcijo boste morali ponoviti še enkrat." + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Izbrali ste akcijo, ampak niste naredili nobene spremembe. Verjetno ste " +"želeli klikniti gumb Pojdi namesto gumba Shrani." + +#. 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 "" +"Januar|Februar|Marec|April|Maj|Junij|Julij|Avgust|September|Oktober|November|December" + +#. 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 "N|P|T|S|Č|P|S" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "Prikaži" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "Skrij" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "Sobota|Ponedeljek|Torek|Sreda|Četrtek|Petel|Sobota" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "Zdaj" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "Ura" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "Izberi čas" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "Polnoč" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "6:00" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "Opoldne" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "Danes" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "Koledar" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "Včeraj" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "Jutri" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" +"

Vstavite povezavo

http://example.com/ \"primer naslova\"

" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" +"

Vstavite sliko (naložite datoteko ali podajte " +"url)

http://example.com/images/diagram.jpg \"naslov ni " +"obvezen\"

" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "Pomoč pri urejevanju" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "Krepko (Ctrl+B)" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "Ležeče (Ctrl+I)" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "Povezava (Ctrl+L)" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "Citat (Ctrl+Q)" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "Programska koda (Ctrl+K)" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "Sika (Ctrl+G)" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "Oštevilčen seznam (Ctrl+O)" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "Seznam (Ctrl+U)" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "Naslov (Ctrl+H)" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "Horinzontalno pravilo (Ctrl+R)" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "Razveljavi (Ctrl+Z)" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "Uveljavi (Ctrl+Y)" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "Uveljavi (Ctrl+Shift+Z)" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "krepko besedilo" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "poudarjeno besedilo" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "vnesite opis slike" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "vnesite opis povezave" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "Citat" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "vnesite kodo" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "Seznam" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "Naslov" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/th/LC_MESSAGES/django.mo b/conf/locale/th/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..b4c521dfdfe8 Binary files /dev/null and b/conf/locale/th/LC_MESSAGES/django.mo differ diff --git a/conf/locale/th/LC_MESSAGES/django.po b/conf/locale/th/LC_MESSAGES/django.po new file mode 100644 index 000000000000..f1622252dd03 --- /dev/null +++ b/conf/locale/th/LC_MESSAGES/django.po @@ -0,0 +1,9925 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Thai (http://www.transifex.com/projects/p/edx-platform/language/th/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Thai (http://www.transifex.com/projects/p/edx-platform/language/th/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# tummykung , 2014 +# tummykung , 2014 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# MegaGod , 2014 +# MegaGod , 2014 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# MegaGod , 2014 +# MegaGod , 2014 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-01-24 04:40+0000\n" +"Last-Translator: MegaGod \n" +"Language-Team: Thai (http://www.transifex.com/projects/p/edx-platform/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/th/LC_MESSAGES/djangojs.mo b/conf/locale/th/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..0cdaea16b525 Binary files /dev/null and b/conf/locale/th/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/th/LC_MESSAGES/djangojs.po b/conf/locale/th/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..98556ce26b20 --- /dev/null +++ b/conf/locale/th/LC_MESSAGES/djangojs.po @@ -0,0 +1,742 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Thai (http://www.transifex.com/projects/p/edx-platform/language/th/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# tummykung , 2013 +# tummykung , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Thai (http://www.transifex.com/projects/p/edx-platform/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/tr_TR/LC_MESSAGES/django.mo b/conf/locale/tr_TR/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..0fc6cff3454f Binary files /dev/null and b/conf/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/conf/locale/tr_TR/LC_MESSAGES/django.po b/conf/locale/tr_TR/LC_MESSAGES/django.po new file mode 100644 index 000000000000..db72092ae01a --- /dev/null +++ b/conf/locale/tr_TR/LC_MESSAGES/django.po @@ -0,0 +1,10325 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Turkish (Turkey) (http://www.transifex.com/projects/p/edx-platform/language/tr_TR/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# brscvs , 2013 +# brscvs , 2013 +# burakozalp , 2013 +# burakozalp , 2013 +# hgsenel , 2014 +# hgsenel , 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: +# brscvs , 2013 +# burakozalp , 2013 +# hgsenel , 2014 +# hgsenel , 2014 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Turkish (Turkey) (http://www.transifex.com/projects/p/edx-platform/language/tr_TR/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# brscvs , 2013 +# brscvs , 2013 +# burakozalp , 2013 +# burakozalp , 2013 +# hgsenel , 2014 +# hgsenel , 2014 +# Kerim Kaan Dönmez , 2013 +# Kerim Kaan Dönmez , 2013 +# Murat Bişkin , 2013 +# onurbektas , 2013 +# onurbektas , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# brscvs , 2013 +# burakozalp , 2013 +# hgsenel , 2014 +# hgsenel , 2014 +# Kerim Kaan Dönmez , 2013 +# Murat Bişkin , 2013 +# onurbektas , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# burakozalp , 2013 +# burakozalp , 2013 +# hgsenel , 2014 +# hgsenel , 2014 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-01-24 19:20+0000\n" +"Last-Translator: hgsenel \n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/edx-platform/language/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "Ders Bilgisi" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "İşlem sürüyor" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "Onur Kodu Sertifikası" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "Kayıt kapandı" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "Kayıt modu desteklenmiyor" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "Geçersiz miktarda seçildi." + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "Ücret seçilmedi veya seçili fiyat çok düşük." + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "Yönetici" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "Moderatör" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "Topluluk Öğretim Elemanı" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "Öğrenci" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" +"Hesabınız iptal edilmiş. Eğer bunun hatayla yapıldığını düşünüyorsanız, " +"lütfen bizimle {link_start}{support_email}{link_end} temasa geçiniz." + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "İşlevsiz Hesap" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "Ders no belirtilmedi." + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "Ders no geçersiz" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "Bu ders için kaydolmadınız " + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "Kayıt başarısız" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "Giriş bilgilerinizi alırken bir hata oluştu. Lütfen bize email atın" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Too many failed login attempts. Try again later." +msgstr "Fazla sayıda hatalı giriş. Lütfen daha sonra tekrar deneyin." + +#: common/djangoapps/student/views.py lms/templates/provider_login.html +#, fuzzy +msgid "Email or password is incorrect." +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"hatalı e-posta ya da şifre.\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"E-posta yada şifre hatalı." + +#: 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 "" +"Bu hesap henüz aktif hale getirilmedi. Size tekrar aktivasyon mesajı " +"yolladık. Lütfen e-mail kutunuzu kontrol edin." + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "Lütfen yeni bir kullanıcı adı giriniz" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "Lütfen bir seçenek seçiniz" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" +"Kullanıcı adı olarak {} bulunan kullanıcı sistemimizde bulunmamaktadır" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "{} ın hesabı başarıyla işlevsiz hale getirildi" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "{} ın hesabı başarıyla yeniden aktif hale getirildi" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "Beklenmedik hesap durumu" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "Bu kullanıcı '{username}' adı mevcut." + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "Bu e-postaya '{email}' ait bir hesap bulunmaktadır." + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "Hata (401 {field}). Lütfen bize e-posta atın." + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "Kaydolmak için onur kodunu takip etmeniz gerekmektedir. " + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "Kullanıcı koşullarınıı kabul etmeniz gerekmektedir." + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "Geçerli bir e-posta adresi gerekmektedir." + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" +"Kullanıcı adınız sadece A-Z ve 0-9 karakterlerinden boşluksuz biçimde " +"oluşabilir." + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "Aktivasyon e-postası gönderilemedi." + +#: common/djangoapps/student/views.py +msgid "Unknown error. Please e-mail us to let us know how it happened." +msgstr "Bilinmeyen hata. Lütfen bize e-mail atın ve bizi bilgilendirin." + +#: common/djangoapps/student/views.py +msgid "No inactive user with this e-mail exists" +msgstr "Bu e-mail adına kayıtlı inaktif kullanıcı bulunmuyor." + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "Yeni aktivasyon maili gönderilmemektedir." + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "Geçersiz şifre." + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "Geçerli bir e-posta adresi gerekmektedir." + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "Bu e-postaya ait bir hesap bulunmaktadır." + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "Eski e-posta adresiniz yenisi ile aynıdır." + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "İsim gerekmektedir." + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "Geçersiz ID" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "Olası dosya yüklemeleri olan problemler yeniden notlandırılamaz." + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" +"Dosya(ları)nız yüklendi. Yüklemeniz ne zaman notlandırılırsa, bu mesaj " +"içinde notlandırıcının geri beslemesi yer alacaktır." + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" +"Yüklendi. Ne zaman bir cevap dönerse, bu mesaj o geribeslemeyle yer " +"değiştirecektir." + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "(Kaynak kodu satırı bilinmiyor)" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "XML kaynak satırına {sourcenum} bakınız." + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "Bu probleme personelin verdiği yanıtta bir sorun vardı." + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr " '{student_answer}' bir sayı olarak algılanamadı." + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" +"Nümerik problemlerde, ({bad_variables}) gibi değişkenler kullanabilirsiniz." + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "geçersiz matematik yazımı: '{student_answer}'" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "Geçersiz notlandırı yanıtı. Lütfen ders personeliyle temasa geçiniz." + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "Geçersiz giriş: yanıtta {bad_input} değerine izin verilmez." + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "Personelin cevabı bir sayı olarak algılanamadı." + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "'{given_answer}' bir sayı olarak algılanamadı." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "Kontrol Et" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "Son Kontrol" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "Uyarı: Bu problem ilk durumuna sıfırlandı!" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" +"Problemin durumu geçersiz bir yükleme nedeniyle bozuldu. Bu yükleme " +"şunlardan oluşuyor:" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "Eğer hata devam ederse, lütfen dersin personeliyle temasa geçiniz." + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "Problem yanıtlara kapandı." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "Daha sonra yeniden kontrol edilmeden önce problem sıfırlanmalıdır." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "Yüklemeler arasında en az {wait} saniye beklemelisiniz." + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "Hata: {msg}" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "Problemin tanımı yeniden değerlendirmeyi desteklemiyor." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "Probleme yeniden not verilmeden önce cevaplanması gereklidir." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "Kaydetmeden önce problemin sıfırlanması gerekir." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "Yanıtlarınız kaydedildi." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" +"Yanıtınız kaydedildi ancak notlandırılmadı. 'Kontrol Et' butonuna basarak " +"notlandırın." + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "Sayfayı yenileyin ve sıfırlamadan önce tekrar deneyin." + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" +"Özür dileriz, talebinizi işlerken bir hata oldu. Sayfayı yeniden yükleyin ve" +" tekrar deneyin." + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" +"Bu problemin durumu siz sayfayı yükledikten sonra değişti. Lütfen sayfayı " +"yeniden yükleyin." + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "Navigasyon" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "Bu belgeler hakkında" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "İndeks" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search" +msgstr "Arama" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Copyright" +msgstr "Telif Hakkı" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "HATA: Oynatılabilir video kaynağı bulunamadı!" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "İçer aktarma komutu çalıştırılamadı." + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "sabit şifre" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "Herşey tamam!" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "Kullanıcı adı vermelisiniz" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "Tam isim vermelisiniz" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "Eğer sertifakalar kullanmıyorsanız şifre girişi yapılmalı" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "e-posta adresi gerekli (kullanıcı adı değil)" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "{0} - {1} kullanıcı adıyla olan kullanıcı bulunamadı" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "Silinmiş kullanıcı {0}" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "İstatistik" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "Değer" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "Site istatistikleri" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "Toplam kullanıcı sayısı" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "Modül Mağazasına Yüklenen Dersler" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +#, fuzzy +msgid "username" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"kullanıcı adı\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"kullanıcıadı" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "e-posta" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "Sonuçları Tamir Et" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "Kullanıcı Sonuçlarını Yarat" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "Kullanıcı Sonuçlarını Sil" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "Eklenmiş Ders" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "Ders Adı" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "Dizin/No" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "Son Değişiklik" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "Son Editör" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "Bütün dersler hakkında bilgi" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "Silindi" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "ders_no" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "# kayıtlı" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "# personel" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "eğitmenler" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "Bütün dersler için kayıt bilgileri" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "rol" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "tam_isim" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "Bu kullanıcı adıyla bir kullanıcı bulunamadı" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "Şifre kontrolünde hata" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "Hata - ID si olan ders getirilemedi" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "İpliği Tekrar Açın" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "İpliği Kapatın" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "Yorum Seviyesi Çok Derin" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "Kabul edilen dosya türleri '%(file_types)s'" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "Maksimum dosya yükleme boyutu %(file_size)sK dır." + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" +"Dosya yükleme hatası. Lütfen yöneticiniz ile iletişime geçiniz. Teşekkürler." + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "İyi" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "Bütün Gruplar" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "Böyle bir kullanıcı yok." + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "Görev zaten devam ediyor." + +#: lms/djangoapps/instructor/views/api.py +msgid "Complete" +msgstr "Tamamlanmış" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "Eksik" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "Üyelik" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "Öğrenci Admini" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Extensions" +msgstr "Eklentiler" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Data Download" +msgstr "Veri İndir" + +#: 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 "E-posta" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "Analitikler" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "Tarih okunamadı:" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "url: {0} için modül bulunamadı" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "Kullanıcı adı" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Full Name" +msgstr "Tam İsim" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "Ertelenmiş Son Gün" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "{0} için ek süre almış kullanıcılar" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "Birim" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "{0} {1} ({2}) için ek süreler" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "yeniden notlandırıldı" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "sıfırla" + +#. 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 +msgid "deleted" +msgstr "silindi" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "e-posta gönderilen" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "notlandırıldı" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "Durum bilgisi bulunmamaktadır." + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "Hiç bir mesaj verilmedi" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "İlerleme durum bilgisi bulunamadı" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" +"\n" +"Değerli %(student_name)s," + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "Profiline ekle" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "AI Değerlendirme" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "Kişiyle Değerlendirme" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "Henüz kullanılabilir değil" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "Otomatik Kontrol Edici" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "Eğitmen Değerlendirme" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "Notlandırılacak yeni yüklemeler var" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "Yeni notlar geri döndü" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "Yüklemeler gözden geçirme için işaretlendi" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "Ödeme Talimatı Onayı" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "Sepete farklı bir para birimi eklemeye çalışılıyor" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "[İade] Kullanıcının Talep Ettiği İade" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "Sipariş Numarası" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "Müşteri İsmi" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "Orijinal İşlemin Tarihi" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "Geri Ödeme Tarihi" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "Geri Ödeme Miktarı" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "Servis Ücretleri (eğer varsa)" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "Satın Alma Zamanı" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "Sipariş No" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "Durum" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Quantity" +msgstr "Miktar" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "Birim Maliyeti" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "Toplam Maliyet" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Currency" +msgstr "Para" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Description" +msgstr "Tanımlama" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "Yorumlar" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "Üniversite" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course" +msgstr "Ders" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "Ders Duyuru Tarihi" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "Ders Başlangıç Tarihi" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "Dersin Kaydı için Son Tarih" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "Ders Kayıt Süresi" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "Toplam Kayıtlı" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "Dinleyici Kaydı" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "Onur Kodu Kaydı" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "Geçerli Kayıt" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "Brüt Hasılat" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "Toplam Hasılat Minimum Üzerinde" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "En Az Orandan Daha Fazla Katkıda Bulunan Geçerli Öğrenci Sayısı" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "İadelerin Sayısı" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "İade Edilmiş Dolar Miktarı" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "İşlemlerin Sayısı" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "Toplanan Toplam Ödemeler" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "Başarılı İadelerin Sayısı" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "İadelerin Toplam Tutarı" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "Alışveriş sepetine eklemek için giriş yapmalısınız" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "Talep ettiğiniz ders bulunmamaktadır." + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "{0} dersi zaten alışveriş sepetinizde." + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "{0} dersine zaten kayıtlısınız." + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "Ders sepete eklendi." + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "Bu sayfayı görmek için yetkiniz yok." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "Ödeme işlemcisi gerekli bir parametreyi döndürmedi: {0}" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" +"Ödeme işlemcisi, {1} parametresi için kötü yazılmış {0} değer döndürdü." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" +"Ödeme işlemcisi, numarası sistemimizde olmayan bir sipariş kabul etti." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" +"İşlemci tarafından hesaplanan {0} {1}, {2} {3} siparişinin toplam " +"maliyetinden farklı." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "Başarılı işlem." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "Talepte gerekli alanlardan biri veya daha fazlasında eksiklik var." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "Talep içindeki bir yada birden fazla alan geçersiz veri içeriyor." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" +"Hata: Genel sistem hatası. Olası onarım: bir kaç dakika içinde ödemeyi " +"tekrar deneyin." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "Bilinmeyen neden" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "Talep numarası geçersiz." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "Download CSV Reports" +msgstr "CSV Raporları İndir" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "Fotoğraflı kimlik verilmedi." + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "Fotoğraflı kimliğinizden isminizi okuyamadık." + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "Yüzünüzün resmi anlaşılır değil." + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "Kendinizin çektiği fotoğrafta yüzünüz görünür değil." + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "Fotoğraflı kimliğinizi kontrol ederken hata oldu." + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "Seçili ücret geçerli bir sayı değil." + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "Bu ders onaylı sertifikaları desteklemiyor" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "Seçili ücret yok veya seçilen ücret minimumdan daha küçük" + +#: lms/templates/main_django.html +msgid "Skip to this view's content" +msgstr "Bu görüntünün içeriğine atla" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "Parolanızın sıfırlama işlemi tamamlandı." + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" +"\n" +"Şifreniz yollandı. Buradan devam edebilir %(link_start)s , ya da buradan %(link_end)s şimdi giriş yapabilirsiniz." + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"%(platform_name)s şifreni yenile ⏎" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"%(platform_name)s şifreni yenile " + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "Şifre Sıfırlama Formu" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" +"\n" +"Üzgünüz. %(platform_name)s kayıt ismi sizin bölgenizde bulunmamaktadır." + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "Tüm alanları tamamlamalısınız." + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "İki şifre alanı birbiriyle uyuşmuyor." + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "Üzgünüz, sistemimiz parolanızı yenilerken sorun yaşıyor gözüküyor" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +"Bazıları bu konu üzerinde işlem yapıyor. Lütfen kısa bir süre sonra tekrar deneyiniz. Lütfen tüm sorunlarınız ile ilgili %(start_link)s bizle iletişime geçin %(end_link)s" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" +"Lütfen şifrenizi iki kere giriniz. Böylece sizin doğru yazdığınızdan emin " +"olalım.
Doldurulması zorunlu olan alanlar strong class=\"indicator\">" +" koyu teksle yazılmış ve bir yıldız(*) işareti ile gösterilmiştir
." + +#: 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 "Gerekli bilgiler" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "Yeni şifreniz" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "Yeniden Yeni Şifreniz" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "Şifre değiştir" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "Şifre değiştirme işleminiz başarısız." + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +"Şifre yenileme linkine ulaşılamıyor, bunun nedeni bu linki önceden zaten kullanılmış olması olabilir. Lütfen %(start_link)s giriş sayfasına %(end_link)s geri dönün ve şifre sıfırlama işlemine baştan başlayın." + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "Şifre Sıfırlama Yardımı" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Need Help?" +msgstr "Yardım ister misiniz?" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" +"\n" +"Lütfen %(start_link) sıkça sorulan sorular ve iletişim bilgileri %(end_link)s ni görmek için yardım sayfamızı ziyaret edin." + +#: 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 "" +"Bu e-posta size edx.org'daki kullanıcı hesabınız adına yapılan şifre " +"yenileme talebi doğrultusunda yollanmıştır." + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "Lütfen aşağıdaki sayfaya gidip yeni bir şifre seçiniz." + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "Bizim sitemizi kullandığınız için teşekkür ederiz!" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "EdX Takımı" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "Son güncelleme:" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "Tüm çocukları gör." + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "Bu yazı en son şu tarihte güncellendi:" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "Yeni yazı ekleme" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "Yazı ekle" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "Geri dön" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "Yazıyı sil" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Delete" +msgstr "Sil" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "Kaynak metnini silemezsiniz." + +#: 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 "" +"Altında bağlı makaleler bulunan bu makaleyi silmek için gereken izniniz yok." +" Alttakileri tek tek kaldırmayı deneyin." + +#: 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 "" +"Bir yazıyı silmek üzeresiniz. Bu aynı zamanda alttakilerin de silineceği " +"anlamına gelir. Eğer temizlemeyi seçerseniz, alttaki makaleler de " +"silinecektir!" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "Silinecek yazılar" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "...daha fazlası!" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "Bir yazıyı silmek üzeresiniz. Lütfen onaylayın." + +#: lms/templates/wiki/edit.html +msgid "Edit" +msgstr "Düzenle" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "Değişikleri kaydet" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "Önizleme" + +#: lms/templates/wiki/edit.html lms/templates/wiki/history.html +#: lms/templates/wiki/history.html lms/templates/wiki/includes/cheatsheet.html +msgid "Close Modal" +msgstr "Kip Kapat" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "Wiki Önizleme" + +#: 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 +msgid "modal open" +msgstr "Kip açık" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "Editöre geri dön." + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "Geçmiş" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" +"Değiştirilen satırları görmek için her düzenlemeye tıklayınız. Bu seviyede " +"yazınızı görüntülemek için, Görünteleme butonuna tıkayınız. Bu sayfanın " +"altında, çeşitli düzenlemeler yapabilir ve eski haliyle yeni sürümü " +"birleştirebilirsiniz." + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "bilgi kaydı yok." + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "Bu düzeltmeyi görüntüle" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "Otomatik giriş:" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "Değiştir" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "Seçili ögeyi şu anki öge ile birleştir..." + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "Seçili sürüme geç." + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "Wiki Revizyon Gözden Geçirme" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "Geçmişi görüntüleye geri dön." + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "Bu versiyona geçiş yap" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "Revizyonu Birleştirin" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "Şu anki ile birleştir" + +#: 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 "" +"Eğer güncelleştirmeyi şimdiki ile değiştirirseniz, tüm dosyalar iki sürümde " +"de korunacak ve aynı dosyaları kendi dosya dizinlerinde güncelleştirmiş " +"olacaksınız." + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "Bundan sonra, elle gözden geçirmek önemlidir." + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "Yeni birleştirilmiş sürüm yarat." + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "Revizyonu önizle" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "Aradaki birleşimi önizle" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "ve" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "Bu revizyon silindi." + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "Değişikliklerinizi yenilemek bu yazıyı silmenize neden olacaktır." + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" +"\n" +" Bunu kullanmak için giriş or sign up yapmalısınız." + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" +"Bu özelliği kullanabilmek için sisteme giriş yapmalısınız veya " +"kaydolmalısınız." + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "Wiki Yazım Kuralları Yardımı" + +#: 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 "" +"Bu wiki strong>Markdown
kullanıyor. Online olarak çeşitli yardımcı" +" kılavuzlar bulabilirsin. Eğer bunlardan birini detaylı olarak bulmak " +"istiyorsan linklerden birini gözden geçirebilirsin :" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "Markdown: Temel Öğeleri" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "Hızlı Markdown Syntax Rehberi" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "Minyatür Markdown Rehberi" + +#: 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 "" +"Yeni bir wiki içeriği oluşturmak için, buna bağlı bir link oluşturmanız " +"gerekmektedir. Linke tıklamak size bir içerik oluşturma sayfasına " +"yönlendirecektir." + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "[Makale İsmi ](wiki:Makale İsmi)" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "edX Eklentileri:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "Kullanışlı örnekler:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "Büyük Başlık" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "Daha Küçük başlık" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "*vurgu* ya da _vurgu_" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "**güçlü ya da _güçlü_" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "Sıralanmamış Liste" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "Alt Öge 1" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "Alt Öge 2" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "Sıralı" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "Liste" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "Alıntılar" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "Ekler" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "Yeni yazı yükle" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "Ara ve dosya ekle" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "Dosya yükle" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "Dosya yükle" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "Ara ve dosyaları yükle" + +#: 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 "" +"Diğer makalelerden dosyaları tekrar kullanabilirsiniz. Bu dosyalar " +"yüklendiği makaleler için olduğundan, kullanımı uygun olmayabilir." + +#: 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 "" +"Bu makale için aşağıdaki dosyalar bulunmaktadır. Refer etmek için altı " +"çizili tagı makalede kopyalayın." + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "Markdown etiketi" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "Yükleyen" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "Boyut" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "Dosya Geçmişi" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "Ayır" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "Üstüne yaz" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "Eski haline getir" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "Bilinmeyen (IP girişi)" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "Dosya geçmişi" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "Düzeltmeler" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "Bu yazı için hiç bir ek yok." + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "Açıklı Uçlu Paneli" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "Notlarım" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "Yükleme Tamamlandı" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" +"Ders ismi oluşturmaya uygun değil '{name}'.\n" +"\n" +"{err}" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" +"Bu ders aynı organizasyon, ders numarası ve ders akışı ile zaten " +"bulunmaktadır. Lütfen organizasyonu ya da ders numarasını değiştirin." + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" +"Lütfen organizasyonu ya da ders numarasını tekrar olmayak şekilde " +"değiştirin." + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" +"Aynı organizasyon ve ders numarası zaten bulunmaktadır. Farklı bir ders " +"yaratmak için, lütfen en az bir alanı değiştirin." + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "Şu an için .tar.gz dosyası yüklemeyi destekliyoruz." + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "Yüklenen dosya bozuk. Lütfen yeniden deneyin." + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "Paket içinde ders.xml dosyası bulunamadı." + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "{0} ın kopyası" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "'{0}' ın tekrarı" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "Ders yazılımı" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "Yetersiz yetki" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "'{email}' email adresine sahip kullanıcı bulunamadı." + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" +"{email} epostasına sahip kullanıcı kayıtlıdır fakat hesabını " +"aktifleştirmemiştir." + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "`role` gerekmektedir." + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "Sadece eğitmenler başka eğitmenler yaratabilir." + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "Son eğitmeni dersten kaldırmamış olabilirsiniz." + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "talep edilmeyen" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "Beklemede" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "onaylandı" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "red edildi" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "Studio kullanıcısı" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "Son durum düzeltme tarihi" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "Mevcut kursu oluşturan kişinin durumu" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" +"Bu kullanıcı hakkında ek notlar (örneğin, ders yaratma girişimi niye " +"reddedildi)" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "Hizmet Şartları" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "Üzgünüz, sizi kaydederken bir hata oluştu." + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "):" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "Neden ödeme yapmalıyım?" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "Onur Kodu Sertifikasını Seçiniz" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "Durumunuzu açıklayın:" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "Kaydınızı Yükseltiniz" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "Sertifika Seçiniz" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "Onaylanmış Kayıt Gereksinimleri" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "Bu Dersi İzle" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "İzleyici Seçin" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "{platform_name}-geniş Özet" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "Komutlar" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "Komutları Daralt" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "Rehberli Tartışma" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "İpuçlarını Gizle" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "Vizyon" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "Sık sorulanlar" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "Basın" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "İletişim" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "Sınıf Geri Bildirim" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" +"Kurslarımızı geliştirmek için her zaman izlenimlerinizi geri bildirim olarak" +" bekliyoruz. Kayıtlı bir öğrenciyseniz ve herhangi bir sorunuz, öneriniz " +"yada balka bir konuda lütfen forumdaki tartişma bolumune yazın class." + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "Genel Sorunlar ve Geribildirimler" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" +"Eğer {platform_name} hakkında genel bir sorunuz varsa, lütfen şu e-posta " +"adresine {contact_email} mesaj atın. " +"Sorunuza daha önce bir cevap verilmiş olduğunu görmek için, " +"{faq_link_start}FAQ page{faq_link_end} sayfasına giderek sık sorulan " +"sorulara bakabilirsiniz. Ayrıca, Facebook'ta {fb_link_start}facebook " +"page{fb_link_end} adresinden tartışmalara katılabilirsiniz. Her ne kadar her" +" e-postaya yanıt veremesek de bildirdiğiniz konuları dikkate aldığımızı " +"bilmenizi isteriz." + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "Teknik Sorunlar ve Geribildirimler" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "Medya" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "Üniversiteler" + +#: 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 "" +"İşbirliği yapmak isteyen bir üniversiteyseniz yada {platform_name} hakkında " +"sorunuz varsa lütfen e-posta atın {email}." + +#: lms/templates/course.html +msgid "New" +msgstr "Yeni" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "Ana panel" + +#: 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 "Bir hata oluştu. Lütfen daha sonra tekrar deneyin" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "Yeni e-postanızı onaylayınız" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "düzenle" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "Parola Sıfırla" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "Mevcut Kurslar" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "Herhangi bir kurs için kaydınız gözükmüyor" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "Şimdi ders bul!" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "Kürs-yükleme hataları" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "{course_number} için E-posta Ayarları" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "Ders e-postaları al" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "Parola yenileme emaili göderildi" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" +"Email {email} adrese yollandı. Şifrenizi değiştirmek için email içindeki " +"linke tıklayınız." + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "Email Değiştir" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "Lütfen yeni email adresini girin:" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "Lütfen parolayı doğrulayın:" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" +"Hem {email} inize hem de yeni e-postanıza, işlemin parçası olarak onaylama " +"mesajı gönderilecektir." + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "Adınıızı değiştirin" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr " {platform} sertifikalarında gözükecek olaran tam isminizi girin:" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "İsim değiştirme nedeni:" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "Adımı Değiştir" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "Kaydı sil" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "Email değiştirme başarısız" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "Onay e-postasını {email} e gönderemedik" + +#: 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 "{link_start}Ana Menü{link_end}ye geri dön." + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "E-mail değiştirme başarılı!" + +#: 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 "" +" {link_start}Ana panel{link_end}inizde yeni email adresiniz görmelisiniz." + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "Bu hesapla yeni bir email adresi zaten var olmakta." + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "Öğrenci Kayıt Formu" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "Kurs:" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "Yeni öğrenciler ekle" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "Varolan öğrenciler:" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "Yeni öğrenciler eklendi:" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "Öğrenciler reddedildi:" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "Debug:" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "foo" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "bar" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "biff" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "Harici Kimlik Denetleme başarısız oldu" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "Son gün:" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "Durum:" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "Başarıyla {goal_level} seviyesine atladınız." + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr " {goal_level} seviyesine henüz atlamadınız." + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "Puzzle lar tamamlandı" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "Seviye" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "Girildi" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "Puzzle Lider listesi" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "Kullanıcı" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "Skor" + +#: lms/templates/footer.html +msgid "About" +msgstr "Hakkında" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "İşler" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "Sık Sorulanlar" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" +"{platform_name} kurucu ortaklar olan {Harvard} and {MIT}'nin İnternet " +"erişimi olan her yerde bütün yaşlardaki öğrencilere en iyi yüksek öğretim " +"hizmetini sunma misyonunu edinmiş kar amacı gütmeyen girişimidir. " +"{platform_name}'in ücretsiz çevrimiçi MOOC'ları etkileşimlidir ve bilgisayar" +" bilimleri, halk sağlığı ve yapay zeka gibi konuları içermektedir." + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "Servis Koşulları ve Onur Kodu" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "Şifre Sıfırlama" + +#: 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 "" +"Lütfen yeni email adresinizi girin, ve parola için direktifleri yollayalım" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "Email Adresiniz" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "Parolamı Sıfırla" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "E-posta hatalı" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "{platform_name} Yardım" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "{span_start}{platform_name}{span_end} Yardım" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "Sorunu bildir" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "Öneri yapın" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "Soru sor" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "İsim" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "E-posta" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "Sorununuzu basitçe açıklayınız" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "Ayrıntıları anlatınız" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" +"Karşılaştığınız hata mesajlarını ve soruna neden olan işlemlerinizi de " +"ekleyin" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "Yükle" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "Teşekkürler!" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "problem" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "Bir sorunu bildiriniz" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "Problemi kısaca açıklayınız" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "Karşılaştığınız problemin ayrıntıları" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "öneri" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "Bir Öneri Yapınız" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "Önerinizin kısa bir açıklaması" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "Ayrıntılar" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "soru" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "Bir Soru Sorunuz" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "Sorunuzun kısa bir özeti" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "Bir hata oluştu" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "Lütfen daha sonra tekrar deneyiniz." + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "{university_name} den ücretsiz kurslar" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "Çevrimiçi Eğitimin Geleceği" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "Herkes için, her zaman, her yerde" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "{platform_name}'in sunduklarıyla kendinizi yenileyin." + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "Geçersiz e-posta değiştirme şifresi" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "E-posta şifresi geçerli değil. Lütfen şurayı kontrol et :" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" +"Bu şifre zaten kullanıldı mı ? Neler olduğunu öğrenmek için email değişimini" +" kontrol et." + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "E-posta sunucunuz URL i iki satıra mı ayırdı?" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "Anahtar kodları belirli bir zaman ile sınırlıdır. Süresi mi geçti?" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "Yararlı bilgiler" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "OpenID aracılığıyla giriş yap" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "Kayıtlı Değil misiniz?" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "Bugün {platform_name} kaydolun!" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" +" {platform_name} hesabınızla giriş yapabilmek için yardım mı arıyorsunuz?" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "Sık sorulan sorular için yardım bölümümüze bakın." + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "{platform_name} hesabına giriş yap" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr " {platform_name} hesabıma giriş yap" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "Kurslarıma ulaş" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "Hesap bilgileriniz işleniyor...." + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "Üzgünüz, {platform_name} hesapları ülkenizden ulaşılabilir değil" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "E-posta veya şifreniz yanlış" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" +"{platform_name} hesabınıza giriş yapmak için lütfen aşağıdaki bilgileri " +"tamamlayın. Gerekli kısımlar (*) ve koyu " +"yazıyla vurgulanmıştır ." + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "Hesap Ayarları" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "Beni hatırla" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "Giriş yap" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "Kayıtlı değil misiniz?" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "Kayıt ol." + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "openid aracılığıyla giriş yap" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "Dış kaynak" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "Kaynağı yeni bir pencerede görüntüleyin" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "Kullanıcı adı:" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "Hesabı İptal Edin" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "çalışıyor..." + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "{platform_name} serverlarında bir hata ile karşılaşıldı." + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" +"Üzgünüz, bu modüle şu an ulaşılamıyor. Ekibimiz bu hatayı en kısa zamanda " +"düzeltmek için çalışıyor. Lütfen her türlü probleminizden bizi email atarak " +"{tech_support_email} haberdar " +"edin." + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "Ham veri:" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "Kabul Edildi" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "Hata" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "Reddedildi" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "Bekleyen isim değişiklikleri" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "Onayla" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "[Reddet]" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "Küresel Navigasyon" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "Ana Sayfa" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "Dersleri Bul" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "Panel:" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "Çıkış yap" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "Nasıl Çalışır" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "Dersler" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "Okullar" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "Şimdi Kayıt Ol" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "Giriş yap" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" +"Uyarı: Tarayıcınız tamamen desteklenmiyor. " +"{chrome_link_start}Chrome{chrome_link_end} yada " +"{ff_link_start}Firefox{ff_link_end} kullanmanızı öneririz." + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "Notunuz yok." + +#: lms/templates/problem.html +msgid "Reset" +msgstr "Sıfırla" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "Yanıt(lar)ı Göster" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "%s e dön" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "{platform_name} için Tercihler" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr " {platform_name} Hesabımı Güncelleyin" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "Hesap bilgileriniz işleniyor...." + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "Hoşgeldiniz, {username}! Lütfen tercihlerinizi aşağıda işaretleyiniz" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "Üzgünüz. {platform_name} kayıt ismi sizin bölgenizde bulunmamaktadır." + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" +"Zorunlu kısımlar (*)yıldızla ve " +"kalınlaştırılarak vurgulanmıştır." + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "Genel kullanıcı adı girin:" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "örnek: Hakan" + +#: 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 "İçinde olduğunuz forumlarda ve tartışmalarda gözükecek olan" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "örnek: kullanıcıadı@domain.com" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "Hesap Onayları" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "{link_start}Kullanım Koşulları{link_end} kabul ediyorum" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr " {link_start}Onur Kodunu{link_end} kabul ediyorum" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "Kayıt yardım" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "Zaten kayıtlı mısın?" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "Giriş yapmak için tıklayın." + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "{platform_name}e hoşgeldin" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" +" {platform_name}e kayıt olmak size mevcut olan büyün ücretsiz derslere " +"ulaşma imkanını verir. Henüz ders almadınız mı? Kayıt olduğunuzda mail " +"listemize eklenirsiniz ve yeni bir ders açıldığında size haber vereceğiz." + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "Sonraki Adımlar" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" +" {platform_name}e katıldığınızda bir aktivasyon maili alıcaksınız. İşlemleri" +" tamamlamak için aktivasyon linkine tıklamalısınız. E-postayı görmediniz mi?" +" Spam dosyalarınız kontrol edin ve {platform_name}i spam değil olarak " +"işaretleyin. {platform_name}de iletişim kurmak için çoğunlukla e-posta " +"kullanırız." + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "{platform_name}e kayıt için yardıma mı ihtiyacınız var?" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "Sorunlarınız için sık sorulan soruları ziyaret edin." + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" +"Bir kere kaydolduktan sonra, dersteki çoğu sorunun cevabı forumda veya sık " +"sorulan sorularda bulabilirsiniz." + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "{platform_name} için kayıt ol" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "Kayıt olmak için lütfen aşağıdaki alanları doldurun." + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "örnek: Zeliha Doe" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "Hoşgeldin {username}" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "Bitirdiğiniz En Yüksek Okul Seviyesi" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "Cinsiyet" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "Doğum Yılı" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "Posta Adresi" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "Lütfen {platform_name}a kaydolma sebeplerinizi bizimle paylaşın" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "Kaydol" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "Hesabımı Yarat" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "Bölüm Navigasyonu" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "Önceki" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "Sonraki" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "E-posta *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "Ör. adınız@domain.com" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "Şifre *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "Genel Kullanıcı Adı*" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "ör. isminiz (forumda gözükecek)" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "Tam İsim *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "ör. İsminiz (sertifikada gözükecek)" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "Hoşgeldiniz {name}" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "Ed. Tamamlandı" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "Doğum yılı" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "Posta Adresi" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "{platform_name} için kaydolma amacı" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "{link_start}Koşulları{link_end}* kabul ediyorum" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr " {link_start}Onur Kodunu{link_end}* kabul ediyorum" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "Zaten bir hesabınız mı var?" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "Giriş." + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "Personel Hata Ayıklama bilgisi" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "Yükleme geçmişi" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "Yorum" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "yorum" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "Etiket" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "Tercihe bağlı etiket (örn:\"tamamlandı ya da\"eksik\"): " + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "etiket" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "Yorum ekle" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "Personel için Debug" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "Modül Alanları" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "XML özellikleri" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "Yükleme Geçmişi Görüntüleyici" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "Kullanıcı:" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "Geçmişi Görüntüle" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "{course_number} Ders kitabı" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "Ders kitabı Navigasyonu" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "Sayfa:" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "Küçült" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "Büyüt" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "Büyütme" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "Otomatik Büyütme" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "Gerçek Boyut" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "Sayfaya sığdır" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "Tam Genişlik" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "Önceki sayfa" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "Sonraki sayfa" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "Kullanıcılar" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "Git Logları" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "Kullanıcı Yönetimi" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "E-posta veya kullanıcı adı" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "Kullanıcı sil" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "Kullanıcı oluştur" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "Dersleri Yönetin" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "Platform Sürümü" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "Ders No" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "Git Aksiyonu" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "İzleme geçmişi" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "Gün zamanı" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "ipadresi" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "kaynak" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "tip" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "Sistemi kullanırken" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" +"Video çalarken scroll barı kullanarak altyazıyı oynat. Altyazıya tıklama " +"kısa adımlarla ilerleme veya geriye gitme için kullanılan hızlı bir " +"yöntemdir." + +#: 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 "" +"Düşük çözünürlükte ekran kullanıyorsanız, ekranın solundaki navigasyon " +"kolonunun hemen yanındaki üç sol oka basarak gizleyebilirsiniz." + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" +"Büyük veya küçük yazı tipi istiyorsanız, tarayıcı ayarlarını kullanarak " +"ayarlayın. Google Chrome altında bu Ctrl-artı Ctrl-eksi ye basılarak " +"yapılabilir" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "Video oynatıcısı yükleniyor" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "Oynat" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "Hızlar" + +#: lms/templates/video.html +msgid "Speed" +msgstr "Hız" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "Tarayıcıyı doldurun" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "Altyazıları kapa" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "Video indir" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "Senin kelimelerin:" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "Toplam kelime sayısı:" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "Değerlendirmeler:" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "Soruyu Gizle" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "Yeni Yükleme" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "Sonraki Adım" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "Geçmiş" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "Tüm geri bildirimleri gör" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +msgstr "Geri bildirime cevap ver" + +#: 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 "Bu geri bildirimi ne kadar doğru buluyorsunuz?" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "Doğru" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "Kısmen Doğru" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "Fikrim Yok" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "Kısmen yanlış" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "Yanlış" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "Ek yorumlar:" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "Geri bildirim yükle" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "Cevaplanmamış" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "Değerlendirme sonrası işlemleri atlayın" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "Yüklerken bir hata oluştu lütfen Kurs personaliyle iletişime geçi" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "Lütfen aşağıya bir ipucu girin:" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" +"Kullanıcı adı veya emaille kullancı ekleyebilirsiniz. Her satır için bir " +"tane yada virgül ile ayırarak" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "{chapter}, mevcut bölüm" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "teslim {date}" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "Hakkında {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "Bu derse kayıt oldun {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "Ders Yazılımlarını Görün" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "Kayıt ol {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "Önizlem" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "Bunu ailen ve arkadaşlarınla paylaş!" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "Derslerin Başlangıcı" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "Derslerin Sonu" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "Tahmini Çaba" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "Gereklilikler" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "Ek Kaynaklar" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "Personel görüntüsü" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "Öğrenci görünümü" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "Önde gelen üniversitelerin ücretsiz kurslarını görüntüle" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "{university_name} üniversitesinden bedava kursları görüntüle" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "Sınava Geri Dön." + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "Ders Navigasyonu" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "Hesap Makinesini Aç" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "İpuçları" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "Tamsayılar" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "İşleçler" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "Fonksiyonlar" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "Sabitler" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "Euler's sayısı" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "Boltzmann sabiti" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "ışık hızı" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "Hesapla" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "Hesap Makinesi Çıktı Alanı" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "Not özeti" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "Henüz gerçekleştirilmedi" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "Karne" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "Ders Güncellemeleri & Haberleri" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "Bildiri Navigasyonu" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "Ders Notları" + +#: 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 "Eğitmen Anapaneli" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Try New Beta Dashboard" +msgstr "Yeni Beta Panelini Deneyin" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Edit Course In Studio" +msgstr "Studio'da Dersi Düzeltin" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Psychometrics" +msgstr "Psikometriler" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "Forum Yöneticisi" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "Kayıt" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "DataDump" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "Grupları yönet" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "evet" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "Notları dışarıdaki not defterine aktar" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "Karne adı:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "Ödev ismi:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "Derse özel not düzeltme" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "Dersteki bir soruyu url'si ile belirle:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "Şimdi bir işlem seçin:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "Öğrenciye özel notlara göz atma ve ayarlama" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" +"Belirlenen modül için bir öğrencinin bütün durumunu ayrıca silebilirsiniz:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "Bir problem seç ve ilerle:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "Kayıt Verisi" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "Kayıt bilgilerini uzaktaki not defterinden çek" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "Altbölüm:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "Öğrencileri e-posta ile bilgilendir" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "Aktif hale gelen öğrencileri otomatik kaydet" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "Problem urladı:" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "Kendim" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "Personel ve eğitmenler" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "Bütün (öğrenciler, personel ve eğitmenler)" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "Konu: " + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "(Maks 128 karakter)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "Şu anda hiçbir analitik uygun değil." + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "Kayıtlı öğrenciler:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "Geçtiğimiz hafta aktif olan öğrenciler:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "Gün be gün öğrenci aktivitesi" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "Gün" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "Öğrenciler" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "Sorular için cevap dağılımı" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "Soru" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "Maksimum" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "Kazanılan Puanlar (Öğrenci Sayısı)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "Doğru yanıtlayan öğrenciler" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "Öğrenci sayısı" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "Bekleyen Eğitmen Görevleri" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "Görev Tipi" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "Görev girdileri" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "Görev Id" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "İsteyen" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "Görev Durumu" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "Süre (sn)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "Görev İlerlemesi" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "bilinmeyen" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "Ders hataları" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "{course_id} hakkında" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "Yakında" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr " {course_number} hakkında" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "Ders Yazılımların Ulaş" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "Kayıtlısınız" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "Kayıt ol" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "Kayıtlar Kapandı" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "kaydol" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "Haberler - MITx 6.002x" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "İzlediğiniz Tartışma İletilerine Güncellemeler" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "{course_number} İlerleme" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "Öğrenci için Ders Gidişatı {username}' ({email})" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "Bu bölümde problemlerin notları bulunmuyor" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "{course.display_number_with_default} Ders Bilgisi" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "Takvim" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "Final notunuz:" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "Sertifika için gerekli not:" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +msgstr "Sertifikanız oluşturuluyor" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "This link will open/download a PDF document" +msgstr "Bu link PDF formatında açılacak/indirilecek" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "Sertifikanızı İndiriniz (PDF)" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "Kurs geri bildirim anketini tamamla" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "{course_number} {course_name} Kapak resmi" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "Kaydolunan isim:" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "Kurs Bitti- {end_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "Kurs Başladı - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "Ders Başlıyor - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "Kendinize Meydan Okuyun!" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "Arşivlenmiş Kursları Görüntüle" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "Kursa Gözat" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "E-posta Ayarları" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "Sonuçlar:" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" +"Üzgünüz! Aramanızla ilgili birşey bulamadık. Lütfen başka bir arama deneyin." + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "Burada bir mesaj yok. İlk yapan siz olun!" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "Yeni İleti" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "Konuları Filtrele" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "filtre konuları" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "Tüm Tartışmaları Göster" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "İşaretli Tartışmaları Göster" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "Takip Ettiğim Gönderiler" + +#: 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 "Bu iletiyi takip et" + +#: 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 "İsimsiz olarak ileti yolla" + +#: 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 "Sınıf arkadaşlarına anonim olarak ileti gönder" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "Buna görünür kıl:" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "yeni ileti başlığı" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "Sorunuzu veya yorumuzu giriniz..." + +#: 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 "Add post" +msgstr "İleti ekle" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "Konu hakkında yeni ileti oluştur:" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "Tartışma alanlarını filtrele" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "Takip ediliyor" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "İleti ara" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "Gizle" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "Tartışma Anasayfası" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "Tartışma Konuları" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "Tartışma konuları; şu an seçili olan:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "Bütün tartışmalarda ara" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "Sırala:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "tarih" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "oylar" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "yorumlar" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "Göster:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "Hepsini Gör" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "{name} olarak bak" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "Bu konu kapandı." + +#: 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 "Yanıt iletisi gönder:" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "• Bu konu kapandı." + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "takip et" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "Bu iletiyi takip edin" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "Yanlış Kullanımı Rapor Edin" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "İşaret İpliği" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "Kapa" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "İleti Düzenleniyor" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "İleti başlığını düzeltme" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "İleti Güncelle" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "Bir yorum ekleyin..." + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "destekle" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "Cevap düzenleniyor" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "Cevap güncelle" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "Tartışma bul" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "Özel konulara odaklan" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "Tarih, oy veya yorumlara göre sırala" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "Güncellemeleri getir" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "Tartışma - {course_number}" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "Üzgünüz" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "Forumda bakım yapılıyor. En kısa zamanda çalışır hale getireceğiz!" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "Kullanıcı Profili" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +msgstr "Aktif Tehlikeler" + +#: 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 "Tartışamayı görüntüle" + +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Hide discussion" +msgstr "Tartışmayı gizle" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "{course_number} Eğitmen Notlandırılması" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "Eğitmen Notlandırılması" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "Problem Listesi" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "(Gizle)" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "Öğrenci Cevabı" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "Yazılı Geri bildirim" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "Öğrenci için geri bildirim (opsiyonel)" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "Sonradan göz atmak için uygunsuz içerik olarak işaretle" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "Atla" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "Problem listesi yükleniyor.." + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "Cinsiyet Dağılımı" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "Eğitim Seviyesi" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "Kayıt bilgisi" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "Temel Ders Bilgisi" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "Ders Uyarıları" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "Notlandırma Konfigürasyonu" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "Not Raporu Oluşturun" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "Eklentiler sıfırlanıyor" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "bölüm_görüntü_ismi" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" +"Öğrenci e-posta adreslerini aralarına virgül koyarak, ya da her birini ayrı " +"satır halinde yazınız." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "Öğrenci e-postaları" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "Otomatik-Kayıt" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "Otomatik Kayıt" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "Kaydol" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "Uygun olan listeler alınıyor..." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "Ders Personeli" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "Personel Ekle" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "Eğitmenler" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "Eğitmen Ekle" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "Beta Sınayıcılar" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "Beta Sınayıcısı" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "Forum Yöneticileri" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "Moderatör Ekle" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "E-posta Gönder" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "E-posta Görev Geçmişi" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "E-posta Görev Geçmişini Göster" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "Öğrenci İlerleme Sayfası" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "Öğrenciye özel not düzeltme" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "Sorunlu url ismi" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "Öğrencilerin Yanıtlarını Sıfırla" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "Öğrencilerin Cevaplarını Yeniden Notlandır" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "Öğrenci için Arka Plan Görev Geçmişini Göster" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "Ve bir işlem seçin." + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "BÜTÜN öğrencilerin teşebbüslerini sıfırla" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "BÜTÜN öğrencilerin cevaplarını yeniden notlandır" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "Mevcut Değil" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "Açık Uçlu Konsol" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "İlginizi gerektirecek bütün veriler buradadır." + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "Şu anda hiç bir maddeye dikkat gerekmiyor." + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "İşaretlenmiş Açık Uçlu Sorular" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "Hiç bir işaretlenmiş problem bulunmuyor." + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "Cevap" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "Etiketi kaldır" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "Yasakla" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "Açık Uçlu Sorular" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "Henüz açık uçlu problemlere başlamadınız." + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "Problem Adı" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "Notlandırılma Tipi" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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 "Kişilerle Notlandırma" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"Here are a list of problems that need to be peer graded for this course." +msgstr "" +"Bu ders için kişilerle notlandırılması gereken soruların listesi şuradadır." + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "Son gün" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "Notlandırılan" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "Uygun" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "Gerekli" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "Son gün yok" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "Ödev son günü geçti, ve parçalı notlandırma bu problem için kapandı." + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "Teslim tarihi geçti ve kişiyle notlandırma şu an için bitmiştir." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "Notlandırmayı Öğren" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "Lütfen yazılı geri bildirim de yapınız." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "Nasıl yaptım?" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "Devam et" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "Notlandırmaya hazır!" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" +"Nasıl notlandırılmaya yapılacağınızı öğrendiniz, şimdi notlandırmaya " +"hazırsınız." + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "Notlandırmaya başla!" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "Notlandırmayı öğren" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "Bu problemi notlandırmayı henüz öğrenmeyi bitirmediniz" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "Notlandırmayı öğrenmeye başla" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "Bu yüklemeyi iaretlemek istediğinize emin misiniz?" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "İşareti Kaldır" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "İşareti Tut" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "Geri Dön" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "Kayıt Olduğunuz için Teşekkürler!" + +#: 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 "" +"Hesabınız aktif değil. Aktivasyon linki ve nasıl kullanılacağına dair " +"bilgiler {email} hesabınıza gönderildi." + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "Aktivasyon tamamlandı!" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "Hesap aktif edilmiş!" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "Artık {link_start}giriş yap{link_end}abilirsiniz." + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "Aktivasyon Geçersiz" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" +"Birşeyler ters gitti. URL in dogru olduğuna emin olun, e-mail programlari " +"bazen satırları ikiye ayırabiliyor. Hala sorun yaşıyorsanız bize e-mail " +"atarak bilgilendirin {email}." + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "Ya da {link_start}home page{link_end}ya geri dönebilirsiniz." + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "Şifreniz başarıyla sıfırlandı" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "CSV Verisi İndir" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "Ödeme Hatası" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "Alışveriş Sepetiniz" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "Seçtiğiniz maddeler:" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "Toplam Miktar" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "Sipariş #" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "Tarih:" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "sipariş edilen maddeler:" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "iade edildi." + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "Medya kiti" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "edX kenar" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "Derslerinize giriş yapın" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "Sınıfına Kayıt Ol" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "Günümüzün lider üniversitelerinden ücretsiz çevrimiçi dersler al." + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "Resimlerinizi yüklerden hata" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "Kimlik kartınızın iyi aydınlatıldığına emin olun" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "Kimliğinizin kopyasını almak için" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "Kimliğimin fotokopisine neden gerek duyuluyor?" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "İyi aydınatılsın" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "Okunabilir olsun (çok uzak olmasın, parlamasın)" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "Çektiğiniz Fotoğraflara Göz Atın" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "Panelinize Geri Dönün" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "{} in Kaydolun" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "Hesabınızı Aktifleştirin" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "Kimlik" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "Web Kamera" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "Web Kamera ve modern bir İnternet izleyici" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "Kredi veya Banka Kartı" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "Bilinen bir kredi veya banka kartı" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "Kimlik Onaylama" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "Daha önce Kimliğiniz Onaylanmıştı" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "Şu kadar ücret ödemeyi kabul ettiniz $" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "Aradığınız sayfa bulunamadı." + +#: 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 "{homepage} ya geri dön ya da taşınmış sayfayı bize bildirin {email}." + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "Studio Server Hatası" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "Studio sunucularında bir hata gerçekleşti" + +#: 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 "" +"Studio da bir hata oldu ve sayfa yüklenemedi. Lütfen bir kaç dakika sonra " +"tekrar deneyiniz." + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" +"Bir hata tespit ettik ve hatayı bir an önce düzeltmek için üzerinde " +"çalışıyoruz." + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "Eğer sorun tekrar ederse, {email_link} e-posta atınız." + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "Stüdyo Hesap Aktivasyonu" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "Hesabınız zaten aktif durumda" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" +"{0} kullanan bu hesap zaten aktive edilmiş. Lütfen edX Stüdyo içinde " +"çalışmaya başlamak için giriş yapın." + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "Stüdyoya Kaydol" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "Hesap aktivasyonunuz tamamlandı!" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" +"Hesabınızı aktive ettiğiniz için teşekkürler. Artık giriş yapabilir ve " +"derslerinizi oluşturmk için edX Stüdyoyu kullanabilirsiniz" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "Hesap aktivasyonunuz geçersiz" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" +"Üzgünüz. Aktivasyonla ilgili birşeyler ters gitti. Açtığınız url in doğru " +"olduğundan emin olun — bazen e-posta programları satırı ikiye " +"bölebilmektedir." + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" +"Hala problem yaşıyorsanız edX yardımla bağlantıya geçin. Şu an için şuna " +"geri dönebilirsiniz" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "Edx Destek ile İletişime Geçin" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "Dosyalar & Yüklemeler" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "Yükleniyor..." + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "Dosyayı Seç" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "Yeni dDsya Yükle" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "Başka Dosya Yükle" + +#: 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 "İçerik" + +#: cms/templates/asset_index.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 "Sayfa İşlemleri" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "Burada hangi dosyalar listelenmiş?" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" +"Bu sayfaya yüklediğiniz dosyalara ek olarak, derse eklediğiniz diğer " +"dosyalar da bu listede görünecektir. Bu dosyalar arasında ders imgesi, kitap" +" üniteleri ve Ders Bildirileri yan bölümünde görünenler bulunmaktadır. " + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "Bu sayfada ne yapabilirim?" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" +"Yeni dosyalar yükleyebilir veya görebilir, var olan dosyaları indirebilir " +"veya silebilirsiniz. Hatta bir dosyayı kilitleyerek derse üye olmamış " +"kişilerin bu dosyaya erişimlerini engelleyebilirsiniz." + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" +"Ders Bildirileri yan bölümüne veya ders gövdesine bir bağlantı oluşturmak " +"için dosya için listelenmiş URL'yi kullanın." + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "Dosyanız silindi." + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "uyarıyı kapat" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "Araçlar" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "Ders Kontrol Listesi" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "Güncel Kontrol Listesi" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "Dersin kontrol listeleri nedir?" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" +"Ders kontrol listeleri, öğrencileri derse hazırlamak için gerekli adımları " +"anlamak ve takip etmek için kullanılan araçlardır." + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" +"Bu kontrol listelerinde yaptığınız herhangi bir değişiklik otomatik olarak " +"kaydedilmekte ve anında diğer ders takım üyeleri tarafından görülebilir hale" +" getirilmektedir. " + +#: cms/templates/component.html +msgid "Editor" +msgstr "Editör" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "Bu bileşenin kopyasını çıkarın" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "Bu bileşeni silin" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "Tekrar düzenlemek için sürükle" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "Ders Güncellemeleri" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "Yeni Güncelleme" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" +"Ders güncellemelerini öğrencilerinze önemli tarihleri veya sınavları, " +"forumlardaki dikkat çekici tartışmaları, zaman çizelgesindeki değişiklikleri" +" ve öğrencilerin sorularına yanıt vermek için kullanın. Güncellemeleri HTML " +"içinde değiştirebilir yenilerini ekleyebilirsiniz." + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "Durağan Sayfa" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "Yeni Sayfa" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" +"Statik Sayfaları der içeriğini, takvimi, bildirileri veya ders yazılımınıza " +"yapacağınız ekleri paylaşmak için kullanınız." + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "Dersimdeki statik sayfalar nedir?" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "Dersinizdeki Statik Sayfalar" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "Dersinizdeki Statik Sayfaların Önizlemesi" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" +"Statik Sayfaların isimleri, Ders Yazılımı, Ders Bilgi, Tartışma, Wiki ve " +"İlerleme bölümleriylre birlikte, dersinizin navigasyon çubuğunda " +"görünecektir. " + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "kipi kapat" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "CMS Altgrubu" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "İsmi Göster:" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "Birimler:" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "Altkısım Ayarları" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "Çıkış Günü" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "Çıkış Zamanı" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "Ayarlanmış Evrensel Saat" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "UTC" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" +"Gösterilen tarih {name} çıkış tarihiyle değişiklik gösteriyor " +"(ayarlanmamış)." + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "Yukarıdaki tarih yayın tarihinden {name} - {start_time} farklı" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "Bu isme {name} senkronize et." + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "Şöyle notlandırılmış:" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "Tamamlanma tarihi belirle" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "Tamamlanma tarihi" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "Tamamlanma zamanı" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "Tamamlanma tarihini sil" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "Taslakları Önizleme" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "Canlı Görüntüle" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "İç Sunucu Hatası" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "Aradığınız sayfa bulunamadı" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" +"Üzgünüz, aradığınız stüdyo sayfası bulunamamıştır. Stüdyo panaline dönüp " +"tekrar deneyebilirsiniz. Eğer probleminiz devam ediyor ise {link start} " +"Stüdyo destek {link_end} ile iletişime geçebilirsiniz." + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" +"Geri bildirim aracımızı kullanın, geri dönüşlerinizi paylaşmaya çalışın." + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "Sunucu bir Hatayla Karşılaştı" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" +"Üzgünüz. Son isteğinizi yaparken bir problem oluştu. Studio ana paneline " +"dönerek bunu tekrar deneyiniz. Hala problem yaşıyorsanız Lütfen yardım için " +"{link_start}Stüdyo yardım grubu{link_end} ile iletişime geçin." + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "Kontrol paneline geri dön" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "Kursu Dışa Aktar" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "Dersleri Dışarı Aktarma Hakkında" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" +"Derslerinizi dışa aktarabilir ve Studio dışında değiştirebilirsiniz. Dersin " +"yapısını ve içeriğini içeren dışa aktarılan dosya .tar.gz dosyasıdır (diğer " +"bir deyişle, GNU Zip'le sıkıştırılmış .tar dosyasıdır). Dışa aktardığınız " +"dosyaları yeniden içe aktarabilirsiniz." + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "Dersimin İçeriğini Dışarı Aktar" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "Ders İçeriğini Dışarı Aktar" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "Dersim {em_end} veri {em_start} ile dışarı aktarıldı." + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "Ders İçeriği (Bütün Bölümler, Alt-Bölümler ve Üniteler)" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "Ders Yapısı" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "Bireysel Problemler" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "Ders Materyalleri" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "Ders Ayarları" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "Dersim {em_end} veri {em_start} ile dışarı aktarılmadı." + +#: cms/templates/export.html +msgid "User Data" +msgstr "Kullanıcı Verisi" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "Ders Takım Verisi" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "Forum/tartışma Verisi" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "Sertifikalar" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "Neden deri dışarı aktarıyoruz?" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" +"Dersinizdeki XML dosyalarını, Studio'nun dışında doğrudan değiştirmek " +"isteyebilirsiniz. Dersinizin bir yedeğinizi almak isteyebilirsiniz veya " +"dersinizin bir kopyasını çıkartır ve daha sonra diğer bir dersin içine " +"aktarır ve değiştirirsinizç" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "Hangi içerik dışa aktarıldı?" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" +"Sadece ders içeriği ve yapısı (bölümler, altbölümler ve ünitelerle birlikte)" +" dışa aktarılır. Diğer veriler, örneğin notlandırma bilgileri, tartışma " +"forum verileri, ders ayarları ve ders takım bilgileri, dışarı " +"aktarılmamaktadır." + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "İndirilmiş dosya açılıyor" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" +".tar.gz dosyasından verileri almak için bir arşiv programı kullanınız. " +"Çıkarılan veriler içinde ders.xml dosyası ve ders içeriğini barındıran alt " +"dizinler olacaktır." + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "Hoşgeldiniz" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "Hoşgeldiniz" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" +"Stüdyo derslerinizi ayarlamanıza yardımcı olur ki böylece siz onları " +"öğretmeye yoğunlaşın" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "Stüdyonun Bir Çok Özelliği" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "Studio Derslerinizi Düzenlemenize Yardım Eder" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "Dersinizi Düzenli Tutar" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" +"Dersinizin omurgası dersinizi nasıl organize ettiğinizdir. Studio, basit " +"hiyerarşi ve kolay sürükle ve bırak yöntemleri sağlayan " +"Taslak editörünü kullanmanızı önermektedir." + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "İçerik için Basit Düzenleme" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" +"Stüdyo basit cbir hiyerarşi ile sınıflar ve alt " +"sınıflar dan oluşarak içerik oluşturmanıza yardımcı olur." + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "İstediğin Zaman Fikrini Değiştir" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" +"İstediğin yerde ders iskeletinin taslağını hazırla. Basit sürükle ve bırak " +"araçları bunları hızlıca ayarlamanıza yardımcı olacak." + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "Bir Kere de Bir Hafta yada Bir Dönem Git" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" +"Öğrencilerinize bölümleri eklemeli olarak oluşturun ve " +"sunun. Bütün bölümleri bir anda vermek zorunda değilsiniz." + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "Öğrenmek Sadece Derslerden İbaret Değildir." + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" +"Studio içeriği öğrenmeyi takviye ederek işlemenizi sağlar — " +"alıştırmalarla iç içe girmiş kısa video seansları ve bir çokları. Videoları " +"ekleyin ve bir çok türde olabilen alıştırma tiplerini kullanın." + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "Öğrenme Yolları Yarat" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" +"Multimedia, html ve alıştırmaları kullanarak öğrencilerinizin etkileşimli " +"bir şekilde anlamasına yardımcı olun." + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "Görsel çalış, Kolayca düzenle" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" +"Görsel çalışarak öğrencilerinizin tam olarak ne göreceğini görün. Sürekleyip" +" bırakarak bütün içeriği tekrar düzenleyebilirsiniz." + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "Geniş Problem Çeşitleri Kütüphanesi" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" +"Çoklu seçmeliden çok daha fazlası. Stüdyo öğrencileriniz için bir düzine " +"problem çeşidine sahip" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" +"Stüdyo Size Kolay, Hızlı ve Eklemeli Yayıncılık Sunar. Arkadaşlarınla " +"Beraber." + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "Kolay, Hızlı ve Eklemli Yayıncılık. Arkadaşlarınla Beraber." + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" +"Studio alışık olduğunuz web uygulamaları gibi çalışır ve ders üretimi " +"konusunda yardımcı olur. İstediğiniz zaman anında web'de yayına başlar veya " +"tercih ederseniz aşamalarla yayınlarsınız. İstersiniz yardımcı yazarlarla " +"oluşturduğunuz ekiple birlikte bir dersi baştan sona yapabilirsiniz. " + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "Anlık Değişiklikler" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" +"Programda hatayla mı karşılaştınız? Sorun yok. Ne zaman isterseniz, " +"değişiklikleriniz Kaydet butonuna basınca kaydedilecektir." + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "Yayın-Zamanında Yayınlama" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" +"Bir bölümü bitirdiğiniz, çalıştırmak istediğiniz seçiniz ve" +" Studio gerisini halledecektir. Dersinizi aşamalarla oluşturunuz." + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "Takım Halinde Çalış" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" +"Yardımcı yazarla aynı ders hazırlama araçlarına erişimde sizinle eş haklara " +"sahiptir. Bir ders ekip çalışmasıyla daha iyi bir ders hazırlayın." + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "Stüdyoya Hemen Kaydol!" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "Giriş Yap & Bir edX Dersi Oluşturmaya Başla" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "Studio Kullanıcınız yok mu? Kaydolun!" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "Dersinizin Taslağı Oluşturuluyor" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" +"Dersinizi organize etmek için basit iki seviyeli taslak. Sürükle ve bırak ve" +" dersini anında gör." + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "Derslerden daha fazlası" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" +"Hızlıca videolar, metin parçaları, forum tartışmaları ve çeşitli türde " +"problemler yarat." + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "Şu Tarihte Yayınlanma" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" +"Basitçe bölümün yada altbölümün tarihini ayarla ve Stüdyo öğrencilerinize " +"sizin için yayınlasın." + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "Bileşeninizi göstermekte zorluk yaşıyoruz" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" +"Öğrenciler bu bileşene ulaşamayacaklar. Hatayı düzeltmek için bileşeninizi " +"yeniden düzenleyiniz." + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "Kursu İçe Aktarma" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" +"Devam etmeden önce dersi içeri aktardığınıza emin olun. İçe aktarılan ders " +"materyali, derste var olan içeriğin üzerine yazılır. {em_start}Dersi içe " +"almayı geri alamazsınız{em_end}. Dersin yedeğini almak için dersi dışa " +"aktarmayı tavsiye ediyoruz." + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" +"İçer aktardığınız ders .tar.gz formatında (GNU Zip'le sıkıştırılmış .tar " +"dosyası) olmalıdır. Bu .tar.gz dosyası course.xml isimli bir dosyayla " +"birlikte diğer bazı dosyaları da içermelidir. " + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" +"İçe aktarma işlemi beş aşamadan oluşur. İlk iki aşama sırasında, sayfayı " +"görüntülemeye devam etmeniz gerekir. Sayfayı, dosya açma işlemi bittikten " +"sonra terk edebilirsiniz. Bununla birlikte, içe aktarma işlemi bitene kadar " +"dersinizde önemli değişiklikler yapmamanızı öneririz." + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "Ders İçeriğinizin Yerine Yenisini Koymak için .tar.gz dosyası seçiniz" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "İçe Aktarım için Bir dosya Seçin" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "Seçili Dosya:" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "Kursumu yukardaki ile değiştir" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "Ders İçer Aktarım Durumu" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "Yüklüyor" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "Dosyanız sunucularımıza aktarılıyor" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "Açılıyor" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" +"Dizin/dosya yapısı genişletiliyor ve hazırlanıyor (Sayfanızı güvenli şekilde" +" terkedebilirsiniz fakat içe aktarım tamamlanana kadar içerikte ciddi " +"değişiklikler yapmayınız)" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "Doğrulanıyor" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "Anlam, yazım kuralları ve gerekli veriler gözden geçiriliyor" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "Ders Güncelleniyor" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" +"İçer aktarılmış içerik bu dersle bütülenleştiriliyor. Büyük dersler için bu " +"zaman alabilir." + +#: cms/templates/import.html +msgid "Success" +msgstr "Başarı" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "İçe aktarılmış içerik bu derse eklenmiş durumda" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "Güncellenmiş Taslağa Gözat" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "Neden dersi içe aktarıyoruz?" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" +"Var olan dersin yeni bir sürümünü çalıştırmak isteyebilir veya bir dersin " +"yerine toptan koyabilirsiniz. Veya, Studio dışında da dersi geliştirmek " +"isteyebilirsiniz." + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "Hangi içerik içe aktarıldı?" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" +"Dersin içeriği ve yapısı (bölümler, alt bölümler ve üniteler) içe aktarılır." +" Öğrenci verisi, norlandırma bilgisi, tartışma forum verisi ve ders takım " +"bilgisi gibi diğer veriler, var olan dersteki gibi değişmeden kalır." + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "Uyarı: ders yürütülürken içeri aktarılmaya çalışılıyor" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" +"Ders sürerken içe aktarma işlemini yaparsanız ve herhangi bir problem " +"bileşeninin URL isimlerini (veya url_isim_düğümü) değiştirirseniz, Problem " +"bileşenlerine bağlı veriyi kaybedebilirsiniz. Bu veriler arasında " +"öğrencilerin problem notları bulunmaktadır. " + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "Yükleme işlemi sırasında bir hata oluştu." + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "Dosyayı açarken hata oluştu." + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "Girdiğiniz dosyayı kontrol ederken hata oluştu." + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "Yenir bir dersi veritabanımıza içeri alırken hata oluştu." + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "İçe aktarma başarısız oldu." + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "Yeni dosya seçin" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" +"İçeri aktarımımınız yapılıyor; başka bir sayfaya ilerleme bunu yarıda " +"kesecek." + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "Benim Derslerim" + +#: cms/templates/index.html +msgid "New Course" +msgstr "Yeni Ders" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "Personele dersiyaratmaları için e-posta at" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "Hoşgeldiniz, {0}!" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "Şu an giriş hakkınız bulunan bütün dersler:" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "Herhangi bir Stüdyo dersiniz ilginiz bulunmamaktadır." + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "Lütfen aşağıda gösterilen alanları düzeltin." + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "Yeni Ders Yarat" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "Yeni ders Oluşturmak için Gerekli Bilgiler" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "örn. Bilgisayar Bilimlerine Giriş" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "Dersiniz için görünecek isim." + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "Kuruluş" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "örn. ÜniversiteX veya KuruluşX" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "Bu dersin sponsor kuruluşunun adı." + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" +"Not: Bu dersinizin URL linin bir parçasıdır, bu nedenle boşluk ve özel " +"karakterlere izin verilmez." + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" +"Bu değişemez, fakat Gelişmiş Ayarlar bölümünden görüntülenen ismini " +"değiştirebilirsiniz. " + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "örn. CS101" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "Kuruluşunuz içinde dersinizi ifade eden özgün numaradır." + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" +"Not: Bu dersinizin URL'inin bir parçasıdır ve bu nedenle boşluk ve özel " +"karakterlerin kullanımına izin verilmesi ve değiştirilemez." + +#: cms/templates/index.html +msgid "Course Run" +msgstr "Dersi Yürüt" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "örn. 2014_YY1" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "Dersinizin yürütüleceği dönem." + +#: cms/templates/index.html +msgid "Create" +msgstr "Oluştur" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "Süren Ders:" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "Varolan bir Stüdyo Dersinde Personel misiniz?" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" +"Ders yaratıcısı tarafından derse eklenmeniz gerekecektir. Lütfen, yazara " +"yardımcı olduğunuz dersin yaratıcısı veya yöneticisiyle temasa geçiniz. " + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "İlk Dersinizi Yaratın" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "Yeni dersin sana bir tık uzaklıkta." + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "Stüdyoda Kurs Yaratıcısı Olmak" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" +"edX Studio xConsortium paydaşları ve seçilmiş misafirlere sunulmuş bir " +"çözümdür. Yukarıda takım üyesi olduğunuz için değiştirmenize izin verilen " +"dersler görünmektedir ve ders yaratma yetkileri edX tarafından verilir. " +"Takımımız taleplerinizi değerlendirecek ve çalışma günlerinde 24 saat içinde" +" cevap verecektir. " + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "Ders Yaratıcısının İstek Durumu:" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "Ders Oluşturma Yetkisi Almayı Talep Et" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "Ders Yaratıcısının Talep Durumu" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" +"edX Studio xConsortium paydaşları ve seçilmiş misafirlere sunulmuş bir " +"çözümdür. Yukarıda takım üyesi olduğunuz için değiştirmenize izin verilen " +"dersler görünmektedir ve ders yaratma yetkileri edX tarafından verilir. " +"Takımımız talebinizi değerlendirmeyi tamamladı." + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "Ders yaratıcısının isteği:" + +#: cms/templates/index.html +msgid "Denied" +msgstr "Red Edildi" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" +"İstekleriniz edX personeli tarafından belirlenmiş kriterlerle/kurallarla " +"uyuşmadı." + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" +"edX Studio xConsortium paydaşları ve seçilmiş misafirlere sunulmuş bir " +"çözümdür. Yukarıda takım üyesi olduğunuz için değiştirmenize izin verilen " +"dersler görünmektedir ve ders yaratma yetkileri edX tarafından verilir. " +"Takımımız talebinizi değerlendiriyor. " + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" +"İsteğiniz edX çalışanları tarafından inceleniyor ve yakında güncellenecek." + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "Yardıma İhtiyacın var mı ?" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" +"Studio'da yeniyseniz ve sorunlarla karşılaşıyorsanız, size yardımcı olacak " +"bir kaç şeyi hatırlatmakta yarar görüyoruz:" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "Stüdyo dokümantasyonunu okuyarak başla" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "Stüdyo hakkında yardım iste" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "Stüdyoda yeni dersler oluşturabilir miyim?" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "Stüdyoda ders oluşturmak için, siz mecburen" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "Ders oluşturma hakkında edX görevlileri ile iletişime geçin." + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" +"Stüdyoda ders oluşturmak için, yaratıcı ayrıcalıklarına sahip olmalısınız." + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "Ders yaratma isteğiniz reddedildi. Lütfen" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "Daha fazla soru için edX çalışanlarıyla iletişime geçin" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "Kayıt olduğun için teşekkürler %(name)s!" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "E-posta adresinizi doğrulamamız gerekiyor." + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" +"Neredeyse tamam! Kaydınızı tamamlamak için (%(email)s) e-posta adresini " +"doğrulamanız gerekmektedir. Aktivasyon mesajı ve ileriki aşamalar sizin için" +" orda bekliyor olacak." + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" +"E-postanızın kutunuzda olmama ihtimaline karşı lütgen junk ve spam e-posta " +"kutularınızı kontrol edin. Hala e-posta doğrulamasını bulamadınız mı? " +"Aşadağıdaki linkden yardım isteyin." + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "Giriş" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "edX Studioya giriş" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "Studio Hesabınız Yok mu? Kaydolun!" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "edX Studio'ya kaydolmak için gerekli bilgi" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "E-posta Adresi" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "Studio Destek" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" +"Hesabınla ilgili problem mi yaşıyorsun? {link_start}Yardım merkezi " +"{link_end} ni kullan ve senle aynı problemi yaşayan kişiler için olan " +"çözümleri görün yada bize bildirin." + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "Ders Ekip Ayarları" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "Ders Takımı" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "Yeni Takım Üyesi" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "Dersinin Ekibine Yeni Bir Üye Ekle" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "Yeni Ekip Üyesi Bilgileri" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "Kullanıcının E-posta Adresi" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "örn jane.doe@gmail.com" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" +"Lütfen ders görevlisi olarak eklemek istediğiniz kişinin e-posta adresini " +"verin" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "Kullanıcı Ekle" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "Mevcut Rol:" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "Sen!" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "Personel" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr " {email} a e-posta yolla." + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "Admin haklarınızı silmek için başka bir admin tayin edin" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "Yönetici Erişimini Sil" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "Yönetici Erişimi Ekle" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr " {username} Kullanıcıyı sil." + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "Bu Derse Yeni Ekip Üyeleri Ekle" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" +"Takım elemanları eklemek ders üretimini daha işbirlikçi yapar. Kullanıcılar " +"Studio'ya kayıt yapmalı ve aktif hesapları olmalıdır." + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "Yeni Bir Ekip Üyesi Ekle." + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "Ders Takım Rolleri" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" +"Ders takım elemanları veya personel dersin ortak yazarlarıdır. Bu kişiler " +"bütün ders içeriği üzerinde yazma ve değiştirme yetkisine sahiptir." + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" +"Yöneticiler, dersteki diğer takım elemanlarını ekleyen ve çıkarabilen ders " +"takım elemanlarıdır." + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "Sahiplik Transfer Ediliyor" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" +"Her dersin bir Yöneticisi olmalıdır. Eğer yöneticiyseniz ve dersin " +"sahipliğini bir diğerine aktarmak istiyorsanız, diğer bir kullanıcıya " +"yönetici yetkisi vermeli ve ardından bu kullanıcıdan sizi ders takım " +"listesinden silmesini istemelisiniz." + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "Ders Taslağı" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "Bu bölümü genişlet/daralt." + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "Yeni Bölüm Adı" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "Yeni bir bölüm ismi ekleyin" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "Bu Bölümü sil" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "Tekrar düzenlemek için sürükle" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "Yeni Alt-bölüm" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "Yeni Ünite" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "Dersin taslağına herhangi bir bölüm henüz eklemediniz." + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "İlk bölümünüzü ekleyin" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "Bütün bölümleri daralt" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "Yeni Bölüm" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "Bu bölümün yayını için tarih belirlenmedi" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "Takvim" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "Yayın tarihi:" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "Bölüm yayın tarihini değiştir" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "Bölümü sil" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "Bölümü yeniden sıralamak için sürükleyin" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "Bu alt-bölümü genişlet/daralt." + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "Bu alt-bölümü sil" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "Alt bölümü sil" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" +"Yeni bölümler ve altbölümler oluşturabilirsiniz, bölümlerin yayın " +"tarihlerini belirleyebilir ve var olan alt bölümler içine yeni birimler " +"oluşturabilirsiniz. Notlandırma isteyen altbölümlere ödev tipi atayabilir ve" +" bir altbölümü açarak üzerinde değişiklik yapabilirsiniz." + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" +"Ek olarak, bölümleri, altbölümleri ve birimleri sürükle bırakla yeninde " +"düzenleyebilirsiniz." + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "Bölüm Çıkış Tarihi" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" +"Aşağıda belirlenen tarihte, bu bölüm - {name} - öğrencilere sunulacaktır. " +"Özel olarak işaretlenen üniteler sadece yöneticiler tarafından " +"görüntülenebilir. " + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "Form İşlemleri" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "Takvim & Ayrıntılar Ayarlar" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "Takvim& Detaylar" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "Temel Bilgiler" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "Dersinizin ayrıntıları" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "Bölüm kapalı: bu bilgi değiştirilemez." + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "Ders Özet Sayfası" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "(öğrenci kaydı ve erişimi için)" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "Öğrencilerine e-mail yoluyla not yolla" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "Öğrencilerini davet et" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "Dersini edX ile Yaygınlaştır" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" +"Dersinizin özet sayfası dersiniz duyurulana kadar görüntülenemeyecektir. Bu " +"sayfa için içerik sağlamak ve önizlemek için, PM in sağladığı komutları izleyiniz." + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "Ders Takvimi" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "Dersin başlayacağı ilk gün" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "Ders Başlangıç Saati" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "Ders Bitiş Tarihi" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "Dersinizin aktif olduğu son gün." + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "Ders Bitiş Günü" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "Kayıt Başlangıç Tarihi" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "Öğrencilerin kaydı için ilk gün" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "Kayıt Başlangıç Tarihi" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "Kayıt Bitiş Tarihi" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "Öğrenci kaydı için son gün" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "Kayıt Bitiş Tarihi" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "Dersi yaygınlaştırırken bu ttarihler Kullanılmayacak" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "Dersinizi Burada" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "Öğrenci adayları için bilgi" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "Ders Özeti" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "Dersinizin özet sayfası" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" +"%s da kullanılan başlangıç, ön gereklilikler, sıklıklar sorulan sorular " +"(HTML olarak formatlanmış)" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "Ders imgesi" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" +"Ders imgeniz için geçerli bir dosya yolu ve isim sağlayınız (Not: sadece " +"JPEG ve PNG formatları desteklenmektedir)" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "Ders İmgesi Yükle" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "Ders Tanıtım Videosu" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "Güncel Videoyu Sil" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "Youtube video IDsini gir (gerekli kısıtlama parametreleriyle)" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "Gereklilikler" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "Bu dersi alan öğrencilerin beklentileri" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "Hafta başına saatlik çaba" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "Tüm derslere harcanan toplam süre" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "Bu ayarlar nasıl kullanılıyor?" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" +"Dersinizin takvimi öğrencilerin ne zaman kayıt yaptıracaklarını ve derse " +"başlayacaklarını belirler." + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "Diğer ders ayarları" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "Notlandırma" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "Gelişmiş Ayarlar" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "İlke değişiklikleri kayıt edildi." + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "Bilgilerinizi kaydederken bir hata oluştu. Lütfen aşağıya bakın." + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "Prensip ve ilke tanımları" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" +"Dikkat: Amacını bilmiyorsanız bu ilke ve prensiplerini " +"değiştirmeyin." + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "Gelişmiş ayarlar ne yapıyor?" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "Ayrıntılar & Takvim" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "Notlandırma Ayarları" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "Genel notlandırma genişliği" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "Öğrenci final notları için tüm notlandırma aralığı" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "Notlandırma Kuralları & Koşulları" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "Öğrenci notlandırmada son günler ve gereklilikler " + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "İzin Verilen Süre Son günlerde:" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "Son günlerdeki esneklik" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "Ödev Türleri" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "Notlandırılabilir tüm egzersizlerde kategoriler ve etiketler" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "Yeni Ödev Türü" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "edX Stüdyo için Kayıt Ol" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "Stüdyo Hesabınız var mı? Giriş yapın" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" +"Çevrimiçi ders yaratmaya hazır mısın? Aşağıda kayıt ol ve bugün ilk edX " +"dersini yaratmaya başla." + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "edX Studio'ya kaydolmak için gerekli bilgi" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" +"Bu veri kurs içinde yer alan genel tartışmalar kısmında ve edX101 destek " +"forumlarında yer alacaktır." + +#: cms/templates/signup.html +msgid "Your Location" +msgstr " Bulunduğunuz Yer" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "Tercih Edilen Dil" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "{a_start} Hizmet Şartlarını {a_start} kabul ediyorum" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "Hesabımı yarat & Dersleri Yapmaya Başla" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "Sıkça Sorulan Stüdyo Soruları" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "Studio kimin için?" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" +"Stüdyo çevrimiçi ders yaratmak isteyen herkes için global bir edX " +"platformudur. Kullanıcılarımız genellikle fakülte üyeleri, öğretim üyeleri " +"ve eğitim teknoloji gruplarından oluşur." + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "Stüdyoda dersler oluşturmak için teknik olarak neler bilmeliyim?" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" +"Ben daha önce online olarak hiç ders açmadım. Bana yardım edebilir misiniz?" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" +"Tabii ki. edX101 adında online bir ders var ve bu şu bilgilere sahip: video " +"çekme, egzersizler yaratma ve online ders oluşturmanın temel kullanım " +"koşulları. Ayrıca, eğer yardım istiyorsanız, bize bir not bırakmanız " +"yeterli. " + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "Ders Kitapları" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" +"Kaydedilmemiş değişiklikleriniz var. Bu sayfayı gerçekten terk etmek mi " +"istiyorsunuz?" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "Yeni Ders Kitabı" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "Ders kitabımı neden ünitelere bölmeliyim?" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" +"Ders kitabınızı birden çok üniteye bölmeniz, özellikle yavaş İnternet " +"bağlantısı olan öğrenciler için yükleme zamanını düşürmektedir. Ayrıca, ders" +" kitaplarını ünitelere bölmek öğrencilerin konu-temelli bilgiyi daha rahat " +"bulmasına yardımcı olmaktadır. " + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "Peki kitabım bölümlere ayrılmamışsa ne olur?" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" +"Eğer ders kitabınızda ünite yoksa, bütün kitabı tek bir ünite olarak " +"yükleyebilir ve tercihinizi Ünite İsmi alanında belirtebilirsiniz." + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "Tek Ünite" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "Bir taslak yazıyı düzenliyorsunuz." + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "Bu ünite orijinal olarak şu tarihte {date} yayınlandı." + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "Canlı Sürümünü Görüntüle" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "Yeni Bileşen ekle" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "Sıklıklıkla karşılaşılan Problem Tipleri" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "Gelişmiş" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "Ünite Ayarları" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "Görünürlük:" + +#: cms/templates/unit.html +msgid "Public" +msgstr "Genel" + +#: cms/templates/unit.html +msgid "Private" +msgstr "Özel" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" +"Ünite yayına koyuldu. Değişiklik yapmak için, {link_start} taslağı düzenle " +"gerekmektedir {link_end}." + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" +"Bu yayınlanan ünite için bir taslaktır. Görünür sürümünü güncellemek için " +"{link_start} yazıyı bu taslak ile değiştir {link_end} e tıklamanız " +"gerekmektedir." + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" +"Bu ünite şu öğrencilere açılmak üzere ayarlanmıştır." + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "{date} " + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "bu alt sınıf ile beraber {link_start}{name}{link_end}" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "Taslağı sil" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "Ünite Yeri" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "Ünite No:" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" +"edX Stüdyoya kayıt yaptığınız için teşekkürler! Hesabınızı aktive etmek için" +" lütfen aşağıdaki linki tarayıcınızın adres barına yapıştırın:" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" +"Bunu arzu etmediyseniz, bir şey yapmanıza gerek yok; bizden bir email " +"almayacaksınız. Lütfen buna cevap yazmayın." + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "edX Stüdyo Hesabın" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "{email} edge üzerinde Studio ders yaratma önceliklerini talep etti" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" +"Kullanıcı '{user}' {email} adresiyle edge üzerinde Studio ders yaratma " +"önceliklerini talep etti" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" +"Bu talebi onaylamak veya reddetmek istiyorsanız, ders yaratıcı admin " +"tablosunu kullanınız." + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" +"edX Studio'da ders yaratma hakları talebiniz reddildi. Bunun bir hata " +"olduğunu düşünüyorsanız, lütfen şu kişiyle bağlantı kurunuz:" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" +"edX Studio'da ders yaratma hakları talebiniz onaylanmıştır. İlk dersinizi " +"yaratmak için, şu siteyi ziyaret ediniz:" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" +"edX Studio'da ders yaratma haklarınız iptal edildi. Bunun bir hata olduğunu " +"düşünüyorsanız, lütfen şu kişiyle bağlantı kurunuz:" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "edx Studio ders yaratıcısı durumu" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "Şimdi {link_start} giriş yap {link_end}." + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" +"Hesabınızı aktifleştirmek için gerekli komutlarla birlikte {email} adresine " +"aktivasyon linklerini içeren bir mesaj gönderildi." + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "Tüm hakları saklıdır" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "Bizimle İletişime Geçin" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "Mevcut Ders:" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "{course_name}'s Navigasyonu:" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "Taslak" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "Güncellemeler" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "Takvim & Detayları" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "Kontrol listesi" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "İçe Aktar" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "Dışa Aktar" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "Yardım & Hesap Navigasyonu" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "Bu bir PDF Dokümanı" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "Stüdyo Dökümantasyonu" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "Stüdyo Yardım Merkezi" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "Şu an giriş yapılan hesap:" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "Çıkış Yap" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "Henüz giriş yapmadınız" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "Stüdyo Nasıl Çalışır" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "Stüdyo Yardım" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "Latex Kaynak Derleyicisini Başlat" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "Başlık 1" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "Çoktan Seçmeli" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "Seçenek Kutucukları" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "Metin Girişi" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "Nümerik Girdi" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "Açıklama" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "Gelişmiş Düzenleyici" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "Studio için yardım mı arıyorsunuz?" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "edX Stüdyo Yardımı" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" +"Stüdyo ile ilgili yardıma mı ihtiyacın var? Ders yaratmak karışık, fakat " +"yardım için burdayız. Yardım merkezimizi, dökümantasyonları ve edX101 " +"dersini kullanarak bu aşamaları öğrenebilirsiniz." + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "Stüdyo Dokümantasyonunu İndir" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "Dersinizi oluşturmak için Stüdyo nasıl kullanılır" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "edx101 e kaydol" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "Stüdyo hakkında bizimle iletişime geçin" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" +"Sorunuz, sorununuz, yada öneriniz mi var? Biz sizin paylaşmak istediğiniz " +"geri bildirimleriniz için burdayız." + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "isim" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "Bu üniteyi sil" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "Üniteyi sil" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "Sıralama için sürükle" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "Üniteleri yeniden düzenlemek için sürükle" + +# empty +msgid "This is a key string." +msgstr "Bu bir anahtar dizisidir." diff --git a/conf/locale/tr_TR/LC_MESSAGES/djangojs.mo b/conf/locale/tr_TR/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..692bceca8fd5 Binary files /dev/null and b/conf/locale/tr_TR/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/tr_TR/LC_MESSAGES/djangojs.po b/conf/locale/tr_TR/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..bfd5f88c63ad --- /dev/null +++ b/conf/locale/tr_TR/LC_MESSAGES/djangojs.po @@ -0,0 +1,792 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Turkish (Turkey) (http://www.transifex.com/projects/p/edx-platform/language/tr_TR/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# brscvs , 2013 +# brscvs , 2013 +# burakozalp , 2013 +# burakozalp , 2013 +# hgsenel , 2014 +# hgsenel , 2014 +# Kerim Kaan Dönmez , 2013 +# Kerim Kaan Dönmez , 2013 +# onurbektas , 2013 +# onurbektas , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# brscvs , 2013 +# burakozalp , 2013 +# hgsenel , 2014 +# hgsenel , 2014 +# Kerim Kaan Dönmez , 2013 +# onurbektas , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/edx-platform/language/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "Bu link yeni tarayıcı sekmesinde açılacak" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "İptal" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "Video kaydırıcısı" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "Durdur" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "Oynat" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "Tarayıcıyı doldurun" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "Tüm tarayıcıdan çıkın" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "HD açık" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "HD kapalı" + +#: 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 "Video pozisyonu" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "Video bitti" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "%(value)s saat" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "%(value)s dakika" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "%(value)s saniye" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "Sessizde" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "Çok düşük" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "Düşük" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "Ortalama" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "Yüksek sesli" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "Çok yüksek sesli" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "Maksimum" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "Altyazının gösterileceği zaman" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "Altyazıyı aç" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "Altyazıyı kapa" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "%s önce" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "Şimdiden itibaren %s" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "bir dakikadan az" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "yaklaşık bir dakika" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d dakika" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "yaklaşık bir saat" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "yaklaşık %d saat" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "bir gün" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d gün" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "yaklaşık bir ay" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d ay" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "yaklaşık bir sene" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d yıl" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "Kullanılabilir %s" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Ulaşılabileceklerin listesi %s budur. İki kutu arasındaki Seç okuna " +"tıklayarak içlerinden seçebilirsiniz." + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Uygun seçenek listesini %s filtremek için kutuya yazın" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "Filtrele" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "Hepsini seç" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "Tüm %s leri seçmek için tıklayın." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "Seç" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "Sil" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "Seçilmiş %s" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Ulaşılabileceklerin listesi %s'dir. İki kutu arasındaki Sil okuna tıklayarak" +" içlerinden istediklerinizi silebilirsiniz." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "Hepsini sil" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "Tüm seçili %s leri silmek için tıklayınız." + +#: 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] "%(sel)s lerin %(cnt)s seçilmişleri" + +#: 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 "" +"Değiştirilebilir alanlarda kaydetmediğiniz değişiklikler var. Eğer devam " +"ederseniz, kaydedilmeyen değişiklerinizi kaybedeceksiniz." + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Bir komutu seçtiniz, ancak değişikliklerinizi kaydetmediniz. Lütfen Tamama " +"tıklayınız. İşleminizi yeniden yapmanız gerekebilir." + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Bir komut seçtiniz, ancak alanlarda herhangi bir değişiklik yapmadınız. " +"Kaydet butonu yerine Git butonunu arıyor olmalısınız." + +#. 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 "" +"Ocak|Şubat|Mart|Nisan|Mayıs|Haziran|Temmuz|Ağustos|Eylül|Ekim|Kasım|Aralık" + +#. 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 "P|P|S|Ç|P|C|C" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "Göster" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "Sakla" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "Pazar|Pazartesi|Salı|Çarşamba|Perşembe|Cuma|Cumartesi" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "Şimdi" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "Saat" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "Zaman seçiniz" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "Gece yarısı" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "6:00" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "Öğle" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "Bugün" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "Takvim" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "Dün" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "Yarın" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" +"

Hiperlink ekleyiniz

http://example.com/ \"tercihe bağlı " +"başlık\"

" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" +"

İmge ekleyin (dosyayı yükleyin veya URL'sini " +"yazınız)

http://example.com/images/diagram.jpg \"tercihe bağlı " +"başlık\"

" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "Fiyat Düşüşü Düzenleme Yardımcı" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "Kalın (Ctrl+B)" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "İtalik (Ctrl+I)" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "Hiperlink (Ctrl-L)" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "Blok alıntı (Ctrl+Q)" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "Kod Örneği (Ctrl+K)" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "İmge (Ctrl-G)" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "Numaralı Liste (Ctrl+O)" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "Noktalı Liste (Ctrl+U)" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "Başlık (Ctrl+H)" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "Yatay Kural (Ctrl+R)" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "Geri al (Ctrl-Z)" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "Yeniden Yap (Ctrl+Y)" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "Yeniden Yap (Ctrl+Shift+Z)" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "kalın metin" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "vurgulu metin" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "imge tanımını buraya giriniz." + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "link tanımını buraya giriniz." + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "Blok alıntı" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "kodu buraya giriniz" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "Liste maddesi" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "Başlık" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "Bu link yeni bir kip penceresinde açılacak." + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "Bunu sil" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "Siliniyor" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "Evet, bunu sil" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "Siliyor…" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" +"Organizasyon, kurs numarası ve ders alanlarının uzunluğu 65 karakterden " +"fazla olamaz." + +#: cms/static/js/index.js +msgid "Required field." +msgstr "Gerekli alan." + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "Studio Yardımını Gizle" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "Studio için Yardım mı Arıyorsunuz?" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "İsim belirtmelisiniz" + +#: cms/static/js/models/section.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 "Kaydediliyor…" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" +"Sadece <%= fileTypes %> dosya uzantılarını yükleyebilirsiniz. Lütfen sonunda" +" <%= fileExtensions %> uzantısı olan dosyayı yükleyin." + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "veya" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "Ders atanmış bir başlangıç tarihi içermeli." + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "Dersin bitiş tarihi başlama tarihinden önce olamaz" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "Dersin başlangıç tarihi kurs kayıt başlangıcından önce olamaz." + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" +"Dersin kayıt başlangıç tarihi kurs kayıt bitiş tarihinden sonra olamaz." + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "Ders bitiş dönemi kurs kayıt bitişinden sonra olamaz." + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "Anahtar sadece harf, sayı, _ veya - içermelidir" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "Bu isimle mevcut bir kayıt tipi bulunmaktadır." + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "0 ve 100 arası bir sayı giriniz." + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "Lütfen 0'dan büyük bir tamsayı giriniz." + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "Lütfen negatif olmayan tamsayı giriniz." + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "<% attrs.types %> den daha fazla düşürülemez." + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "İzin verilen süre HH:MM formatında yazılmalıdır." + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "Dosya Onayını Kaldır" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" +"Bu veriyi silmek istediğinizden emin misiniz? Geri döndürülemez!\n" +"\n" +"Ayrıca bu veriye bağlı olan içeriklerde çalışmayacak (ör bozuk resimler veya linkler)" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "Sil" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "Dosyanız silindi." + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "İsim" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "Tarih Eklendi" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "Bu güncellemeyi silmek istediğinize emin misiniz?" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "Bu eylem geri alınamaz." + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr " Şu konuma “<%= name %>” yeni bir PDF dosyası yükle" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "Kaydediliyor" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "Yüklemede bir sorun oluştu" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" +"Dosya formatı desteklenmiyor. Lütfen dosyayı tar.gz uzantısı " +"ile yükleyiniz." + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "Bütün Bölümleri Daralt" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "Bütün Bölümleri Genişlet" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "Yayın tarihi:" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "{month}/{day}/{year} at {hour}:{minute} UTC" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "Bölüm yayın tarihini değiştir" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "artan" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "azalan" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" +"Gösteriliyor %(current_span)s%(start)s-%(end)s%(end_span)s den " +"%(total_span)s%(total)s toplam%(end_span)s,sıralanmış " +"%(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 "Değişiklikleriniz kaydedilemedi" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "Geri dön ve sorunu tekrar çöz." + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "Sil “<%= 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 "" +"Ders kitabını silmek geri dönüşü olmayan bir işlemdir. Sildiğin anda " +"içindeki ders referansları ve materyalleri de silinecektir." + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "Siliniyor" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "Özür dileriz, bir hata oluştu" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "Bazı değişiklikler yaptınız" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "Değişiklikleriniz kaydedilene kadar aktif olmayacaktır." + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "Bazı değişiklikler yaptınız, ama bazı hatalar var" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "Öncelikle lütfen sayfadaki hataları yazınız. Sonra kaydedebilirsiniz." + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "Değişikleri Kaydet" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "Değişiklikleriniz kaydedildi." + +#: 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 "" +"Değişiklikleriniz siz kaydedene kadar aktif olmayacaktır. Anahtar ve " +"değerlerin formatlanmasına dikkat ediniz zira bu değerler kontrol " +"edilmemektedir." + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "İlke değişiklikleri kayıt edildi." + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" +"Politika anahtarı -değer çiflerinizin uygunluğu henüz doğrulanmamıştır. " +"Sorun yaşıyorsanız ayarlarınızı gözden geçirin." + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "Ders imgesini yükleyin." + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "Dosyalar mutlaka JPEG veya PNG formatında olmalıdır." diff --git a/conf/locale/uk/LC_MESSAGES/django.mo b/conf/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..265f5aa8324d Binary files /dev/null and b/conf/locale/uk/LC_MESSAGES/django.mo differ diff --git a/conf/locale/uk/LC_MESSAGES/django.po b/conf/locale/uk/LC_MESSAGES/django.po new file mode 100644 index 000000000000..077c92df9091 --- /dev/null +++ b/conf/locale/uk/LC_MESSAGES/django.po @@ -0,0 +1,9925 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Ukrainian (http://www.transifex.com/projects/p/edx-platform/language/uk/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Ukrainian (http://www.transifex.com/projects/p/edx-platform/language/uk/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2014-02-02 11:39+0000\n" +"Last-Translator: nedbat \n" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/edx-platform/language/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/uk/LC_MESSAGES/djangojs.mo b/conf/locale/uk/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..d8ec343d289d Binary files /dev/null and b/conf/locale/uk/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/uk/LC_MESSAGES/djangojs.po b/conf/locale/uk/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..6e28e4a16372 --- /dev/null +++ b/conf/locale/uk/LC_MESSAGES/djangojs.po @@ -0,0 +1,758 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Ukrainian (http://www.transifex.com/projects/p/edx-platform/language/uk/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/edx-platform/language/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: 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[2] "" + +#: 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[2] "" + +#: 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[2] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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[2] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/vi/LC_MESSAGES/django.mo b/conf/locale/vi/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..fe5c61e9dee6 Binary files /dev/null and b/conf/locale/vi/LC_MESSAGES/django.mo differ diff --git a/conf/locale/vi/LC_MESSAGES/django.po b/conf/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 000000000000..a58319c58242 --- /dev/null +++ b/conf/locale/vi/LC_MESSAGES/django.po @@ -0,0 +1,10178 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Vietnamese (http://www.transifex.com/projects/p/edx-platform/language/vi/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ppanhh , 2013 +# ngocchung75 , 2013 +# hdvd2309 , 2013 +# hoad, 2013 +# hoad, 2013 +# hoanghadu , 2014 +# hoanghadu , 2014 +# thehung12a3 , 2013 +# ngocchung75 , 2013 +# hdvd2309 , 2013-2014 +# ppanhh , 2013 +# thehung12a3 , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# hdvd2309 , 2013-2014 +# hoad, 2013 +# hoanghadu , 2014 +# ngocchung75 , 2013 +# hdvd2309 , 2014 +# ppanhh , 2013 +# thehung12a3 , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Vietnamese (http://www.transifex.com/projects/p/edx-platform/language/vi/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Thành Bùi Việt , 2014 +# ducpt91 , 2013 +# ducpt91 , 2013 +# ngocchung75 , 2013 +# hdvd2309 , 2013 +# hoad, 2013 +# hoad, 2013 +# hoanghadu , 2014 +# tah , 2013 +# hoanghadu , 2014 +# thehung12a3 , 2013 +# mannd , 2013 +# ngocchung75 , 2013 +# mannd , 2013 +# hdvd2309 , 2013-2014 +# tah , 2013 +# Thành Bùi Việt , 2014 +# Thành Bùi Việt , 2014 +# thehung12a3 , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ducpt91 , 2013 +# hdvd2309 , 2013-2014 +# hoad, 2013 +# hoanghadu , 2014 +# mannd , 2013 +# ngocchung75 , 2013 +# hdvd2309 , 2014 +# tah , 2013 +# Thành Bùi Việt , 2014 +# thehung12a3 , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ngocchung75 , 2013 +# ngocchung75 , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: hdvd2309 \n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/edx-platform/language/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "Thông Tin Khóa Học" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "Thảo Luận" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "Wiki" + +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Progress" +msgstr "Tiến Trình" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "Quy Tắc Thực Hiện" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "Ghi danh vào lớp đã đóng" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "Chế độ ghi danh không hỗ trợ" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "Số lượng được chọn không hợp lệ." + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "Không mức giá nào được chọn hoặc mức giá được chọn quá thấp." + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "Mã số khóa học chưa xác định" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "Mã số khóa học không đúng" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "Bạn chưa được ghi danh vào khóa học này" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "Hành động ghi danh không hợp lệ" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" +"Có lỗi khi nhận thông tin đăng nhập của bạn. Vui lòng gởi email đến chúng " +"tôi." + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Too many failed login attempts. Try again later." +msgstr "Quá nhiều cố gắng đăng nhập thất bại. Vui lòng thử lại sau." + +#: common/djangoapps/student/views.py +msgid "Email or password is incorrect." +msgstr "Email hoặc mật khẩu không đúng." + +#: 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 "" +"Tài khoản này chưa được kích hoạt. Chúng tôi đã gửi thư kích hoạt khác. Vui " +"lòng kiểm tra e-mail của bạn để xem hướng dẫn kích hoạt." + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "Xin nhập tên tài khoản" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "Không tồn tại người dùng với tên tài khoản là {}" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "Một tài khoản với Tên Người Dùng Công Khai '{username}' đã tồn tại." + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "Một tài khoản với Email '{email}' đã tồn tại." + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "Lỗi (401 {field}). Hãy gởi email cho chúng tôi." + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "Để ghi danh, bạn phải tuân thủ quy tắc thực hiện." + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "Bạn phải chấp thuận các quy định của dịch vụ." + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "Yêu cầu e-mail hợp lệ." + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "Tên người dùng chỉ nên bao gồm A-Z và 0-9, không có khoảng trống." + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "Không thể gửi email kích hoạt." + +#: common/djangoapps/student/views.py +msgid "Unknown error. Please e-mail us to let us know how it happened." +msgstr "" +"Lỗi không xác định. Xin vui lòng gửi e-mail cho chúng tôi để chúng tôi biết " +"nó xảy ra như thế nào." + +#: common/djangoapps/student/views.py +msgid "No inactive user with this e-mail exists" +msgstr "Không tồn tại người dùng không hoạt động với địa chỉ e-mail này" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "Không thể gửi email kích hoạt lại" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "Mật khẩu không hợp lệ" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "Yêu cầu địa chỉ e-mail hợp lệ." + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "Đã có tài khoản sử dụng địa chỉ e-mail này." + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "Email cũ trùng với email mới." + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "Yêu cầu tên" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "Mã số không hợp lệ" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "Kiểm tra" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "Kiểm Tra Cuối Cùng" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "Định hướng" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "Về tài liệu này" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "Chỉ mục" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search" +msgstr "Tìm kiếm" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Copyright" +msgstr "Bản quyền" + +#: lms/djangoapps/courseware/features/video.py +msgid "ERROR: No playable video sources found!" +msgstr "LỖI: Không tìm thấy nguồn video có thể phát được!" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "Tên Khóa Học" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "cho phép kiểu tập tin là '%(file_types)s'" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "kích thước tối đa cho tập tin tải lên là %(file_size)sK" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" +"Lỗi khi tải tập tin lên. Vui lòng lên hệ người quản lý website. Cảm ơn bạn." + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "Người dùng không tồn tại." + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "Công việc đang được thực hiện." + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "Thành viên" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "Quản Trị Sinh Viên" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Extensions" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Data Download" +msgstr "Tải Dữ Liệu" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Analytics" +msgstr "Phân tích" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +#, fuzzy +msgid "Full Name" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"Tên Đầy Đủ\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"Tên đầy đủ" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "đã xóa" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "Đánh Giá Thông Minh" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "Đánh Giá Ngang Hàng" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "Chưa có sẵn" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "Người Kiểm Tra Tự Động" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "Đánh Giá Người Dạy" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" +"Lỗi xảy ra khi liên lạc với dịch vụ chấm điểm. Xin vui lòng thông báo cho " +"người có quyền trong khóa học." + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" +"Lỗi xảy ra khi liên lạc với dịch vụ chấm điểm. Xin vui lòng thông báo điểm " +"edX của liên lạc của bạn." + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "cho khóa học {0} và sinh viên {1}." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "Xem tất cả vấn đề cần đánh giá ngang hàng trong khóa học này." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" +"Xem bài gửi chưa chấm điểm nộp bởi sinh viên về vấn đề kết thúc mở trong bài" +" giảng." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "Xem các vấn đề kết thúc mở mà bạn đã gửi để chấm điểm trước đây." + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "Xem các bài nộp đã được gắn cờ của học viên là không phù hợp." + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "Bài nộp mới để chấm điểm" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "Điểm mới đã được trả về" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "Các bài nộp đã được gắn cờ để xem lại" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" +"\n" +" Có lỗi với việc khởi tạo chấm điểm ngang hàng.\n" +" Chưa có một module chấm điểm ngang hàng tạo ra trong khóa học để cho phép bạn chấm điểm người khác.\n" +" Xin vui lòng kiểm tra lại sau.\n" +" " + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "Xác Nhận Đơn Thanh Toán" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "Đang cố gắng thêm tiền tệ khác vào giỏ hàng" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" +"Vui lòng truy cập bảng điều khiển để xem " +"khóa học mới của bạn. " + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "Chế độ {mode} không tồn tại cho {course_id}" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "Giấy chứng nhận Thành Tích, {mode_name} cho khóa học {course}" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" +"Lưu ý: bạn có tối đa 2 tuần vào khóa học để hủy ghi danh với tùy chọn Chứng " +"Chỉ Xác Nhận và được hoàn lại tiền đầy đủ. Để được hoàn lại phí, liên hệ " +"{billing_email}. Xin cho biết mã số đơn hàng trong e-mail của bạn. Xin vui " +"lòng KHÔNG bao gồm thông tin thẻ tín dụng của bạn. " + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "Ngày Bắt Đầu Khóa Học" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "Bạn phải đăng nhập để thêm vào giỏ hàng" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "Khóa học mà bạn yêu cầu không tồn tại." + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "Khóa học {0} đã có trong giỏ hàng của bạn." + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "Bạn đã đăng ký khóa học {0}." + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "Khoá học được thêm vào giỏ hàng." + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "Bộ xử lý thanh toán không trả về một tham số yêu cầu: {0}" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "Bộ xử lý thanh toán trả về một kiểu giá trị tồi {0} cho tham số {1}." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" +"Bộ xử lý thanh toán chấp nhận một đơn đặt hàng có con số không nằm trong hệ " +"thống của chúng tôi." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" +"Số tiền tính bởi bộ xử lý {0} {1} khác với tổng chi phí của đơn đặt hàng {2}" +" {3}." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "Giao dịch thành công." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "Yêu cầu thiếu một hoặc nhiều trường cần thiết." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "Một hoặc nhiều trường trong yêu cầu chứa thông tin sai." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" +"Lỗi : Lỗi thông thường của hệ thống. Khắc phục: thử lại thanh toán sau vài " +"phút." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" +"Ngân hàng phát hành có câu hỏi về yêu cầu. Khắc phục: thử lại với một hình " +"thức thanh toán khác" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" +"Không đủ tiền trong tài khoản. Khắc phục: thử lại với một hình thức thanh " +"toán khác" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "Không rõ lý do" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" +"Ngân hàng phát hành không dùng được. Khắc phục: thử lại lần nữa sau vài phút" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" +"Thẻ đã đạt hạn mức tín dụng. Khắc phục: thử lại với một hình thức thanh toán" +" khác" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" +"Số xác minh thẻ không hợp lệ. Khắc phục: thử lại với một hình thức thanh " +"toán khác" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" +"Số tài khoản không hợp lệ. Khắc phục: thử lại với một hình thức thanh toán " +"khác" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" +"Từ chối thông thường bởi bộ xử lý. Khắc phục: thử lại với một hình thức " +"thanh toán khác" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "Số tiền yêu cầu vượt quá số tiền ban đầu được ủy quyền." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "Xử lý thất bại. Cách khắc phục: thử lại việc thanh toán" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "Việc cho ​​quyền đã được ghi lại" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "Số tiền giao dịch yêu cầu phải khớp với số tiền giao dịch trước đó." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "ID yêu cầu không hợp lệ" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "Giao dịch đã được giải quyết hoặc huỷ bỏ." + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" +"Bạn yêu cầu một khoản tín dụng cho một ghi lại đã được hủy bỏ trước đó" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "Giá được chọn không phải là số hợp lệ." + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "Khóa học này không hỗ trợ chứng chỉ xác nhận" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "Không giá nào được chọn hoặc giá được chọn dưới mức tối thiểu." + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "Đã đặt lại mật khẩu thành công" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" +"\n" +" Mật khẩu của bạn đã được thiết lập. Bạn có thể tiếp tục %(link_start)sđăng nhập%(link_end)s.\n" +" " + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"Đặt Lại Mật Khẩu %(platform_name)s Của Bạn" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"Đặt Lại Mật Khẩu %(platform_name)s Của Bạn" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "Mẫu Đặt Lại Mật Khẩu" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" +"\n" +"Xin lỗi, %(platform_name)s không cho phép ghi danh tại khu vực của bạn.\n" +" " + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "Bạn phải hoàn thành tất cả các trường." + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "Hai trường mật khẩu không trùng khớp." + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "Xin lỗi, hệ thống có vấn đề trong quá trình đặt lại mật khẩu của bạn" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +"Một ai đó đã nhận biết vấn đề này rồi. Vui lòng thử lại sau. Hãy %(start_link)sliên hệ chúng tôi%(end_link)s nếu bạn có bất cứ vấn đề gì.\n" +" " + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" +"Vui lòng nhập mật khẩu mới hai lần để chúng tôi có thể xác minh là bạn nhập " +"chính xác.
Các trường yêu cầu được đánh dấu bằng văn bản đậm và dấu hoa thị (*)." + +#: lms/templates/registration/password_reset_confirm.html +msgid "Required Information" +msgstr "Thông Tin Yêu Cầu" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "Mật Khẩu Mới Của Bạn" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "Nhập Lại Mật Khẩu Mới Của Bạn" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "Thay Đổi Mật Khẩu Của Tôi" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "Đặt Lại Mật Khẩu Không Thành Công" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +"Liên kết đặt lại mật khẩu bị sai, có thể vì liên kết đã được sử dụng. Vui lòng quay về %(start_link)strang đăng nhập%(end_link)s và thực hiện lại các bước đặt lại mật khẩu.\n" +" " + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "Hướng Dẫn Đặt Lại Mật Khẩu" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Need Help?" +msgstr "Cần Trợ Giúp?" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" +"\n" +"Xem %(start_link)smục hướng dẫn để có thông tin liên hệ và trả lời cho những câu hỏi thông thường%(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 "" +"Bạn nhận e-mail này vì bạn đã yêu cầu đặt lại mật khẩu cho tài khoản của bạn" +" trên trang edx.org." + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "Vui lòng truy cập trang dưới đây và chọn một mật khẩu mới:" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "Cảm ơn bạn đã sử dụng trang web của chúng tôi!" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "Nhóm edX" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "Lần thay đổi cuối cùng:" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "Xem tất cả nốt con" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "Bài viết này được thay đổi gần đây nhất vào lúc:" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "Thêm bài viết mới" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "Tạo bài viết" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "Quay lại" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "Xóa bài viết" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Delete" +msgstr "Xóa" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "Bạn không thể xóa bài viết gốc." + +#: 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 "" +"Bạn không thể xóa bài viết này vì bạn không có quyền xóa bài viết với bài " +"viết con. Hãy thử xóa từng bài viết con trước." + +#: 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 "" +"Bạn đang xóa một bài viết. Điều này nghĩa là các bài viết con của nó cũng bị" +" xóa theo. Nếu bạn chọn xóa sạch, các bài viết con cũng sẽ bị xóa sạch!" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "Các bài viết sẽ bị xóa" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "...và vân vân!" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "Bạn đang xóa một bài viết. Vui lòng xác nhận." + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "Chỉnh sửa" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "Lưu thay đổi" + +#: lms/templates/wiki/edit.html +msgid "Preview" +msgstr "Xem trước" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "Quay về trình biên tập" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "Lịch sử" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" +"Nhấn vào từng thay đổi để xem danh sách các dòng được chỉnh sửa. Nhấn vào " +"nút Xem trước để xem hình thức hiện tại của bài viết. Ở cuối trang này, bạn " +"có thể thay đổi thành một thay đổi cụ thể hoặc gộp một thay đổi cũ vào bản " +"hiện tại." + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "không có nhật ký" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "Xem trước thay đổi" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "Tự động ghi nhật ký:" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "Thay đổi" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "Gộp các bản được chọn với bản hiện tại..." + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "Chuyển về phiên bản đã chọn" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "Quay về trang xem lịch sử" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "Chuyển về phiên bản này" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "Gộp với bản hiện tại" + +#: 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 "" +"Khi bạn gộp một thay đổi với thay đổi hiện tại, tất cả dữ liệu trên cả hai " +"phiên bản sẽ được giữ lại và gộp lại tại vị trí xấp xỉ của nó trong mỗi thay" +" đổi." + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "Sau việc này, cần phải thực hiện việc kiểm tra lại một cách thủ công." + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "Tạo bản gộp mới" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "Xem trước thay đổi" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "Xem trước bản gộp giữa" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "và" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "Thay đổi này đã bị xóa." + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "Khôi phục lại thay đổi này sẽ đánh dấu bài viết là đã bị xóa." + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" +"\n" +" Bạn cần đăng nhập hoặc đăng ký để sử dụng chức năng này.\n" +" " + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "Bạn cần đăng nhập hoặc đăng ký để sử dụng chức năng này." + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "Hướng Dẫn Cú Pháp 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 "" +"Wiki sử dụng Định dạng để trang trí. Có một số hướng dẫn " +"trực tuyến hữu ích. Xem những liên kết dưới đây để biết thêm chi tiết:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "Định dạng: Cơ bản" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "Hướng Dẫn Cú Pháp Định Dạng" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "Hướng Dẫn Cú Pháp Định Dạng Thu Gọn" + +#: 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 "" +"Để tạo bài viết wiki mới, hãy tạo liên tới tới bài viết. Bấm vào liên kết để" +" dẫn đến trang tạo wiki." + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "[Tên Bài Viết](wiki:TênBàiViết)" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "edX Bổ Sung:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "Ví dụ hữu ích:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "Tiêu Đề Lớn" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "Tiêu Đề Nhỏ Hơn" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "*emphasis* hoặc _emphasis_" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "**strong** hoặc __strong__" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "Danh Sách Không Sắp Xếp" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "Phần Tử Phụ 1" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "Phần Tử Phụ 2" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "Đã sắp xếp" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "Danh sách" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "Trích dẫn" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "Đính kèm" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "Tải tập tin mới lên" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "Tìm và thêm tập tin" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "Tải Lên Tập Tin" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "Tải lên tập tin" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "Tìm kiếm tập tin và bài viết" + +#: 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 "" +"Bạn có thể dùng lại những tập tin từ các bài viết khác. Những tập tin này là" +" đối tượng cập nhật trên những bài viết khác, điều này có thể hoặc chưa chắc" +" là một điều tốt." + +#: 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 "" +"Các tập tin dưới đây có thể sử dụng cho bài viết này. Sao chép các thẻ định " +"dạng để trực tiếp trỏ tới tập tin từ bài viết." + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "Thẻ định dạng" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "Được tải lên bởi" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "Kích thước" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "Lịch Sử Tập Tin" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "Tách ra" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "Thay thế" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "Khôi phục" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "ẩn danh (đã ghi lại IP)" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "Lịch sử tập tin" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "thay đổi" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "Không có đính kèm cho bài viết này." + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "Mở Bảng Điều Khiển Cuối" + +#: cms/djangoapps/contentstore/utils.py +msgid "My Notes" +msgstr "Ghi Chú của tôi" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "Tải lên hoàn tất" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" +"Đã có khóa học được định nghĩa với cùng tổ chức, số khóa học, và khóa học " +"đang hoạt động. Vui lòng đổi tên tổ chức hoặc số khóa học để trở thành duy " +"nhất." + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" +"Đã có khóa học được định nghĩa với cùng tổ chức và số khóa học. Vui lòng " +"thay đổi ít nhất một trường để khóa học là duy nhất." + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "Chúng tôi chỉ hỗ trợ tải lên tập tin .tar.gz" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "Không thể tìm thấy tập tin course.xml trong gói." + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +msgid "Courseware" +msgstr "Khóa học" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "Không tìm thấy người dùng với địa chỉ email '{email}'." + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "Chỉ người hướng dẫn mới có thể tạo thêm người hướng dẫn khác" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "Bạn không thể xóa bỏ người hướng dẫn cuối cùng khỏi khóa học" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "chưa yêu cầu" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "Thời gian khi trạng thái được cập nhật lần cuối" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "Trạng thái hiện tại của người tạo khóa học" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" +"Các ghi chú tùy chọn về người dùng này (ví dụ, tại sao việc truy cập vào " +"tiến trình tạo khóa học bị từ chối)" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "Không tìm thấy trang" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "Thiết lập" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "Lưu" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "Hủy bỏ" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "Mã Khóa Học" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "Quên mật khẩu?" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "Tên hiển thị công khai" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "Cảm ơn bạn đã kích hoạt tài khoản." + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +msgstr "Tài khoản này đã được kích hoạt." + +#: 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 "" +"Truy cập {link_start}bảng điều khiển{link_end} để xem các khóa học của bạn." + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "Chính sách bảo mật" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +msgid "Help" +msgstr "Trợ Giúp" + +#: 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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "Báo chí" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "Liên hệ" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" +"Nếu bạn có một câu hỏi chung về {platform_name} xin vui lòng email {contact_email}. Để xem nếu câu hỏi của " +"bạn đã được trả lời, hãy truy cập {faq_link_start} trang hỏi đáp của chúng " +"tôi {faq_link_end}. Ngoài ra bạn có thể tham gia thảo luận {fb_link_start} " +"trên trang facebook {fb_link_end}. Mặc dù chúng tôi có thể không kịp trả lời" +" tất cả các email, mọi thông tin phản hồi đều sẽ được ghi nhận." + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" +"Nếu bạn có góp ý / phản hồi về {platform_name}, hoặc gặp phải các vấn đề kỹ thuật với nền tảng này (ví dụ vấn đề với địa chỉ email và mật khẩu), bạn có thể liên hệ với chúng tôi ở địa chỉ email {tech_email}.\n" +"Với các câu hỏi kỹ thuật, nếu có thể thì hãy gửi thông tin chi tiết bao gồm tên trình duyệt, phiên bản, ảnh chụp màn hình... đính kèm trong email. \n" +"Nếu bạn tìm thấy một lỗi, bug hoặc các vấn đề phát sinh khác, bạn có thể liên hệ với chúng tôi ở địa chỉ {bugs_email}" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" +"Vui lòng truy cập {link_start}trang hỏi đáp{link_end} để biết thêm thông " +"tin. Với các kênh truyền thông hoặc báo chí, xin vui lòng liên hệ qua email " +"{email}." + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" +"Nếu bạn là một trường đại học có nhu cầu hợp tác hoặc có thắc mắc về " +"{platform_name}, xin vui lòng gửi email về địa chỉ {email}." + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "Có lỗi xảy ra. Xin thử lại sau." + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "chỉnh sửa" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "Đặt Lại Mật Khẩu" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "Khóa Học Hiện Tại" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "Hình như bạn chưa đăng ký bất kỳ khóa học nào." + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "Tìm kiếm khóa học ngay!" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "Đã Gửi Email Đặt Lại Mật Khẩu" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" +"Một email đã được gửi đến {email}. Sử dụng đường link trong email để thay " +"đổi mật khẩu của bạn." + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "Thay đổi Email" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "Vui lòng nhập địa chỉ email mới của bạn:" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "Vui lòng xác nhận mật khẩu của bạn:" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" +"Chúng tôi sẽ gửi xác nhận đến cả {email} và email mới của bạn như một phần " +"của tiến trình." + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "Thay đổi tên bạn" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" +"Để duy trì độ tin cậy của chứng chỉ {platform}, tất cả thay đổi về tên sẽ " +"được ghi lại." + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" +"Nhập tên đầy đủ của bạn, nó sẽ xuất hiện trên các chứng chỉ {platform}:" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "Lý do thay đổi tên:" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "Thay Đổi Tên Tôi" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "Hủy đăng ký" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "Về edX" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "Việc làm" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "Hỏi đáp" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" +"{platform_name} là một tổ chức phi lợi nhuận được tạo ra bởi {Harvard} và " +"{MIT} - Dự án có sứ mệnh mang nền giáo dục với chất lượng tốt nhất cho mọi " +"người không giới hạn tuổi tác ở khắp nơi trên thế giới. Hệ thống khóa học mở" +" trực tuyến {platform_name} có khả năng tương tác cao, bao gồm rất nhiều các" +" môn học như khoa học máy tính, y tế công cộng, trí tuệ nhân tạo..." + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "Điều khoản sử dụng dịch vụ và Cam kết danh dự" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "Đây là địa chỉ e-mail mà bạn sử dụng để đăng ký với {platform}" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "{platform_name} Trợ giúp" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" +"Nếu bạn có câu hỏi chung về {platform_name}, bạn có thể tìm" +" được thông tin tại {link_start}phần hỏi đáp{link_end}" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" +"Nếu bạn có một câu hỏi về 1 lĩnh vực cụ thể, bạn có thể liên lạc trực tiếp " +"với nhóm hỗ trợ {platform_name}:" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "Tên" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" +"Cảm ơn sự tra hỏi hoặc thông tin phản hồi của bạn. Chúng tôi thường phản hồi" +" yêu cầu trong vòng một ngày làm việc (Thứ 2 đến Thứ 6, {open_time} UTC đến " +"{close_time} UTC.) Trong thời gian đó, xin hãy xem lại {link_start}chi tiết " +"FAQs{link_end} nơi hầu hết các câu hỏi đã được trả lời." + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "Tương Lai của Giáo Dục Trực Tuyến" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "Cho mọi người, mọi nơi, mọi lúc" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "Chưa tham gia?" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "Đăng ký {platform_name} ngay hôm nay!" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" +"Cần giúp đỡ với việc đăng nhập hoặc với tài khoản {platform_name} của bạn?" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" +"Xem phần trợ giúp của chúng tôi để có câu trả lời cho các câu hỏi thường " +"gặp." + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "Đăng nhập vào Tài Khoản {platform_name} Của Tôi" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "Truy Cập Các Khóa Học" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "Đang xử lý thông tin tài khoản..." + +#: lms/templates/login.html +msgid "Please log in" +msgstr "Xin vui lòng đăng nhập" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "để truy cập tài khoản của bạn và các khóa học" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "Ghi nhớ" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "Chưa tham gia?" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "Tìm Khóa Học" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "Đăng Xuất" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "Đăng Ký Ngay" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "Đang xử lý thông tin tài khoản..." + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "các thông tin bắt buộc được ghi chú bằng dấu *" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "Nhập tên hiển thị công khai" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" +"sẽ được hiển thị trong mọi cuộc thảo luận hoặc các diễn đàn bạn tham gia" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "Tôi đồng ý với {link_start}Điều khoản sử dụng dịch vụ{link_end}" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "Tôi đồng ý với {link_start}Quy tắc Thực hiện{link_end}" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "Trợ giúp đăng ký" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "Đã đăng ký?" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "Bấm vào đây để đăng nhập." + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "Chào mừng đến với {platform_name}" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" +"Đăng ký tài khoản {platform_name} để bạn có thể truy cập vào tất cả các khóa" +" học của chúng tôi. Nếu bạn chưa sẵn sàng để học tại {platform_name}, việc " +"đăng ký có thể đưa bạn vào danh sách gửi thư để được cập nhật thông tin về " +"các khóa học mới." + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "Bước tiếp theo" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" +"Chúng tôi sẽ gửi một email kích hoạt. Bạn cần đọc email và nhấn vào đường " +"link để hoàn tất quá trình. Nếu bạn không thấy email, bạn hãy kiểm tra thư " +"mục thư rác và đánh dấu tất cả mail từ class.stanford.edu không phải là thư " +"rác, sau đó bạn sẽ có thể nhận tất cả mail từ khóa học." + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" +"Sau khi bạn đăng kí {platform_name}, chúng tôi sẽ gửi một email kích hoạt. " +"Bạn cần đọc email và nhấn vào đường link để hoàn tất quá trình. Nếu bạn " +"không thấy email, bạn hãy kiểm tra thư mục thư rác và đánh dấu email từ " +"{platform_name} là 'không phải thư rác'. Ngoài ra, trên {platform_name}, " +"chúng tôi giao tiếp chủ yếu là thông qua email." + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "Bạn cần giúp đỡ trong việc đăng ký {platform_name}?" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" +"Xem câu hỏi thường gặp của chúng tôi cho câu trả lời cho câu hỏi thường gặp." + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" +"Sau khi đăng ký, hầu hết các câu hỏi có thể được trả lời trong các diễn đàn " +"thảo luận hoặc thông qua các câu hỏi thường gặp." + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "Đăng ký tài khoản {platform_name}" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "Tạo tài khoản {platform_name} của tôi" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "Chào mừng!" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "Đăng ký tài khoản {platform_name} của bạn" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "Vui lòng điền thông tin cho tài khoản của bạn." + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "không thể thay đổi sau này" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "cần thiết để ghi vào chứng chỉ của bạn." + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "Cấp bậc học vấn của bạn" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "Giới tính" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "Năm sinh" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "Địa chỉ" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "Vui lòng chia sẻ lý do bạn tham gia {platform_name}" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "Tạo tài khoản" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "Đăng ký {span_start}{platform_name}{span_end}" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "Tên hiển thị công khai *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "Tên đầy đủ *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "Tôi đồng ý với {link_start}Điều khoản sử dụng dịch vụ{link_end}*" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "Tôi đồng ý với {link_start}Quy tắc Thực hiện{link_end}*" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "Về {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "Bạn đã đăng ký khóa học {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "Đăng ký {course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "Yêu cầu" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "Khám phá khóa học miễn phí từ các trường đại học hàng đầu." + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "Khám phá các khóa học miễn phí đến từ {university_name}." + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "Có lỗi đã xảy ra trên máy chủ {span_start}{platform_name}{span_end}" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "Cập Nhật Khóa Học & Tin Tức" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "Tài Liệu Phát Tay" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "Về {course_id}" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "Về {course_number}" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "Đăng ký" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "Cập nhật các bài viết bạn theo dõi" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" +"Bạn đã ở gần đây nhất trong {section_link}. Nếu bạn đã hoàn thành nó, chọn " +"mục khác ở bên trái." + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "Khóa học đã bắt đầu - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "Khóa học bắt đầu - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "Xem Khóa Học" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "Hiển thị các thảo luận" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "Hiển thị tất cả thảo luận" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "Hiển thị các thảo luận được gắn cờ" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "Tạo bài viết mới về:" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "Trang chủ thảo luận" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "Các chủ đề thảo luận" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "Tìm kiếm các thảo luận" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "Thảo luận - {course_number}" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "Kích Hoạt Thành Công!" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "Tài khoản đã được kích hoạt!" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "Kích Hoạt Thất Bại" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" +"Chúng tôi đã gửi email cho bạn hướng dẫn để thiết lập mật khẩu của bạn đến " +"địa chỉ email bạn đăng ký. Bạn sẽ nhận được nó trong chốc lát." + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "Có lỗi khi xử lý yêu cầu của bạn !" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" +"Các trang mà bạn đang tìm kiếm không được tìm thấy. Quay trở lại " +"{link_start}homepage{link_end} hoặc cho chúng tôi biết về lỗi bạn gặp phải " +"{email}." + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "Có một lỗi với mã 500 trên máy chủ của {platform_name}" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" +"Hãy chờ một vài giây và sau đó tải lại trang. Nếu vấn đề vẫn tồn tại, xin " +"vui lòng email cho chúng tôi {email}." + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "Thay đổi tên tôi" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" +"Xin vui lòng đọc {a_start}các câu hỏi thường gặp{a_end} để biết thêm về giấy" +" chứng nhận của chúng tôi." + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "Chỉnh sửa tên đầy đủ" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" +"Hãy chắc chắn rằng tên đầy đủ của bạn trên tài khoản edX ({full_name}) đúng " +"và phù hợp với ID của bạn. Chúng tôi cũng sẽ sử dụng chúng để ghi trên chứng" +" chỉ bạn nhận được." + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "Có lỗi khi xử lý yêu cầu" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "Trang bạn cần tìm không tồn tại." + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" +"Một lỗi đã xuất hiện trong Studio và trang không thể tải. Vui lòng thử lại " +"trong ít phút." + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" +"Chúng tôi đã ghi lại lỗi và nhân viên của chúng tôi đang làm việc để giải " +"quyết lỗi này sớm nhất có thể." + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "Tập Tin & Tải Lên" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "Tải Lên Tập Tin Mới" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "Nội dung" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "Những tập tin được liệt kê ở đây là gì?" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" +"Ngoài những tập tin bạn tải lên trong trang này, mọi tập tin mà bạn thêm vào" +" khóa học xuất hiện trong danh sách này. Những tập tin này bao gồm hình ảnh " +"khóa học của bạn, các chương sách, và tập tin xuất hiện trong thanh sidebar " +"của Tài Liệu Phát Tay Khóa Học của bạn." + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "Tôi có thể làm gì trong trang này?" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" +"Bạn có thể tải lên tập tin mới hoặc xem, tải về, hoặc xóa tập tin đã có. Bạn" +" có thể khóa một tập tin khiến người không tham gia vào khóa học của bạn " +"không thể truy cập tập tin này." + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" +"Sử dụng URL của một tập tin để tạo ra một liên kết đến tập tin này trong " +"phần sidebar của Tài Liệu Phát Tay Khóa Học hoặc trong phần thân khóa học." + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "Công cụ" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "Danh sách kiểm tra những việc cần làm" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "Cập Nhật Khóa Học" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "Cập Nhật Mới" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" +"Sử dụng cập nhật khóa học để nhắc nhở sinh viên về những ngày quan trọng " +"hoặc kỳ thi, làm nổi bật các cuộc thảo luận đặc biệt trong diễn đàn, thông " +"báo những thay đổi trong lịch trình, và phản hồi câu hỏi của sinh viên. Bạn " +"thêm hoặc thay đổi cập nhật bằng mã HTML." + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "Trang Tĩnh" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "Trang Mới" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" +"Sử dụng Trang Tĩnh để chia sẻ giáo trình, lịch, tài liệu đưa tay, hoặc những" +" thứ khác cho khóa học của bạn." + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "Trang tĩnh trông như thế nào trong khóa học của tôi?" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "Ngày Phát Hành" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "Thời Gian Phát Hành" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "Xem Bản Thực" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "Chào mừng" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "Chào mừng đến với" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" +"Studio giúp quản lý trực tuyến các khóa học của bạn, để bạn có thể tập trung" +" vào việc dạy học" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "Nhập Khóa Học" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "Khóa Học Của Tôi" + +#: cms/templates/index.html +msgid "New Course" +msgstr "Khóa Học Mới" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "Chào mừng, {0}!" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" +"Đây là tất cả các khóa học hiện tại bạn có quyền truy cập trong Studio:" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "Bạn hiện đang không liên kết với bất kỳ khóa học nào." + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "Tổ chức" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "Bạn có phải là thành viên của một khóa học Studio?" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" +"Bạn cần phải được thêm vào khóa học trong Studio bởi người tạo khóa học. Xin" +" vui lòng liên lạc với người tạo khóa học hoặc quản trị viên để tham gia " +"biên soạn khóa học." + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "Cần trợ giúp?" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" +"Nếu bạn mới sử dụng Studio và đang có vấn đề với việc bắt đầu, có một vài " +"thứ có thể giúp bạn:" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "Bắt đầu bằng việc đọc Tài Liệu Studio" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "Yêu cầu giúp đỡ với Studio" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "Nhóm Điều Hành" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "Phác Thảo Khóa Học" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "Xóa mục này" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "Tiểu Mục Mới" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "Đơn Vị Mới" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "Thu gọn tất cả mục" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "Mục Mới" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "Lịch trình" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "Ngày phát hành:" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "Xóa tiểu mục này" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" +"Bạn có thể tạo mục mới và tiểu mục mới, đặt ngày phát hành cho mục, và tạo " +"ra đơn vị mới trong tiểu mục đã có. Bạn có thể đặt kiểu công việc cho tiểu " +"mục để chấm điểm, và bạn có thể mở một tiểu mục cho chỉnh sửa khác." + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" +"Thêm vào đó, bạn có thể kéo và thả mục, tiểu mục, và đơn vị để tổ chức lại " +"khóa học của bạn." + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "Ngày Phát Hành Mục" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" +"Trong ngày đặt phía dưới, mục này - {name} - sẽ được phát hành đến sinh " +"viên. Mọi đơn vị được đánh dấu riêng tư sẽ chỉ hiển thị với quản trị viên." + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "Lịch Trình & Chi Tiết" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "Thông Tin Cơ Bản" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "Các thông tin thiết yếu của khóa học của bạn" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "Trang Sơ Lược Khóa Học" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "(dành cho sinh viên ghi danh và truy cập)" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "Mời sinh viên của bạn" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "Lịch Trình Khóa Học" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "Ngày khóa học của bạn có thể xem" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "Ngày đầu tiên khóa học bắt đầu" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "Thời Gian Bắt Đầu Khóa Học" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "Ngày Kết Thúc Khóa Học" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "Ngày cuối cùng khóa học của bạn hoạt động" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "Thời Gian Kết Thúc Khóa Học" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "Ngày Bắt Đầu Ghi Danh" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "Ngày đầu tiên sinh viên có thể ghi danh" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "Thời Gian Bắt Đầu Ghi Danh" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "Ngày Kết Thúc Ghi Danh" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "Ngày cuối cùng sinh viên có thể ghi danh" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "Thời Gian Kết Thúc Ghi Danh" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "Giới Thiệu Khóa Học Của Bạn" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "Thông tin cho sinh viên" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "Tổng Quan Khóa Học" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "trang tóm lược khóa học của bạn" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" +"Giới thiệu, yêu cầu, hỏi đáp được sử dụng trong %s (với định dạng HTML)" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "Hình Ảnh Khóa Học" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" +"Bạn có thể quản lý hình ảnh này cùng với tất cả tập tin & " +"tải lên của bạn" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" +"Vui lòng cung cấp một đường dẫn hợp lệ và tên hình ảnh khóa học của bạn (Lưu" +" ý: chỉ hỗ trợ định dạng JPEG hoặc PNG)" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "Tải Lên Hình Ảnh Khóa Học" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "Video Giới Thiệu Khóa Học" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" +"Nhập vào ID của video YouTube của bạn (cùng với bất kỳ thông số hạn chế nào)" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "Yêu Cầu" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "Mong đợi ở sinh viên tham gia khóa học này" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "Số giờ nỗ lực của một tuần" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "Thời gian sử dụng cho mọi công việc của khóa học" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "Những cài đặt này được sử dụng như thế nào?" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" +"Lịch trình khóa học của bạn quyết định thời điểm sinh viên có thể ghi danh " +"và bắt đầu một khóa học." + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" +"Thông tin khác từ trang này xuất hiện trong trang About cho khóa học của " +"bạn. Thông tin này bao gồm tổng quát khóa học, hình ảnh khóa học, video giới" +" thiệu, và thời gian yêu cầu ước lượng để hoàn thành khóa học. Sinh viên sử " +"dụng trang About để chọn khóa học mới để học." + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "Thiết Lập Khóa Học Khác" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "Đánh Giá" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "Thiết Lập Nâng Cao" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "Chi Tiết & Lịch Trình" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "Khoảng Điểm Tổng Thể" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "Thang chấm điểm tổng thể của bạn cho điểm tổng kết của sinh viên" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "Quy Tắc Chấm Điểm & Chính Sách" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" +"Thời hạn, yêu cầu, và tổ chức thực tế xung quanh việc chấm điểm công việc " +"của sinh viên" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "Thời gian gia hạn vào hạn chót:" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "Gia hạn thêm trong ngày đến hạn" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "Kiểu Công Việc" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "Các loại và nhãn cho bất cứ bài tập nào là có thể sắp xếp được" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "Đăng ký edX Studio" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "Giáo Trình" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "Giáo Trình Mới" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "Tại sao tôi nên chia giáo trình thành các chương?" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" +"Chia giáo trình của bạn thành nhiều chương giúp giảm thời gian tải cho sinh " +"viên, đặc biệt cho những người có kết nối Internet chậm. Chia giáo trình " +"thành các chương cũng có thể giúp sinh viên dễ dàng hơn để tìm kiếm thông " +"tin dựa trên chủ đề." + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "Điều gì xảy ra nếu sách của tôi không được chia thành các chương?" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" +"Nếu giáo trình của bạn không có các chương riêng biệt, bạn có thể tải lên " +"toàn bộ văn bản như một chương sách và đặt một tên theo ý bạn trong trường " +"Tên Chương." + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "Liên Hệ" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "Phác Thảo" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "Cập Nhật" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "Lịch Trình & Chi Tiết" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "Danh Sách Kiểm Tra" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "Nhập Khóa Học" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "Xuất Khóa Học" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "Tài Liệu Studio" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "Trung Tâm Trợ Giúp Studio" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "Đăng Xuất" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "Chạy trình biên dịch nguồn Latex" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "Tìm kiếm Trợ giúp với Studio?" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "Đây là một chuỗi khóa." diff --git a/conf/locale/vi/LC_MESSAGES/djangojs.mo b/conf/locale/vi/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..7ad7e8fe3c08 Binary files /dev/null and b/conf/locale/vi/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/vi/LC_MESSAGES/djangojs.po b/conf/locale/vi/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..0ca178e9a16f --- /dev/null +++ b/conf/locale/vi/LC_MESSAGES/djangojs.po @@ -0,0 +1,782 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Vietnamese (http://www.transifex.com/projects/p/edx-platform/language/vi/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# ppanhh , 2013 +# ngocchung75 , 2013 +# hdvd2309 , 2013-2014 +# hoad, 2013 +# hoad, 2013 +# ngocchung75 , 2013 +# hdvd2309 , 2013-2014 +# ppanhh , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# hdvd2309 , 2013-2014 +# hoad, 2013 +# ngocchung75 , 2013 +# hdvd2309 , 2014 +# ppanhh , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/edx-platform/language/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "Liên kết này sẽ mở ra trong một cửa sổ hoặc tab mới của trình duyệt" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "Hủy bỏ" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "Tạm dừng" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "Phát" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "Đổ đầy trình duyệt" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "Thoát khỏi chế độ toàn màn hình" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "Âm lượng" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "Chú thích sẽ được hiển thị khi" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "Bật phụ đề" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "Tắt phụ đề" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "Có sẵn %s" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Đây là danh sách %s có sẵn. Bạn có thể lựa chọn bằng cách chọn chúng trong " +"hộp dưới đây và sau đó nhấn vào mũi tên \"Chọn\" giữa hai hộp." + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Gõ vào ô này để lọc ra danh sách %s có sẵn." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "Lọc" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "Chọn tất cả" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "Nhấn vào đây để chọn tất cả %s cùng một lúc." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "Chọn" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "Loại bỏ" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "Chọn %s" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" +"Đây là danh sách %s đã lựa chọn. Bạn có thể loại bỏ một số bằng cách chọn " +"chúng ở ô bên dưới và sau đó nhấp vào mũi tên \"Loại Bỏ\" giữa hai hộp." + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "Loại bỏ tất cả" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "Nhấn để loại bỏ tất cả %s đã chọn cùng một lúc." + +#: 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] "%(sel)s của %(cnt)s đã chọn" + +#: 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 "" +"Bạn chưa lưu thay đổi trên các trường có thể chỉnh sửa thuộc về cá nhân. Nếu" +" bạn chạy một hành động, thay đổi của bạn sẽ bị mất." + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Bạn đã chọn một hành động, nhưng bạn chưa lưu thay đổi của bạn vào các " +"trường thuộc về cá nhân. Hãy nhấn OK để lưu. Bạn sẽ cần chạy lại hành động." + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Bạn đã chọn một hành động, và bạn chưa thực hiện bất kỳ thay đổi nào trên " +"các trường thuộc về cá nhân. Có lẽ bạn đang tìm kiếm nút Go chứ không phải " +"nút Save." + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "Hiện" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "Ẩn" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "Bây giờ" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "Đồng hồ" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "Chọn thời gian" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "Nửa đêm" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "6 a.m." + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "Giữa trưa" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "Hôm nay" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "Lịch" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "Hôm qua" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "Ngày mai" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "Liên kết này sẽ mở ra trong một cửa sổ con" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "Xóa cái này" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "Đang xóa cái này" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "Vâng, xóa" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "Đang xóa…" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" +"Độ dài kết hợp bởi tên tổ chức, mã số khóa học, và trường thông tin về khóa " +"học không thể nhiều hơn 65 ký tự." + +#: cms/static/js/index.js +msgid "Required field." +msgstr "Trường yêu cầu." + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "Ẩn Trợ Giúp Studio" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "Bạn phải xác định một tên" + +#: cms/static/js/models/section.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 "Đang lưu…" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" +"Chỉ tập tin dạng <%= fileTypes %> có thể được tải lên. Xin vui lòng chọn một" +" tập tin kết thúc bằng <%= fileExtensions %> để tải lên." + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "Khoá học phải có một ngày bắt đầu ấn định." + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "Ngày kết thúc khóa học không thể trước ngày bắt đầu khóa học." + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "Ngày bắt đầu khóa học không thể trước ngày bắt đầu ghi danh." + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "Ngày bắt đầu ghi danh không thể sau ngày kết thúc ghi danh." + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "Khóa chỉ nên chứa các chữ cái, con số, _, hoặc -" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "Đã có kiểu công việc khác với tên này." + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "Xin vui lòng nhập một số nguyên trong khoảng 0 đến 100." + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "Không thể bỏ thêm <% attrs.types %> hơn sẽ được giao." + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "Thời gian gia hạn phải được xác định trong định dạng HH:MM" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "Xác Nhận Xóa File" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" +"Bạn có chắc bạn muốn xóa mục này. Nó không thể phục hồi!\n" +"\n" +"Ngoài ra bất kỳ nội dung liên kết hoặc tham khảo đến mục này sẽ không còn hoạt động (ví dụ: hỏng hình ảnh, liên kết...)" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "Xóa" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "Tập tin của bạn đã bị xóa." + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "Tên" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "Ngày thêm vào" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "Bạn có chắc chắn bạn muốn xóa bản cập nhật này?" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "Tải lên một file PDF mới đến “<%= name %>”" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "Đang lưu" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "Thu Gọn Tất Cả Mục" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "Mở Rộng Tất Cả Mục" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "Thay đổi của bạn không thể lưu lại" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "Quay lại và giải quyết vấn đề này" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "Xóa “<%= 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 "" +"Xóa một giáo trình không thể được hoàn tác và một khi đã xóa bất kỳ tham " +"chiếu đến nó trong bảng điều khiển chương trình học của bạn cũng sẽ bị xóa." + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "Đang xóa" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "Chúng tôi xin lỗi, có lỗi xảy ra" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" +"Thay đổi của bạn sẽ không có hiệu lực cho đến khi bạn lưu lại tiến trình của" +" mình." + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" +"Xin vui lòng ghi lại các lỗi trên trang này, và sau đó lưu tiến trình của " +"bạn." + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "Lưu Thay Đổi" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" +"Các thay đổi sẽ không có hiệu lực cho đến khi bạn lưu tiến trình của bạn. " +"Hãy cẩn thận với khóa và định dạng của giá trị, bởi vì sự xác nhận chưa được" +" hoàn thành." + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" +"Xin lưu ý rằng sự xác nhận chính sách của bạn và các cặp giá trị hiện đang " +"không ở vị trí. Nếu bạn gặp khó khăn, vui lòng xem lại chính sách của bạn." + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "Tập tin phải thuộc định dạng JPEG hoặc PNG. " diff --git a/conf/locale/zh_CN.GB2312/LC_MESSAGES/django.mo b/conf/locale/zh_CN.GB2312/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..d3c40f150deb Binary files /dev/null and b/conf/locale/zh_CN.GB2312/LC_MESSAGES/django.mo differ diff --git a/conf/locale/zh_CN.GB2312/LC_MESSAGES/django.po b/conf/locale/zh_CN.GB2312/LC_MESSAGES/django.po new file mode 100644 index 000000000000..7ff6644f3889 --- /dev/null +++ b/conf/locale/zh_CN.GB2312/LC_MESSAGES/django.po @@ -0,0 +1,9919 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Chinese (China) (GB2312) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN.GB2312/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Chinese (China) (GB2312) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN.GB2312/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-11-19 16:28+0000\n" +"Last-Translator: jtauber \n" +"Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN.GB2312/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: zh_CN.GB2312\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.mo b/conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..8e68fdaf5fc1 Binary files /dev/null and b/conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.po b/conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..ecfa0ca0b4fb --- /dev/null +++ b/conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.po @@ -0,0 +1,740 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Chinese (China) (GB2312) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN.GB2312/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:34+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN.GB2312/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN.GB2312\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/zh_CN/LC_MESSAGES/django.mo b/conf/locale/zh_CN/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..d2a3fdd8a541 Binary files /dev/null and b/conf/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/conf/locale/zh_CN/LC_MESSAGES/django.po b/conf/locale/zh_CN/LC_MESSAGES/django.po new file mode 100644 index 000000000000..dbab5d800c2d --- /dev/null +++ b/conf/locale/zh_CN/LC_MESSAGES/django.po @@ -0,0 +1,9996 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Chinese (China) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Bookman , 2013 +# focusheart , 2014 +# focusheart , 2014 +# focusheart , 2014 +# hanwentao , 2013 +# Jerome Huang , 2014 +# Jie , 2013 +# Jie , 2013 +# liuyang , 2013 +# thinxer , 2013 +# vicapple22 , 2013 +# hanwentao , 2013-2014 +# xdsnet , 2013 +# zibuyu , 2013 +# liuyang , 2013 +# vicapple22 , 2013 +# xdsnet , 2013 +# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Bookman , 2013 +# focusheart , 2014 +# hanwentao , 2013 +# Jerome Huang , 2014 +# Jie , 2013 +# liuyang , 2013 +# thinxer , 2013 +# vicapple22 , 2013 +# xdsnet , 2013 +# zibuyu , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Chinese (China) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# alphaf52 , 2013 +# Bookman , 2013 +# cmouse , 2013 +# focusheart , 2014 +# focusheart , 2014 +# hanwentao , 2013 +# happylily , 2013 +# Jerome Huang , 2014 +# Jerome Huang , 2014 +# Jie , 2013 +# Jie , 2013 +# Joe99_Du , 2014 +# Joe99_Du , 2014 +# kuangchong07 , 2013 +# liuyang , 2013 +# thinxer , 2013 +# tucunchao , 2013 +# vicapple22 , 2013 +# hanwentao , 2013 +# xdsnet , 2013 +# zhaoyu , 2013 +# Zm , 2013 +# zhaoyu , 2013 +# zibuyu , 2013 +# Zm , 2013 +# alphaf52 , 2013 +# liuyang , 2013 +# kuangchong07 , 2013 +# happylily , 2013 +# xdsnet , 2013 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# alphaf52 , 2013 +# Bookman , 2013 +# cmouse , 2013 +# focusheart , 2014 +# hanwentao , 2013 +# happylily , 2013 +# Jerome Huang , 2014 +# Jie , 2013 +# Joe99_Du , 2014 +# kuangchong07 , 2013 +# liuyang , 2013 +# thinxer , 2013 +# tucunchao , 2013 +# vicapple22 , 2013 +# xdsnet , 2013 +# zhaoyu , 2013 +# zibuyu , 2013 +# Zm , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# hanwentao , 2013 +# hanwentao , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: hanwentao \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Progress" is the title of the student's grade information +#. page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 +msgid "Email or password is incorrect." +msgstr "" + +#: 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 "" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "" + +#: 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 "No inactive user with this e-mail exists" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +msgid "ERROR: No playable video sources found!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/templates/tracking_log.html +msgid "username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/djangoapps/django_comment_client/forum/views.py +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +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 +msgid "Description" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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 "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" + +#: 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 "" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Delete" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/component.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Edit" +msgstr "" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "" + +#: lms/templates/wiki/edit.html cms/templates/unit.html +msgid "Preview" +msgstr "" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "" + +#: 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 "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html +msgid "My Notes" +msgstr "" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#. #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-# +#. Translators: "Courseware" is the title of the page where you access a +#. course's videos and problems. +#: cms/djangoapps/contentstore/views/tabs.py +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" + +#: lms/templates/contact.html +msgid "Media" +msgstr "" + +#: 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 "" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "" + +#: 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 "" + +#: lms/templates/course.html +msgid "New" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "" + +#: 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 "" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "" + +#: 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 "" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "" + +#: 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 "" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "" + +#: lms/templates/footer.html +msgid "About" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "" + +#: 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 "" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "" + +#: 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 "" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "" + +#: 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 "" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "" + +#: lms/templates/video.html +msgid "Speed" +msgstr "" + +#: lms/templates/video.html +msgid "Volume" +msgstr "" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "" + +#: 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 "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "" + +#: 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 "" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "" + +#: 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 "" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "" + +#: 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 "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "" diff --git a/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo b/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..dc7bdec58630 Binary files /dev/null and b/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/zh_CN/LC_MESSAGES/djangojs.po b/conf/locale/zh_CN/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..62f917de4b95 --- /dev/null +++ b/conf/locale/zh_CN/LC_MESSAGES/djangojs.po @@ -0,0 +1,767 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Chinese (China) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# csc , 2014 +# Bookman , 2013 +# csc , 2014 +# focusheart , 2014 +# focusheart , 2014 +# hanwentao , 2013 +# harry75369 , 2014 +# Jerome Huang , 2014 +# liuyang , 2013 +# thinxer , 2013 +# vicapple22 , 2013 +# hanwentao , 2013 +# xdsnet , 2013 +# zibuyu , 2013 +# liuyang , 2013 +# vicapple22 , 2013 +# xdsnet , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# Bookman , 2013 +# csc , 2014 +# focusheart , 2014 +# hanwentao , 2013 +# Jerome Huang , 2014 +# liuyang , 2013 +# thinxer , 2013 +# vicapple22 , 2013 +# xdsnet , 2013 +# zibuyu , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: 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] "" + +#: 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 "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/conf/locale/zh_TW/LC_MESSAGES/django.mo b/conf/locale/zh_TW/LC_MESSAGES/django.mo new file mode 100644 index 000000000000..232d6d97254b Binary files /dev/null and b/conf/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/conf/locale/zh_TW/LC_MESSAGES/django.po b/conf/locale/zh_TW/LC_MESSAGES/django.po new file mode 100644 index 000000000000..dbb65ad62f59 --- /dev/null +++ b/conf/locale/zh_TW/LC_MESSAGES/django.po @@ -0,0 +1,10024 @@ +# #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Chinese (Taiwan) (http://www.transifex.com/projects/p/edx-platform/language/zh_TW/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# christtabris , 2014 +# tosti , 2013 +# JoeyChiou , 2013 +# JoeyChiou , 2013 +# okalright , 2013 +# okalright , 2013-2014 +# tosti , 2013 +# Xaver Y.R. Chen  , 2013-2014 +# Xaver Y.R. Chen  , 2013 +# Xaver Y.R. Chen  , 2013 +# christtabris , 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: +# JoeyChiou , 2013 +# okalright , 2014 +# okalright , 2013-2014 +# tosti , 2013 +# Xaver Y.R. Chen  , 2013 +# #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Chinese (Taiwan) (http://www.transifex.com/projects/p/edx-platform/language/zh_TW/) +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# tosti , 2013 +# JoeyChiou , 2013 +# JoeyChiou , 2013 +# okalright , 2013-2014 +# okalright , 2013-2014 +# TSHIH , 2013 +# tosti , 2013 +# TSHIH , 2013 +# Xaver Y.R. Chen  , 2013-2014 +# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2014 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# JoeyChiou , 2013 +# okalright , 2014 +# okalright , 2013-2014 +# tosti , 2013 +# TSHIH , 2013 +# #-#-#-#-# messages.po (edx-platform) #-#-#-#-# +# edX translation file +# Copyright (C) 2013 edX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# tosti , 2013 +# JoeyChiou , 2013 +# JoeyChiou , 2013 +# tosti , 2013 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: translation_team@edx.org\n" +"POT-Creation-Date: 2013-05-02 13:13-0400\n" +"PO-Revision-Date: 2013-12-04 20:35+0000\n" +"Last-Translator: TSHIH \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/edx-platform/language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#. Translators: "Course Info" is the name of the course's information and +#. updates page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Course Info" +msgstr "" + +#. Translators: "Discussion" is the title of the course forum page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Discussion" +msgstr "" + +#. Translators: "Wiki" is the title of the course's wiki page +#: cms/djangoapps/contentstore/views/tabs.py +#: common/lib/xmodule/xmodule/course_module.py +msgid "Wiki" +msgstr "" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Progress" +msgstr "進度" + +#: common/djangoapps/course_modes/models.py +msgid "Honor Code Certificate" +msgstr "榮譽證書" + +#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py +msgid "Enrollment is closed" +msgstr "註冊功能已經關閉" + +#: common/djangoapps/course_modes/views.py +msgid "Enrollment mode not supported" +msgstr "註冊模式未受支援" + +#: common/djangoapps/course_modes/views.py +msgid "Invalid amount selected." +msgstr "選擇了無效的金額。" + +#: common/djangoapps/course_modes/views.py +msgid "No selected price or selected price is too low." +msgstr "沒有選擇價格或選擇的價格太低。" + +#: common/djangoapps/django_comment_common/models.py +msgid "Administrator" +msgstr "" + +#: common/djangoapps/django_comment_common/models.py +msgid "Moderator" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Community TA" +msgstr "社區助教" + +#: common/djangoapps/django_comment_common/models.py +msgid "Student" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "" +"Your account has been disabled. If you believe this was done in error, " +"please contact us at {link_start}{support_email}{link_end}" +msgstr "" + +#: common/djangoapps/student/middleware.py +msgid "Disabled Account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Course id not specified" +msgstr "未指定課程編號" + +#: common/djangoapps/student/views.py +msgid "Course id is invalid" +msgstr "課程編號無效" + +#: common/djangoapps/student/views.py +msgid "You are not enrolled in this course" +msgstr "您還沒有註冊本課程" + +#: common/djangoapps/student/views.py +msgid "Enrollment action is invalid" +msgstr "註冊操作無效" + +#: common/djangoapps/student/views.py +msgid "There was an error receiving your login information. Please email us." +msgstr "接受您的登入訊息時發生錯誤,請用電子郵件與我們聯絡。" + +#: common/djangoapps/student/views.py +msgid "" +"This account has been temporarily locked due to excessive login failures. " +"Try again later." +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 "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"電子郵件或密碼錯誤\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"電子郵件信箱或密碼錯誤" + +#: 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 "該帳戶尚未啟動!我們已經給您寄送了關於帳戶啟動的電子郵件,請檢查您的電子郵件信箱。" + +#: common/djangoapps/student/views.py +msgid "Please enter a username" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Please choose an option" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "User with username {} does not exist" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully disabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Successfully reenabled {}'s account" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Unexpected account status" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "An account with the Public Username '{username}' already exists." +msgstr "用戶名'{username}'對應的帳戶已經存在。" + +#: common/djangoapps/student/views.py +msgid "An account with the Email '{email}' already exists." +msgstr "電子郵件 '{email}' 對應的帳戶已存在。" + +#: common/djangoapps/student/views.py +msgid "Error (401 {field}). E-mail us." +msgstr "錯誤(401 {field}),請發電子郵件給我們。" + +#: common/djangoapps/student/views.py +msgid "To enroll, you must follow the honor code." +msgstr "您必須遵循榮譽準則才能註冊。" + +#: common/djangoapps/student/views.py +msgid "You must accept the terms of service." +msgstr "您必須接受本服務條款。" + +#: common/djangoapps/student/views.py +msgid "Username must be minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A properly formatted e-mail is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your legal name must be a minimum of two characters long" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A valid password is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Accepting Terms of Service is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Agreeing to the Honor Code is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A level of education is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your gender is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your year of birth is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Your mailing address is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A description of your goals is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A city is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "A country is required" +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail is required." +msgstr "需要有效的電子郵件地址。" + +#: common/djangoapps/student/views.py +msgid "Username should only consist of A-Z and 0-9, with no spaces." +msgstr "用戶名應當包含英文字母A到Z,阿拉伯數字0到9,並且不能包含空格。" + +#: common/djangoapps/student/views.py +msgid "Password: " +msgstr "" + +#: common/djangoapps/student/views.py +msgid "Could not send activation e-mail." +msgstr "無法寄送啟動帳號的信件。" + +#: 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 "No inactive user with this e-mail exists" +msgstr "本郵件地址沒有非啟動用戶。" + +#: common/djangoapps/student/views.py +msgid "Unable to send reactivation email" +msgstr "無法發送再次啟動的電子郵件。" + +#: common/djangoapps/student/views.py +msgid "Invalid password" +msgstr "無效的密碼。" + +#: common/djangoapps/student/views.py +msgid "Valid e-mail address required." +msgstr "需要有效的電子郵件地址。" + +#: common/djangoapps/student/views.py +msgid "An account with this e-mail already exists." +msgstr "該郵件地址已經有一個帳號。" + +#: common/djangoapps/student/views.py +msgid "Old email is the same as the new email." +msgstr "新郵件地址與舊郵件地址相同。" + +#: common/djangoapps/student/views.py +msgid "Name required" +msgstr "需要姓名。" + +#: common/djangoapps/student/views.py common/djangoapps/student/views.py +msgid "Invalid ID" +msgstr "無效的 ID" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Invalid Length ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or more" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must be {0} characters or less" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Must be more complex ({0})" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more uppercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more lowercase characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more digits" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more punctuation characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more non ascii characters" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "must contain {0} or more unique words" +msgstr "" + +#: common/djangoapps/util/password_policy_validators.py +msgid "Too similar to a restricted dictionary word." +msgstr "" + +#: common/lib/capa/capa/capa_problem.py +msgid "Cannot rescore problems with possible file submissions" +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your file(s) have been submitted. As soon as your submission is graded, this" +" message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Your answer has been submitted. As soon as your submission is graded, this " +"message will be replaced with the grader's feedback." +msgstr "" + +#: common/lib/capa/capa/inputtypes.py +msgid "" +"Submitted. As soon as a response is returned, this message will be replaced " +"by that feedback." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Error {err} in evaluating hint function {hintfn}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "(Source code line unavailable)" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "See XML source line {sourcenum}." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py +msgid "There was a problem with the staff answer to this problem." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{student_answer}' as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use variables ({bad_variables}) in numerical problems." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "factorial function evaluated outside its domain:'{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid math syntax: '{student_answer}'" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "You may not use complex numbers in range tolerance problems" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: complex boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"There was a problem with the staff answer to this problem: empty boundary." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "CustomResponse: check function returned an invalid dictionary!" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"Unable to deliver your submission to grader (Reason: {error_msg}). Please " +"try again later." +msgstr "" + +#. Translators: 'grader' refers to the edX automatic code grader. +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid grader reply. Please contact the course staff." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: {bad_input} not permitted in answer." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "" +"factorial function not permitted in answer for this problem. Provided answer" +" was: {bad_input}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Invalid input: Could not parse '{bad_input}' as a formula" +msgstr "" + +#. Translators: 'SchematicResponse' is a problem type and should not be +#. translated. +#: common/lib/capa/capa/responsetypes.py +msgid "Error in evaluating SchematicResponse. The error was: {error_msg}" +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "The Staff answer could not be interpreted as a number." +msgstr "" + +#: common/lib/capa/capa/responsetypes.py +msgid "Could not interpret '{given_answer}' as a number." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Check" +msgstr "檢查" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Final Check" +msgstr "最後檢查" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Warning: The problem has been reset to its initial state!" +msgstr "" + +#. Translators: Following this message, there will be a bulleted list of +#. items. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"The problem's state was corrupted by an invalid submission. The submission " +"consisted of:" +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "If this error persists, please contact the course staff." +msgstr "" + +#. Translators: 'closed' means the problem's due date has passed. You may no +#. longer attempt to solve the problem. +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem is closed." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be reset before it can be checked again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "You must wait at least {wait} seconds between submissions." +msgstr "" + +#. Translators: {msg} will be replaced with a problem's error message. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Error: {msg}" +msgstr "" + +#. Translators: 'rescoring' refers to the act of re-submitting a student's +#. solution so it can get a new score. +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem's definition does not support rescoring." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem must be answered before it can be graded again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Problem needs to be reset prior to save." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Your answers have been saved." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "" +"Your answers have been saved but not graded. Click 'Check' to grade them." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_base.py +msgid "Refresh the page and make an attempt before resetting." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"We're sorry, there was an error with processing your request. Please try " +"reloading your page and trying again." +msgstr "" + +#: common/lib/xmodule/xmodule/capa_module.py +msgid "" +"The state of this problem has changed since you loaded this page. Please " +"refresh your page." +msgstr "" + +#: common/lib/xmodule/xmodule/course_module.py +msgid "General" +msgstr "" + +#: common/lib/xmodule/xmodule/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 "導航" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "About these documents" +msgstr "關於這份文件" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Index" +msgstr "索引" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search" +msgstr "搜尋" + +#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +msgid "Copyright" +msgstr "版權" + +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html +#, fuzzy +msgid "ERROR: No playable video sources found!" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"錯誤:找不到可播放的影音來源!\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"錯誤:沒有找到可以播放的影片來源!" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Path {0} doesn't exist, please create it, or configure a different path with" +" GIT_REPO_DIR" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "" +"Non usable git url provided. Expecting something like: " +"git@github.com:mitocw/edx4edx_lite.git" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to get git log" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "git clone or pull failed!" +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "Unable to run import command." +msgstr "" + +#: lms/djangoapps/dashboard/git_import.py +msgid "The underlying module store does not support import." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}, error {1}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed in authenticating {0}\n" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "fixed password" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "All ok!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide username" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Must provide full name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email must end in" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed - email {0} already exists as external_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Password must be supplied if not using certificates" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "email address required (not username)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Oops, failed to create user {0}, IntegrityError" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "User {0} created successfully!" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with email address {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Cannot find user with username {0} - {1}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted user {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Statistic" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Value" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Site statistics" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Total number of users" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Courses loaded in the modulestore" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "username" +msgstr "用戶名" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "email" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Repair Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Create User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Delete User Results" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "The git repo location should end with '.git', and be a valid url" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Added Course" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "" +"Refusing to import. GIT_IMPORT_WITH_XMLMODULESTORE is not turned on, and it " +"is generally not safe to import into an XMLModuleStore with multithreaded. " +"We recommend you enable the MongoDB based module store instead, unless this " +"is a development environment." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "" +"The course {0} already exists in the data directory! (reloading anyway)" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Unable to clone or pull repository. Please check your url." +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Failed to clone repository to {0}" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Loaded course {0} {1}
Errors:" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: cms/templates/index.html cms/templates/settings.html +msgid "Course Name" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Directory/ID" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Git Commit" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Change" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Last Editor" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Information about all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Error - cannot get course with ID {0}
{1}
" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Deleted" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "course_id" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# enrolled" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "# staff" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "instructors" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +msgid "Enrollment information for all courses" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "role" +msgstr "" + +#: lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "full_name" +msgstr "" + +#: lms/djangoapps/dashboard/management/commands/git_add_course.py +msgid "Import the specified git repository into the modulestore and directory" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with email address" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Cannot find user with username" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Failed in authenticating" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Unable to clone or pull repository" +msgstr "" + +#: lms/djangoapps/dashboard/tests/test_sysadmin.py +msgid "Error - cannot get course with ID" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Re-open thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/mustache_helpers.py +msgid "Close thread" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Comment level too deep" +msgstr "" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "allowed file types are '%(file_types)s'" +msgstr "允許的文件類型包含 '%(file_types)s'" + +#: lms/djangoapps/django_comment_client/base/views.py +#, python-format +msgid "maximum upload file size is %(file_size)sK" +msgstr "上傳文件的最大容量是 %(file_size)s KB" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "" +"Error uploading file. Please contact the site administrator. Thank you." +msgstr "上傳文件出現問題,請聯絡網站管理員,謝謝。" + +#: lms/djangoapps/django_comment_client/base/views.py +msgid "Good" +msgstr "" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "All Groups" +msgstr "所有群" + +#: lms/djangoapps/instructor/views/api.py +msgid "User does not exist." +msgstr "該使用者不存在。" + +#: lms/djangoapps/instructor/views/api.py +msgid "Task is already running." +msgstr "任務已在進行中。" + +#: lms/djangoapps/instructor/views/api.py +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Complete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Incomplete" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"Your grade report is being generated! You can view the status of the " +"generation task in the 'Pending Instructor Tasks' section." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "" +"A grade report generation task is already in progress. Check the 'Pending " +"Instructor Tasks' table for the status of the task. When completed, the " +"report will be available for download in the table below." +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully changed due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/api.py +msgid "Successfully reset due date for student {0} for {1} to {2}" +msgstr "" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Membership" +msgstr "會員" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +msgid "Student Admin" +msgstr "學生管理員" + +#: 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 +#, fuzzy +msgid "Data Download" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"資料下載\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"數據下載" + +#: lms/templates/dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Email" +msgstr "電子郵件" + +#: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html +msgid "Analytics" +msgstr "分析" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unable to parse date: " +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Couldn't find module for url: {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Username" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py cms/templates/signup.html +#: lms/templates/dashboard.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "Full Name" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +#: lms/djangoapps/instructor/views/tools.py +msgid "Extended Due Date" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Users with due date extensions for {0}" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Unit" +msgstr "" + +#: lms/djangoapps/instructor/views/tools.py +msgid "Due date extensions for {0} {1} ({2})" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "rescored" +msgstr "" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "reset" +msgstr "" + +#. 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 +msgid "deleted" +msgstr "刪除" + +#. Translators: This is a past-tense verb that is inserted into task progress +#. messages as {action}. +#: lms/djangoapps/instructor_task/tasks.py +msgid "emailed" +msgstr "" + +#: lms/djangoapps/instructor_task/tasks.py +msgid "graded" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +#: lms/djangoapps/instructor_task/views.py +msgid "No status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No task_output information found for instructor_task {0}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No message provided" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "Invalid task_output information found for instructor_task {0}: {1}" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No progress status information available" +msgstr "" + +#: lms/djangoapps/instructor_task/views.py +msgid "No parsable task_input information found for instructor_task {0}: {1}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} and {succeeded} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Progress: {action} {succeeded} of {attempted} so far" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find submission to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {student} is a student identifier. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for student '{student}'" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any students with submissions to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem failed to be {action} for any of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem successfully {action} for {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Problem {action} for {succeeded} of {attempted} students" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#: lms/djangoapps/instructor_task/views.py +msgid "Unable to find any recipients to be {action}" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message failed to be {action} for any of {attempted} recipients " +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {attempted} is a count. +#: lms/djangoapps/instructor_task/views.py +msgid "Message successfully {action} for {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Message {action} for {succeeded} of {attempted} recipients" +msgstr "" + +#. Translators: {action} is a past-tense verb that is localized separately. +#. {succeeded} and {attempted} are counts. +#: lms/djangoapps/instructor_task/views.py +msgid "Status: {action} {succeeded} of {attempted}" +msgstr "" + +#. Translators: {skipped} is a count. This message is appended to task +#. progress status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (skipping {skipped})" +msgstr "" + +#. Translators: {total} is a count. This message is appended to task progress +#. status messages. +#: lms/djangoapps/instructor_task/views.py +msgid " (out of {total})" +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +"\n" +" Dear %(student_name)s,\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +#, python-format +msgid "" +" \n" +" Congratulations on earning your certificate in %(course_name)s!\n" +" Since you have an account on LinkedIn, you can display your hard earned\n" +" credential for your colleagues to see. Click the button below to add the\n" +" certificate to your profile.\n" +" " +msgstr "" + +#: lms/djangoapps/linkedin/templates/linkedin_email.html +msgid "Add to profile" +msgstr "" + +#: lms/djangoapps/open_ended_grading/staff_grading_service.py +msgid "" +"Could not contact the external grading server. Please contact the " +"development team at {email}." +msgstr "" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "AI Assessment" +msgstr "AI評估" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Peer Assessment" +msgstr "同儕互評" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Not yet available" +msgstr "尚未公佈" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Automatic Checker" +msgstr "自動檢查" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "Instructor Assessment" +msgstr "授課教師評估" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify course " +"staff." +msgstr "連結評分服務時發生錯誤。請通知課程人員。" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "" +"Error occurred while contacting the grading service. Please notify your edX" +" point of contact." +msgstr "連結評分服務時發生錯誤。請通知edX服務人員。" + +#: lms/djangoapps/open_ended_grading/utils.py +msgid "for course {0} and student {1}." +msgstr "對於課程{0}和學生{1}。" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View all problems that require peer assessment in this particular course." +msgstr "查看所有在這個特殊課程中需要同儕互評的問題。" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View ungraded submissions submitted by students for the open ended problems " +"in the course." +msgstr "查看學生在課程中未批改的開放式問題所提交的意見。" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"View open ended problems that you have previously submitted for grading." +msgstr "查看您過去提交要批改的開放式問題。" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "View submissions that have been flagged by students as inappropriate." +msgstr "查看已經被學生標記為不適當的提交意見 。" + +#: lms/djangoapps/open_ended_grading/views.py +#: lms/djangoapps/open_ended_grading/views.py +msgid "New submissions to grade" +msgstr "新的提交到級別" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "New grades have been returned" +msgstr "已回傳新的級別" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "Submissions have been flagged for review" +msgstr "已被標記為待審查的提交。" + +#: lms/djangoapps/open_ended_grading/views.py +msgid "" +"\n" +" Error with initializing peer grading.\n" +" There has not been a peer grading module created in the courseware that would allow you to grade others.\n" +" Please check back later for this.\n" +" " +msgstr "" +"\n" +"同儕評分初始化時發生錯誤。\n" +"此教材中的同儕互評機制未被創建,所以未核准您對他人進行評級。\n" +"請稍後再回來檢查此處。" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Order Payment Confirmation" +msgstr "訂單付款確認" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Trying to add a different currency into the cart" +msgstr "增加不同的貨幣到購物車" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Please visit your dashboard to see your new" +" enrollments." +msgstr "請拜訪您的 dashboard 去察看您新的 enrollments." + +#: lms/djangoapps/shoppingcart/models.py +msgid "[Refund] User-Requested Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Mode {mode} does not exist for {course_id}" +msgstr "{course_id}的 {mode} 模式並不存在。" + +#: lms/djangoapps/shoppingcart/models.py +msgid "Certificate of Achievement, {mode_name} for course {course}" +msgstr " 模式{mode_name} 課程 {course}的成績證明書。" + +#: lms/djangoapps/shoppingcart/models.py +msgid "" +"Note - you have up to 2 weeks into the course to unenroll from the Verified " +"Certificate option and receive a full refund. To receive your refund, " +"contact {billing_email}. Please include your order number in your e-mail. " +"Please do NOT include your credit card information." +msgstr "" +"注意 - 您有長達2週的進入課程取消註冊認證書選項,並獲得全額退款。\n" +"要收到您的退款,聯繫 {billing_email}。在您的信件中需包含您的訂單號碼。但請不要包含您的信用卡資訊。" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order Number" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Customer Name" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Original Transaction" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Date of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Amount of Refund" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "Service Fees (if any)" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Purchase Time" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Order ID" +msgstr "" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Status" +msgstr "狀態" + +#: lms/templates/shoppingcart/list.html +msgid "Quantity" +msgstr "數量" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Unit Cost" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Cost" +msgstr "" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Currency" +msgstr "貨幣" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Description" +msgstr "敘述" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Comments" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py +msgid "University" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html +#: cms/templates/widgets/header.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Course" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Announce Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html +msgid "Course Start Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Close Date" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Course Registration Period" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Enrolled" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Audit Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Honor Code Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Verified Enrollment" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Gross Revenue over the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Verified Students Contributing More than the Minimum" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Dollars Refunded" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Transactions" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Payments Collected" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Number of Successful Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/reports.py +msgid "Total Amount of Refunds" +msgstr "" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You must be logged-in to add to a shopping cart" +msgstr "您必須登入才能增加到購物車" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course you requested does not exist." +msgstr "您請求的課程不存在。" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "The course {0} is already in your cart." +msgstr "課程 {0} 已經在您的購物車中" + +#: lms/djangoapps/shoppingcart/views.py +#: lms/djangoapps/shoppingcart/tests/test_views.py +msgid "You are already registered in course {0}." +msgstr "您已經在課程 {0} 中註冊。" + +#: lms/djangoapps/shoppingcart/views.py +msgid "Course added to cart." +msgstr "增加課程到購物車。" + +#: lms/djangoapps/shoppingcart/views.py +msgid "You do not have permission to view this page." +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor did not return a required parameter: {0}" +msgstr "付款處理器沒有返回所需的參數:{0}" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The payment processor returned a badly-typed value {0} for param {1}." +msgstr "對於參數 {1} ,付款處理器返回一個錯誤類型值 {0} 。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The payment processor accepted an order whose number is not in our system." +msgstr "付款處理器接受了一個訂單,但號碼不存在於我們的系統中。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The amount charged by the processor {0} {1} is different than the total cost" +" of the order {2} {3}." +msgstr "處理器收取的金額 {0} {1} 與訂單中的總消費 {2} {3} 不一致。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor did not accept your payment.\n" +" The decision they returned was {decision},\n" +" and the reason was {reason_code}:{reason_msg}.\n" +" You were not charged. Please try a different form of payment.\n" +" Contact us with payment-related questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a payment confirmation that had inconsistent data!\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" The specific error message is: {msg}.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Due to an error your purchase was charged for a different amount than the order total!\n" +" The specific error message is: {msg}.\n" +" Your credit card has probably been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +"

\n" +" Sorry! Our payment processor sent us back a corrupted message regarding your charge, so we are\n" +" unable to validate that the message actually came from the payment processor.\n" +" The specific error message is: {msg}.\n" +" We apologize that we cannot verify whether the charge went through and take further action on your order.\n" +" Your credit card may possibly have been charged. Contact us with payment-specific questions at {email}.\n" +"

\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Successful transaction." +msgstr "交易成功。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request is missing one or more required fields." +msgstr "使用者的請求缺少了一個或多個必填的欄位" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "One or more fields in the request contains invalid data." +msgstr "此項請求中的一個或多個欄位包含了無效資料。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The merchantReferenceCode sent with this authorization request matches the\n" +" merchantReferenceCode of another authorization request that you sent in the last 15 minutes.\n" +" Possible fix: retry the payment after 15 minutes.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Error: General system failure. Possible fix: retry the payment after a few " +"minutes." +msgstr "錯誤:系統故障。可能的解決方法:幾分鐘後重試付款。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received but there was a server timeout.\n" +" This error does not include timeouts between the client and the server.\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but a service did not finish running in time\n" +" Possible fix: retry the payment after some time.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The issuing bank has questions about the request. Possible fix: retry with " +"another form of payment" +msgstr "發卡銀行對於此項請求有問題。可能的解決方法:重試另一種付款方式。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Expired card. You might also receive this if the expiration date you\n" +" provided does not match the date the issuing bank has on file.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" General decline of the card. No other information provided by the issuing bank.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Insufficient funds in the account. Possible fix: retry with another form of " +"payment" +msgstr "帳戶中的資金不足。可能的解決方法:重試另一種付款方式" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Unknown reason" +msgstr "未知的原因" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Issuing bank unavailable. Possible fix: retry again after a few minutes" +msgstr "發卡銀行無法使用。可能的解決方法:幾分鐘後重試" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Inactive card or card not authorized for card-not-present transactions.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The card has reached the credit limit. Possible fix: retry with another form" +" of payment" +msgstr "信用卡已達信用限額。可能的解決方法:重試另一種付款方式" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid card verification number. Possible fix: retry with another form of " +"payment" +msgstr "無效的信用卡驗證碼。可能的解決方法:重試另一種付款方式" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"Invalid account number. Possible fix: retry with another form of payment" +msgstr "無效的帳戶號碼。可能的解決方法:重試另一種付款方式" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type is not accepted by the payment processor.\n" +" Possible fix: retry with another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"General decline by the processor. Possible fix: retry with another form of " +"payment" +msgstr "被處理器拒絕。可能的解決方法:重試另一種付款方式" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The requested amount exceeds the originally authorized amount." +msgstr "所請求的數額超過最初授權的金額。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "Processor Failure. Possible fix: retry the payment" +msgstr "處理器故障。可能的解決方法:重試支付。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The authorization has already been captured" +msgstr "已經獲取授權" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"The requested transaction amount must match the previous transaction amount." +msgstr "請求的交易金額必須與先前的交易金額一致。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The card type sent is invalid or does not correlate with the credit card number.\n" +" Possible fix: retry with the same card or another form of payment\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The request ID is invalid." +msgstr "請求的ID是無效的。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" You requested a capture through the API, but there is no corresponding, unused authorization record.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "The transaction has already been settled or reversed." +msgstr "該交易已經得到完成或已取消。" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The capture or credit is not voidable because the capture or credit information has already been\n" +" submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "You requested a credit for a capture that was previously voided" +msgstr "您請求的學分之前已經作廢" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" Error: The request was received, but there was a timeout at the payment processor.\n" +" Possible fix: retry the payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/processors/CyberSource.py +msgid "" +"\n" +" The authorization request was approved by the issuing bank but declined by CyberSource.'\n" +" Possible fix: retry with a different form of payment.\n" +" " +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Reports" +msgstr "" + +#: lms/djangoapps/shoppingcart/tests/test_views.py +#: lms/templates/shoppingcart/download_report.html +msgid "" +"There was an error in your date input. It should be formatted as YYYY-MM-DD" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "No photo ID was provided." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "We couldn't read your name from your photo ID image." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "" +"The name associated with your account and the name on your ID do not match." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "The image of your face was not clear." +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "Your face was not visible in your self-photo" +msgstr "" + +#: lms/djangoapps/verify_student/models.py +msgid "There was an error verifying your ID photos." +msgstr "" + +#: lms/djangoapps/verify_student/views.py +msgid "Selected price is not valid number." +msgstr "選擇的價格是無效的數字。" + +#: lms/djangoapps/verify_student/views.py +msgid "This course doesn't support verified certificates" +msgstr "這個課程並不支援認證書。" + +#: lms/djangoapps/verify_student/views.py +msgid "No selected price or selected price is below minimum." +msgstr "沒有選擇價格或是選擇價格低於最小值。" + +#: lms/templates/main_django.html cms/templates/base.html +#: lms/templates/main.html +msgid "Skip to this view's content" +msgstr "" + +#: lms/templates/registration/password_reset_complete.html +#: lms/templates/registration/password_reset_complete.html +msgid "Your Password Reset is Complete" +msgstr "您的密碼已重設完成" + +#: lms/templates/registration/password_reset_complete.html +#, python-format +msgid "" +"\n" +" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n" +" " +msgstr "" +"\n" +"您的密碼已經設定。您現在可以前進並且 %(link_start)s登入%(link_end)s 。" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"重置您的 %(platform_name)s 密碼" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" Reset Your %(platform_name)s Password\n" +" " +msgstr "" +"\n" +"重設您的 %(platform_name)s 密碼" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Form" +msgstr "密碼重設申請表" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" We're sorry, %(platform_name)s enrollment is not available in your region\n" +" " +msgstr "" +"\n" +"很抱歉,您所在的區域 %(platform_name)s 無法註冊" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The following errors occurred while processing your registration: " +msgstr "" + +#: lms/templates/registration/password_reset_confirm.html +msgid "You must complete all fields." +msgstr "您必須完成所有的欄位。" + +#: lms/templates/registration/password_reset_confirm.html +msgid "The two password fields didn't match." +msgstr "兩個密碼欄位中的內容不相同。" + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"We're sorry, our systems seem to be having trouble processing your password " +"reset" +msgstr "很抱歉,我們的系統在重設您的密碼時似乎出現了問題。" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +"已經有人提出這個問題。請之後再試。如果您有任何顧慮請 %(start_link)s 聯繫我們 %(end_link)s " + +#: lms/templates/registration/password_reset_confirm.html +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly.
Required fields are noted by bold text and an asterisk (*)." +msgstr "" +"請輸入您的新密碼兩次以確保正確。
需要填寫的欄位已經使用 粗體和星號 (*) 標明" +" ." + +#: 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 "需要的資訊" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password" +msgstr "請輸入您的新密碼" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your New Password Again" +msgstr "請再次輸入您的新密碼" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Change My Password" +msgstr "修改我的密碼" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Your Password Reset Was Unsuccessful" +msgstr "您的密碼重設失敗" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" 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" +"密碼重設的連結無效,可能因為連結已經被使用。請回到 %(start_link)s 登入頁面 %(end_link)s 重新開始密碼重設過程。" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Password Reset Help" +msgstr "密碼重設説明" + +#: lms/templates/registration/password_reset_confirm.html +msgid "Need Help?" +msgstr "需要幫助?" + +#: lms/templates/registration/password_reset_confirm.html +#, python-format +msgid "" +"\n" +" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n" +" " +msgstr "" +"\n" +"查看我們的 %(start_link)s 説明區以尋找聯繫資訊和常見問題解答 %(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 "由於您向系統請求重置密碼,系統將發一封關於帳戶密碼的電子郵件給您,請檢查信箱。" + +#: lms/templates/registration/password_reset_email.html +msgid "Please go to the following page and choose a new password:" +msgstr "請到下面的頁面並選擇一個新的密碼:" + +#: lms/templates/registration/password_reset_email.html +msgid "Thanks for using our site!" +msgstr "感謝您使用我們的網站!" + +#: lms/templates/registration/password_reset_email.html +msgid "The edX Team" +msgstr "edX 團隊" + +#: lms/templates/wiki/article.html +msgid "Last modified:" +msgstr "最後修改日期:" + +#: lms/templates/wiki/article.html +msgid "See all children" +msgstr "查看所有子文章" + +#: lms/templates/wiki/article.html +msgid "This article was last modified:" +msgstr "這篇文章最後修改於:" + +#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py +msgid "Add new article" +msgstr "增加新文章" + +#: lms/templates/wiki/create.html +msgid "Create article" +msgstr "創建文章" + +#: lms/templates/wiki/create.html lms/templates/wiki/delete.html +#: lms/templates/wiki/delete.html.py +msgid "Go back" +msgstr "返回" + +#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py +#: lms/templates/wiki/edit.html +msgid "Delete article" +msgstr "刪除文章" + +#: lms/templates/wiki/delete.html +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Delete" +msgstr "刪除" + +#: lms/templates/wiki/delete.html +msgid "You cannot delete a root article." +msgstr "您沒有權限刪除這篇文章。" + +#: 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 "您沒有權限一次刪除這篇文章及其子文章,您可以嘗試先手動逐一刪除子文章,然後再刪除這篇文章。" + +#: 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 "刪除這篇文章將會導致相關子文章會同時被刪除。" + +#: lms/templates/wiki/delete.html +msgid "Articles that will be deleted" +msgstr "文章將被刪除" + +#: lms/templates/wiki/delete.html +msgid "...and more!" +msgstr "...還有更多!" + +#: lms/templates/wiki/delete.html +msgid "You are deleting an article. Please confirm." +msgstr "您確定要刪除這篇文章嗎?" + +#: lms/templates/wiki/edit.html +msgid "Edit" +msgstr "編輯" + +#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py +msgid "Save changes" +msgstr "儲存修改" + +#: lms/templates/wiki/edit.html +msgid "Preview" +msgstr "預覽" + +#: 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/login_modal.html +#: lms/templates/signup_modal.html +msgid "Close Modal" +msgstr "關閉模式" + +#: lms/templates/wiki/edit.html +msgid "Wiki Preview" +msgstr "" + +#: 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 +msgid "modal open" +msgstr "" + +#: lms/templates/wiki/edit.html +msgid "Back to editor" +msgstr "返回編輯器" + +#: lms/templates/wiki/history.html +msgid "History" +msgstr "歷史記錄" + +#: lms/templates/wiki/history.html +msgid "" +"Click each revision to see a list of edited lines. Click the Preview button " +"to see how the article looked at this stage. At the bottom of this page, you" +" can change to a particular revision or merge an old revision with the " +"current one." +msgstr "" +"點擊每一個版本,您將會看到被編輯行的列表。點擊預覽按鈕,您可以看到這篇文章目前的狀態。在頁面的底部,您可以指定一個版本,或者合併兩個現存的版本生成新版本。" + +#: lms/templates/wiki/history.html +msgid "no log message" +msgstr "沒有日誌訊息" + +#: lms/templates/wiki/history.html +msgid "Preview this revision" +msgstr "預覽本次修改" + +#: lms/templates/wiki/history.html +msgid "Auto log:" +msgstr "自動日誌:" + +#: lms/templates/wiki/history.html +msgid "Change" +msgstr "修改" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Merge selected with current..." +msgstr "合併選擇項和當前項..." + +#: lms/templates/wiki/history.html +msgid "Switch to selected version" +msgstr "切換到選擇的版本" + +#: lms/templates/wiki/history.html +msgid "Wiki Revision Preview" +msgstr "" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Back to history view" +msgstr "返回歷史檢視" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Switch to this version" +msgstr "切換到這個版本" + +#: lms/templates/wiki/history.html +msgid "Merge Revision" +msgstr "" + +#: lms/templates/wiki/history.html +msgid "Merge with current" +msgstr "和當前的版本合併" + +#: 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 "當您給當前版本加入一個修改,所有的資料都會被保留。修改資訊將會合併到系統擇優選擇的位置。" + +#: lms/templates/wiki/history.html +msgid "After this, it's important to do a manual review." +msgstr "請在完成之後做人工審查。" + +#: lms/templates/wiki/history.html lms/templates/wiki/history.html +msgid "Create new merged version" +msgstr "創建新的已合併後的版本" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing revision" +msgstr "預覽修改" + +#: lms/templates/wiki/preview_inline.html +msgid "Previewing merge between" +msgstr "預覽合併效果" + +#: lms/templates/wiki/preview_inline.html +msgid "and" +msgstr "和" + +#: lms/templates/wiki/preview_inline.html +msgid "This revision has been deleted." +msgstr "這次修改已被刪除。" + +#: lms/templates/wiki/preview_inline.html +msgid "Restoring to this revision will mark the article as deleted." +msgstr "復原這項修改可能會讓這篇文章標記為刪除狀態。" + +#: lms/templates/wiki/includes/anonymous_blocked.html +#, python-format +msgid "" +"\n" +" You need to log in or sign up to use this function.\n" +" " +msgstr "" +"\n" +"您必須登入註冊才能使用這項功能。" + +#: lms/templates/wiki/includes/anonymous_blocked.html +msgid "You need to log in or sign up to use this function." +msgstr "您需要註冊或者登入才能使用這個功能。" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Cheatsheet" +msgstr "" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Wiki Syntax Help" +msgstr "維基百科語法編寫説明" + +#: 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 "這個維基百科使用 Markdown 語法來排版,網路上有許多有用的指南,如果想熟練使用,請點擊以下連結:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Markdown: Basics" +msgstr "Markdown:基礎知識" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quick Markdown Syntax Guide" +msgstr "快速 Markdown 語法指南" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Miniature Markdown Guide" +msgstr "簡明 Markdown 語法指南" + +#: 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 "要創建一篇新的維基百科條目,先為它創建連結。點擊連結後,會導向自動創建頁面。" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "[Article Name](wiki:ArticleName)" +msgstr "[文章名稱](wiki:ArticleName)" + +#. Translators: Do not translate "edX" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "edX Additions:" +msgstr "edX 附加:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Useful examples:" +msgstr "實用的例子:" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Huge Header" +msgstr "超大標題" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Smaller Header" +msgstr "較小的標題" + +#. Translators: Leave the punctuation, but translate "emphasis" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "*emphasis* or _emphasis_" +msgstr "*重點* or _重點_" + +#. Translators: Leave the punctuation, but translate "strong" +#: lms/templates/wiki/includes/cheatsheet.html +msgid "**strong** or __strong__" +msgstr "**強調** or __強調__" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Unordered List" +msgstr "未排序的列表" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 1" +msgstr "子項目1" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Sub Item 2" +msgstr "子項目2" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Ordered" +msgstr "有序的" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "List" +msgstr "列表" + +#: lms/templates/wiki/includes/cheatsheet.html +msgid "Quotes" +msgstr "引言" + +#: lms/templates/wiki/includes/editor_widget.html +#, python-format +msgid "" +"\n" +" Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" +" " +msgstr "" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Attachments" +msgstr "附件" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload new file" +msgstr "上傳新的檔案" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search and add file" +msgstr "搜尋及新增檔案" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload File" +msgstr "上傳檔案" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Upload file" +msgstr "上傳檔案" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Search files and articles" +msgstr "搜尋檔案和文章" + +#: 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 "您可以從其他文章中重複使用檔案。" + +#: 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 "下列檔案與這篇文章相關,請使用markdown標記直接指向這些檔案。" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Markdown tag" +msgstr "Markdown標記" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Uploaded by" +msgstr "上傳者是" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Size" +msgstr "大小" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File History" +msgstr "檔案歷史紀錄" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Detach" +msgstr "卸離" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Replace" +msgstr "取代" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "Restore" +msgstr "復原" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "anonymous (IP logged)" +msgstr "匿名 (已記錄 IP)" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "File history" +msgstr "檔案歷史" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "revisions" +msgstr "修改" + +#: lms/templates/wiki/plugins/attachments/index.html +msgid "There are no attachments for this article." +msgstr "這篇文章沒有附件" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Can't receive transcripts from Youtube for {youtube_id}. Status code: " +"{statuc_code}." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Can't find any transcripts on the Youtube service." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "We support only SubRip (*.srt) transcripts format." +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "" +"Something wrong with SubRip transcripts file during parsing. Inner message " +"is {error_message}" +msgstr "" + +#: cms/djangoapps/contentstore/transcripts_utils.py +msgid "Something wrong with SubRip transcripts file during parsing." +msgstr "" + +#: cms/djangoapps/contentstore/utils.py +msgid "Open Ended Panel" +msgstr "" + +#: lms/templates/notes.html +msgid "My Notes" +msgstr "我的筆記" + +#: cms/djangoapps/contentstore/views/assets.py +msgid "Upload completed" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Unable to create course '{name}'.\n" +"\n" +"{err}" +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization, course number," +" and course run. Please change either organization or course number to be " +"unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"Please change either the organization or course number so that it is unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/course.py +msgid "" +"There is already a course defined with the same organization and course " +"number. Please change at least one field to be unique." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "We only support uploading a .tar.gz file." +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "File upload corrupted. Please try again" +msgstr "" + +#: cms/djangoapps/contentstore/views/import_export.py +msgid "Could not find the course.xml file in the package." +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of {0}" +msgstr "" + +#: cms/djangoapps/contentstore/views/item.py +msgid "Duplicate of '{0}'" +msgstr "" + +#: lms/templates/courseware/courseware-error.html +msgid "Courseware" +msgstr "教材" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Incoming video data is empty." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Can't find item by locator." +msgstr "" + +#: cms/djangoapps/contentstore/views/transcripts_ajax.py +msgid "Transcripts are supported only for \"video\" modules." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Insufficient permissions" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Could not find user by email address '{email}'." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "User {email} has registered but has not yet activated his/her account." +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "`role` is required" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "Only instructors may create other instructors" +msgstr "" + +#: cms/djangoapps/contentstore/views/user.py +msgid "You may not remove the last instructor from a course" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "unrequested" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "pending" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "granted" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "denied" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Studio user" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "The date when state was last updated" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "Current course creator state" +msgstr "" + +#: cms/djangoapps/course_creators/models.py +msgid "" +"Optional notes about this user (for example, why course creation access was " +"denied)" +msgstr "" + +#: cms/templates/404.html cms/templates/error.html +#: lms/templates/static_templates/404.html +msgid "Page Not Found" +msgstr "" + +#: cms/templates/404.html lms/templates/static_templates/404.html +msgid "Page not found" +msgstr "" + +#: cms/templates/asset_index.html lms/templates/courseware/courseware.html +#: lms/templates/verify_student/_modal_editname.html +msgid "close" +msgstr "" + +#: cms/templates/component.html cms/templates/manage_users.html +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +#: lms/templates/wiki/includes/article_menu.html +msgid "Settings" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html lms/templates/problem.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/verify_student/face_upload.html +msgid "Save" +msgstr "" + +#: cms/templates/component.html cms/templates/index.html +#: cms/templates/manage_users.html cms/templates/overview.html +#: cms/templates/overview.html cms/templates/overview.html +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +#: lms/templates/verify_student/face_upload.html +msgid "Cancel" +msgstr "" + +#: cms/templates/html_error.html lms/templates/module-error.html +msgid "Error:" +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +#: lms/templates/courseware/course_about.html +msgid "Course Number" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Organization:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Number:" +msgstr "" + +#: cms/templates/index.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Pending" +msgstr "" + +#: cms/templates/login.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/university_profile/edge.html +msgid "Forgot password?" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register.html +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/university_profile/edge.html +msgid "Password" +msgstr "" + +#: cms/templates/manage_users.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Admin" +msgstr "" + +#: cms/templates/signup.html cms/templates/widgets/header.html +#: lms/templates/index.html +msgid "Sign Up" +msgstr "" + +#: cms/templates/signup.html lms/templates/register-shib.html +#: lms/templates/register.html +msgid "Public Username" +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "Thanks for activating your account." +msgstr "" + +#: cms/templates/registration/activation_complete.html +#: lms/templates/registration/activation_complete.html +msgid "This account has already been activated." +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 "" + +#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html +#: lms/templates/static_templates/tos.html +msgid "Terms of Service" +msgstr "" + +#: cms/templates/widgets/footer.html lms/templates/footer.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/privacy.html +msgid "Privacy Policy" +msgstr "" + +#: cms/templates/widgets/header.html lms/templates/help_modal.html +#: lms/templates/navigation.html lms/templates/static_templates/help.html +#: lms/templates/static_templates/help.html +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 "註冊 for {} | 選擇您的追蹤" + +#: common/templates/course_modes/choose.html +msgid "Sorry, there was an error when trying to register you" +msgstr "很抱歉,當要為您註冊時發生錯誤。" + +#: common/templates/course_modes/choose.html +msgid "Select your track:" +msgstr "選擇您的追蹤:" + +#: common/templates/course_modes/choose.html +msgid "Certificate of Achievement (ID Verified)" +msgstr "成績證明書 (ID 已驗證)" + +#: common/templates/course_modes/choose.html +msgid "Upgrade and work toward a verified Certificate of Achievement." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Sign up and work toward a verified Certificate of Achievement." +msgstr "註冊,並且努力朝向取得證書的成就。" + +#: common/templates/course_modes/choose.html +msgid "Select your contribution for this course (min. $" +msgstr "選擇您對這門課程的貢獻金額 (min. $)" + +#: common/templates/course_modes/choose.html +#: lms/templates/verify_student/photo_verification.html +msgid "):" +msgstr "):" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay? What if I don't meet all the requirements?" +msgstr "我為什麼要付錢?如果我不符合所有要求?" + +#: common/templates/course_modes/choose.html +msgid "Why do I have to pay?" +msgstr "為什麼我要付錢?" + +#: common/templates/course_modes/choose.html +msgid "" +"As a not-for-profit, edX uses your contribution to support our mission to " +"provide quality education to everyone around the world, and to improve " +"learning through research. While we have established a minimum fee, we ask " +"that you contribute as much as you can." +msgstr "" +"作為一個非營利組織,edX 使用您的捐助來支持我們的使命,為世界各地的人們提供了有質量的教育並且透過研究來改善學習。\n" +"雖然我們已經建立了最低收費標準,我們希望您可以盡可能的捐獻。" + +#: common/templates/course_modes/choose.html +msgid "" +"I'd like to pay more than the minimum. Is my contribution tax deductible?" +msgstr "我想付超過最低金額。我的貢獻可以扣稅嗎?" + +#: common/templates/course_modes/choose.html +msgid "" +"Please check with your tax advisor to determine whether your contribution is" +" tax deductible." +msgstr "請向您的稅務顧問查詢您的貢獻是否可以扣稅。" + +#: common/templates/course_modes/choose.html +msgid "What if I can't afford it or don't have the necessary equipment?" +msgstr "如果我不能負擔或沒有必要的設備,該怎麼辦?" + +#: common/templates/course_modes/choose.html +msgid "" +"If you can't afford the minimum fee or don't meet the requirements, you can " +"audit the course or elect to pursue an honor code certificate at no cost. If" +" you would like to pursue the honor code certificate, please check the honor" +" code certificate box, tell us why you can't pursue the verified certificate" +" below, and then click the 'Select Certificate' button to complete your " +"registration." +msgstr "" +"如果您不能負擔最低收費標準或者不符合需求,您可以審核課程或選擇去追求一個不需任何費用的 榮譽認證。如果您想追求 honor code " +"certificate,請檢查 榮譽認證 box,在下面告訴我們為什麼您不能追求這個證書,並且點擊'選擇證書'按鈕,即可完成註冊。" + +#: common/templates/course_modes/choose.html +msgid "Select Honor Code Certificate" +msgstr "選擇 榮譽認證。" + +#: common/templates/course_modes/choose.html +msgid "Explain your situation: " +msgstr "解釋您的情況:" + +#: common/templates/course_modes/choose.html +msgid "" +"Please write a few sentences about why you'd like to opt out of the paid " +"verified certificate to pursue the honor code certificate:" +msgstr "請寫下幾句話描述一下有關於為什麼您喜歡以選擇出付費證書去追求榮譽認證。" + +#: common/templates/course_modes/choose.html +msgid "Upgrade Your Registration" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Select Certificate" +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "Verified Registration Requirements" +msgstr "已驗證註冊要求。" + +#: common/templates/course_modes/choose.html +msgid "" +"To upgrade your registration and work towards a Verified Certificate of " +"Achievement, you will need a webcam, a credit or debit card, and an ID." +msgstr "" + +#: common/templates/course_modes/choose.html +msgid "" +"To register for a Verified Certificate of Achievement option, you will need " +"a webcam, a credit or debit card, and an ID." +msgstr "為了註冊一個證書成就選項,您會需要一個視訊鏡頭、一張信用卡或金融簽帳卡(debit card)以及一個識別碼。" + +#: common/templates/course_modes/choose.html +msgid "What is an ID Verified Certificate?" +msgstr "ID認證證書是甚麼?" + +#: common/templates/course_modes/choose.html +msgid "" +"An ID Verified Certificate requires proof of your identity through your " +"photo and ID and is checked throughout the course to verify that it is you " +"who earned the passing grade." +msgstr "一個ID證書需要透過您的照片和ID以及檢查整個課程,證明您的身分以確認是您獲得了及格。" + +#: common/templates/course_modes/choose.html +msgid "or" +msgstr "或者" + +#: common/templates/course_modes/choose.html +msgid "Audit This Course" +msgstr "旁聽這門課程" + +#: common/templates/course_modes/choose.html +msgid "Sign up to audit this course for free and track your own progress." +msgstr "註冊以免費旁聽這門課程,並且追蹤您自己的進度。" + +#: common/templates/course_modes/choose.html +msgid "Select Audit" +msgstr "" + +#: lms/templates/admin_dashboard.html +msgid "{platform_name}-wide Summary" +msgstr "{platform_name}-總結" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/open_ended_problems/combined_notifications.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Instructions" +msgstr "說明" + +#: lms/templates/annotatable.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "Collapse Instructions" +msgstr "收起說明" + +#: lms/templates/annotatable.html +msgid "Guided Discussion" +msgstr "引導的討論" + +#: lms/templates/annotatable.html +msgid "Hide Annotations" +msgstr "隱藏註解" + +#: lms/templates/contact.html lms/templates/static_templates/about.html +#: lms/templates/static_templates/about.html +msgid "Vision" +msgstr "願景" + +#: lms/templates/contact.html +msgid "Faq" +msgstr "常見問題" + +#: lms/templates/contact.html lms/templates/footer.html +msgid "Press" +msgstr "新聞報導" + +#: lms/templates/contact.html lms/templates/footer.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/contact.html +msgid "Contact" +msgstr "聯繫我們" + +#: lms/templates/contact.html +msgid "Class Feedback" +msgstr "課堂回饋" + +#: lms/templates/contact.html +msgid "" +"We are always seeking feedback to improve our courses. If you are an " +"enrolled student and have any questions, feedback, suggestions, or any other" +" issues specific to a particular class, please post on the discussion forums" +" of that class." +msgstr "" +"我們一直在尋找可以提升我們課程品質的回饋。如果您是一位已註冊學生,有任何提問、回饋、建議或者其他任何關於某一特定分類的問題,請在相應的課堂論壇下發貼。" + +#: lms/templates/contact.html +msgid "General Inquiries and Feedback" +msgstr "一般諮詢和回饋" + +#: lms/templates/contact.html +msgid "" +"If you have a general question about {platform_name} please email {contact_email}. To see if your question" +" has already been answered, visit our {faq_link_start}FAQ " +"page{faq_link_end}. You can also join the discussion on our " +"{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 "" +"如果您對{platform_name}有任何疑問,請發送郵件到{contact_email}。您可以訪問我們的{faq_link_start}FAQ頁面{faq_link_end},以查看您的問題是否已經有答案。您也可以加入我們在{fb_link_start}Facebook頁面{fb_link_end}進行討論。雖然我們不一定會回覆每一封郵件,但我們會認真考慮您的建議。" + +#: lms/templates/contact.html +msgid "Technical Inquiries and Feedback" +msgstr "技術諮詢和回饋" + +#: lms/templates/contact.html +msgid "" +"If you have suggestions/feedback about the overall {platform_name} platform," +" or are facing general technical issues with the platform (e.g., issues with" +" email addresses and passwords), you can reach us at {tech_email}. For technical questions, " +"please make sure you are using a current version of Firefox or Chrome, and " +"include browser and version in your e-mail, as well as screenshots or other " +"pertinent details. If you find a bug or other issues, you can reach us at " +"the following: {bugs_email}." +msgstr "" +"如果您對於{platform_name}平臺整體上有什麼意見,或者遇到了常見的技術問題(如郵寄地址和密碼的問題),您以通過{tech_email}聯繫我們。如果您遇到了技術問題,請確保您運用Firefox或者Chrome瀏覽器的最新版本瀏覽我們的網頁,並在郵件中說明您所使用的瀏覽器版本,並附上螢幕截圖或相關的細節描述。如果您發現了我們的錯誤,可以通過{bugs_email}聯繫我們。" + +#: lms/templates/contact.html +msgid "Media" +msgstr "媒體" + +#: 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 "" +"請訪問我們的{link_start}媒體/新聞報導{link_end}以尋求更多的資訊。如果您對媒體或者新聞報導方面有任何疑問,請發送郵件到{email}。" + +#: lms/templates/contact.html +msgid "Universities" +msgstr "大學" + +#: 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 "如果您的學校希望和我們進行合作,或者對我們的{platform_name}平臺有任何疑問,請發送郵件到{email}。" + +#: lms/templates/course.html +msgid "New" +msgstr "新的" + +#: lms/templates/dashboard.html +msgid "Dashboard" +msgstr "控制面板" + +#: 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 "發生錯誤。請稍後再試一次。" + +#: lms/templates/dashboard.html +msgid "Please verify your new email" +msgstr "" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "edit" +msgstr "編輯" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Reset Password" +msgstr "重置密碼" + +#: lms/templates/dashboard.html +msgid "Current Courses" +msgstr "當前課程" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't registered for any courses yet." +msgstr "您似乎尚未註冊任何課程。" + +#: lms/templates/dashboard.html +msgid "Find courses now!" +msgstr "立刻搜尋課程!" + +#: lms/templates/dashboard.html +msgid "Looks like you haven't been enrolled in any courses yet." +msgstr "看來您還沒有參加任何課程。" + +#: lms/templates/dashboard.html +msgid "Course-loading errors" +msgstr "課程讀取錯誤" + +#: lms/templates/dashboard.html +msgid "Email Settings for {course_number}" +msgstr "{course_number}的電子郵件設定" + +#: lms/templates/dashboard.html +msgid "Receive course emails" +msgstr "接收課程郵件" + +#: lms/templates/dashboard.html +msgid "Save Settings" +msgstr "儲存設定" + +#: lms/templates/dashboard.html +msgid "Password Reset Email Sent" +msgstr "密碼重置郵件已發送" + +#: lms/templates/dashboard.html +msgid "" +"An email has been sent to {email}. Follow the link in the email to change " +"your password." +msgstr "一封郵件已經被發送至 {email},請點擊郵件中的連結更改您的密碼。" + +#: lms/templates/dashboard.html lms/templates/dashboard.html +msgid "Change Email" +msgstr "變更電子郵件信箱" + +#: lms/templates/dashboard.html +msgid "Please enter your new email address:" +msgstr "請輸入您新的電子郵件信箱地址:" + +#: lms/templates/dashboard.html +msgid "Please confirm your password:" +msgstr "請確認您的密碼:" + +#: lms/templates/dashboard.html +msgid "" +"We will send a confirmation to both {email} and your new email as part of " +"the process." +msgstr "作為過程中的一部分,我們將同時發送確認郵件到{email}和您的新郵箱。" + +#: lms/templates/dashboard.html +msgid "Change your name" +msgstr "更改您的姓名" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "" +"To uphold the credibility of {platform} certificates, all name changes will " +"be logged and recorded." +msgstr "為了支持 {platform}證書的可信度,所有姓名變更都將被記錄和保存下來。" + +#: lms/templates/dashboard.html +msgid "" +"Enter your desired full name, as it will appear on the {platform} " +"certificates:" +msgstr "輸入您希望的全稱,它將出現在{platform}的證書上:" + +#: lms/templates/dashboard.html +#: lms/templates/verify_student/_modal_editname.html +msgid "Reason for name change:" +msgstr "更改名字原因:" + +#: lms/templates/dashboard.html +msgid "Change My Name" +msgstr "更改我的姓名" + +#: lms/templates/dashboard.html +msgid "" +" {course_number}? " +msgstr "" + +#: lms/templates/dashboard.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Unregister" +msgstr "取消註冊" + +#: lms/templates/email_change_failed.html lms/templates/email_exists.html +msgid "E-mail change failed" +msgstr "電子郵件信箱變更失敗" + +#: lms/templates/email_change_failed.html +msgid "We were unable to send a confirmation email to {email}" +msgstr "我們將無法發送確認郵件給{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 "返回{link_start}首頁{link_end}" + +#: lms/templates/email_change_successful.html +#: lms/templates/emails_change_successful.html +msgid "E-mail change successful!" +msgstr "電子郵件信箱變更成功" + +#: 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 "您應該可以在您的{link_start}控制面板{link_end}看到您新的電子郵件信箱" + +#: lms/templates/email_exists.html +msgid "An account with the new e-mail address already exists." +msgstr "該電子郵件信箱地址已經存在一個帳戶。" + +#: lms/templates/enroll_students.html +msgid "Student Enrollment Form" +msgstr "學生報名表" + +#: lms/templates/enroll_students.html +msgid "Course: " +msgstr "課程:" + +#: lms/templates/enroll_students.html +msgid "Add new students" +msgstr "增加新的學生" + +#: lms/templates/enroll_students.html +msgid "Existing students:" +msgstr "已有學生:" + +#: lms/templates/enroll_students.html +msgid "New students added: " +msgstr "已增加新的學生:" + +#: lms/templates/enroll_students.html +msgid "Students rejected: " +msgstr "被拒絕的學生:" + +#: lms/templates/enroll_students.html +msgid "Debug: " +msgstr "除錯:" + +#: lms/templates/enroll_students.html +msgid "foo" +msgstr "甲" + +#: lms/templates/enroll_students.html +msgid "bar" +msgstr "乙" + +#: lms/templates/enroll_students.html +msgid "biff" +msgstr "一擊" + +#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html +msgid "External Authentication failed" +msgstr "外部認證失敗" + +#: lms/templates/folditbasic.html +msgid "Due:" +msgstr "原因:" + +#: lms/templates/folditbasic.html +msgid "Status:" +msgstr "狀態:" + +#: lms/templates/folditbasic.html +msgid "You have successfully gotten to level {goal_level}." +msgstr "您已經成功達到{goal_level}" + +#: lms/templates/folditbasic.html +msgid "You have not yet gotten to level {goal_level}." +msgstr "您還沒有成功達到 {goal_level}" + +#: lms/templates/folditbasic.html +msgid "Completed puzzles" +msgstr "完成的難題" + +#: lms/templates/folditbasic.html +msgid "Level" +msgstr "級別" + +#: lms/templates/folditbasic.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Submitted" +msgstr "已提交" + +#: lms/templates/folditchallenge.html +msgid "Puzzle Leaderboard" +msgstr "答題排行榜" + +#: lms/templates/folditchallenge.html +msgid "User" +msgstr "用戶" + +#: lms/templates/folditchallenge.html +msgid "Score" +msgstr "得分" + +#: lms/templates/footer.html +msgid "About" +msgstr "關於" + +#: lms/templates/footer.html lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/jobs.html +msgid "Jobs" +msgstr "工作" + +#: lms/templates/footer.html lms/templates/static_templates/faq.html +#: lms/templates/static_templates/faq.html +msgid "FAQ" +msgstr "常見問題" + +#: lms/templates/footer.html +msgid "" +"{platform_name} is a non-profit created by founding partners {Harvard} and " +"{MIT} whose mission is to bring the best of higher education to students of " +"all ages anywhere in the world, wherever there is Internet access. " +"{platform_name}'s free online MOOCs are interactive and subjects include " +"computer science, public health, and artificial intelligence." +msgstr "" +"{platform_name} 是由合作創建方 {Harvard} 和 {MIT} " +"共同創立的非盈利組織,只要擁有網路連接,便能將最好的高等教育帶給世界各地的各個年齡段的學生。{platform_name}擁有互動式的免費線上 " +"MOOC,主題包括電腦科學,公共醫療和人工智慧等。" + +#: lms/templates/footer.html +msgid "© 2014 {platform_name}, some rights reserved." +msgstr "" + +#: lms/templates/footer.html +msgid "Terms of Service and Honor Code" +msgstr "服務條款和榮譽規範" + +#: lms/templates/forgot_password_modal.html +#: lms/templates/forgot_password_modal.html +msgid "Password Reset" +msgstr "密碼重置" + +#: 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 "請在下面輸入您的電子郵件地址。我們會通過郵件發送設置新密碼的說明。" + +#: lms/templates/forgot_password_modal.html +msgid "Your E-mail Address" +msgstr "您的電子郵件信箱地址" + +#: lms/templates/forgot_password_modal.html lms/templates/login.html +msgid "This is the e-mail address you used to register with {platform}" +msgstr "這是您用來註冊 {platform} 的 e-mail 地址" + +#: lms/templates/forgot_password_modal.html +msgid "Reset My Password" +msgstr "重置我的密碼" + +#: lms/templates/forgot_password_modal.html +msgid "Email is incorrect." +msgstr "電子郵件信箱不正確。" + +#: lms/templates/help_modal.html +msgid "{platform_name} Help" +msgstr "{platform_name} 幫助" + +#: lms/templates/help_modal.html +msgid "{span_start}{platform_name}{span_end} Help" +msgstr "{span_start}{platform_name}{span_end} 幫助" + +#: lms/templates/help_modal.html +msgid "" +"For questions on course lectures, homework, tools, or materials for " +"this course, post in the {link_start}course discussion " +"forum{link_end}." +msgstr "" +"對於這門課程關於課程課件,課堂作業,工具和教材的疑問,請發佈到{link_start}課程討論區{link_end}。" + +#: lms/templates/help_modal.html +msgid "" +"Have general questions about {platform_name}? You can find " +"lots of helpful information in the {platform_name} " +"{link_start}FAQ{link_end}." +msgstr "" +"對於 {platform_name} 有常見的疑問 ?您可以在{platform_name} " +"的{link_start}FAQ{link_end}上找到一些幫助。" + +#: lms/templates/help_modal.html +msgid "" +"Have a question about something specific? You can contact " +"the {platform_name} general support team directly:" +msgstr " 關於一些細節有疑問/strong>? 您可以直接聯繫 {platform_name} 的日常維護團隊:" + +#: lms/templates/help_modal.html +msgid "Report a problem" +msgstr "回報問題" + +#: lms/templates/help_modal.html +msgid "Make a suggestion" +msgstr "提供建議" + +#: lms/templates/help_modal.html +msgid "Ask a question" +msgstr "提問" + +#: lms/templates/help_modal.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Name" +msgstr "名稱" + +#: lms/templates/help_modal.html lms/templates/login.html +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/provider_login.html lms/templates/register-shib.html +#: lms/templates/register.html lms/templates/register.html +msgid "E-mail" +msgstr "電子郵件" + +#: lms/templates/help_modal.html +msgid "Briefly describe your issue" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Tell us the details" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc" +msgstr "附上錯誤消息以及導致錯誤的步驟等" + +#: lms/templates/help_modal.html lms/templates/manage_user_standing.html +#: lms/templates/register-shib.html +#: lms/templates/combinedopenended/openended/open_ended.html +#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +#: lms/templates/instructor/staff_grading.html +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Submit" +msgstr "提交" + +#: lms/templates/help_modal.html +msgid "Thank You!" +msgstr "謝謝您!" + +#: lms/templates/help_modal.html +msgid "" +"Thank you for your inquiry or feedback. We typically respond to a request " +"within one business day (Monday to Friday, {open_time} UTC to {close_time} " +"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}" +" where most questions have already been answered." +msgstr "" +"感謝您的疑問或者回饋。我們通常在一個工作日 (週一到週五, {open_time} UTC 到 {close_time} UTC) " +"內答覆疑問。請您先瀏覽我們 {link_start} FAQs {link_end} ,在那裡大部分問題已經得到了解答。" + +#: lms/templates/help_modal.html +msgid "problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Report a Problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of the problem" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Details of the problem you are encountering" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Include error messages, steps which lead to the issue, etc." +msgstr "" + +#: lms/templates/help_modal.html +msgid "suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Make a Suggestion" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief description of your suggestion" +msgstr "" + +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/module-error.html +msgid "Details" +msgstr "細節" + +#: lms/templates/help_modal.html +msgid "question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Ask a Question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "Brief summary of your question" +msgstr "" + +#: lms/templates/help_modal.html +msgid "An error has occurred." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please {link_start}send us e-mail{link_end}." +msgstr "" + +#: lms/templates/help_modal.html +msgid "Please try again later." +msgstr "" + +#: lms/templates/index.html +msgid "Free courses from {university_name}" +msgstr "來自{university_name}的免費課程" + +#: lms/templates/index.html +msgid "The Future of Online Education" +msgstr "線上教育的未來" + +#: lms/templates/index.html +msgid "For anyone, anywhere, anytime" +msgstr "任何人,任何地點,任何時間" + +#: lms/templates/index.html +msgid "Stay up to date with all {platform_name} has to offer!" +msgstr "堅持到按期完成所有 {platform_name} 提出的要求!" + +#: lms/templates/invalid_email_key.html +msgid "Invalid email change key" +msgstr "無效的電子郵件變更碼" + +#: lms/templates/invalid_email_key.html +msgid "This e-mail key is not valid. Please check:" +msgstr "此電子郵件信箱金鑰無效。請檢查:" + +#: lms/templates/invalid_email_key.html +msgid "" +"Was this key already used? Check whether the e-mail change has already " +"happened." +msgstr "如果該金鑰已被使用,請檢查是否已變更郵寄地址。" + +#: lms/templates/invalid_email_key.html +msgid "Did your e-mail client break the URL into two lines?" +msgstr "您的電子郵件客戶端是否將URL分成兩行?" + +#: lms/templates/invalid_email_key.html +msgid "The keys are valid for a limited amount of time. Has the key expired?" +msgstr "由於金鑰的時效有限,請檢查是否已過期。" + +#: lms/templates/login-sidebar.html +msgid "Helpful Information" +msgstr "説明資訊" + +#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html +msgid "Login via OpenID" +msgstr "透過OpenID登入" + +#: lms/templates/login-sidebar.html +msgid "" +"You can now start learning with {platform_name} by logging in with your OpenID account." +msgstr "" +"您可以使用您的OpenID帳號登入{platform_name},開始學習課程。" + +#: lms/templates/login-sidebar.html +msgid "Not Enrolled?" +msgstr "尚未註冊?" + +#: lms/templates/login-sidebar.html +msgid "Sign up for {platform_name} today!" +msgstr "立刻註冊加入{platform_name}!" + +#: lms/templates/login-sidebar.html +msgid "Looking for help in logging in or with your {platform_name} account?" +msgstr "尋找關於登入您的 {platform_name} 帳戶的幫助?" + +#: lms/templates/login-sidebar.html +msgid "View our help section for answers to commonly asked questions." +msgstr "查看我們的幫助區以尋找常見問題解答。" + +#: lms/templates/login.html +msgid "Log into your {platform_name} Account" +msgstr "登入您的{platform_name}帳戶" + +#: lms/templates/login.html +msgid "Log into My {platform_name} Account" +msgstr "登入我的{platform_name}帳戶" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Access My Courses" +msgstr "存取我的課程" + +#: lms/templates/login.html lms/templates/register.html +msgid "Processing your account information…" +msgstr "" + +#: lms/templates/login.html +msgid "Please log in" +msgstr "請登入" + +#: lms/templates/login.html +msgid "to access your account and courses" +msgstr "存取您的帳戶和課程" + +#: lms/templates/login.html +msgid "We're Sorry, {platform_name} accounts are unavailable currently" +msgstr "我們很遺憾,{platform_name} 帳戶現在無法使用" + +#: lms/templates/login.html +msgid "The following errors occurred while logging you in:" +msgstr "" + +#: lms/templates/login.html +msgid "Your email or password is incorrect" +msgstr "您的電子郵件信箱或密碼不正確" + +#: lms/templates/login.html +msgid "" +"Please provide the following information to log into your {platform_name} " +"account. Required fields are noted by bold text " +"and an asterisk (*)." +msgstr "" +"請提供下面的資訊以登入進入您的 {platform_name} 帳戶,必須填寫的資訊已經被 以粗體表示和用 (*)標出。" + +#: lms/templates/login.html +msgid "Account Preferences" +msgstr "帳戶偏好" + +#: lms/templates/login.html lms/templates/login_modal.html +msgid "Remember me" +msgstr "記住我" + +#: lms/templates/login_modal.html lms/templates/provider_login.html +#: lms/templates/university_profile/edge.html +msgid "Log In" +msgstr "登入" + +#: lms/templates/login_modal.html +msgid "Not enrolled?" +msgstr "尚未註冊?" + +#: lms/templates/login_modal.html +msgid "Sign up." +msgstr "註冊。" + +#: lms/templates/login_modal.html +msgid "login via openid" +msgstr "透過OpenID登入" + +#: lms/templates/lti.html +msgid "External resource" +msgstr "" + +#: lms/templates/lti.html +msgid "View resource in a new window" +msgstr "" + +#: lms/templates/lti.html +msgid "" +"Please provide launch_url. Click \"Edit\", and fill in the required fields." +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable or Reenable student accounts" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Username:" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Disable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Reenable Account" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "Students whose accounts have been disabled" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "(reload your page to refresh)" +msgstr "" + +#: lms/templates/manage_user_standing.html +msgid "working..." +msgstr "" + +#: lms/templates/mathjax_accessible.html +msgid "" +"This page features MathJax technology to render mathematical formulae. To " +"make math accessibile, we suggest using the MathPlayer plugin. Please visit " +"the {link_start}MathPlayer Download Page{link_end} to download the plugin " +"for your browser." +msgstr "" +"此頁面設有MathJax技術提供數學公式。為了使數學容易使用,我們建議您使用的MathPlayer的插件。\n" +"請拜訪 {link_start}MathPlayer下載頁面{link_end}來為您的瀏覽器下載插件。" + +#: lms/templates/mathjax_accessible.html +msgid "" +"Your browser does not support the MathPlayer plugin. To use MathPlayer, " +"please use Internet Explorer 6 through 9." +msgstr "您的瀏覽器不支援 MathPlayer。要使用 MathPlayer ,請使用Internet Explorer 6 至 9。" + +#: lms/templates/module-error.html +msgid "There has been an error on the {platform_name} servers" +msgstr "{platform_name}伺服器出現了錯誤。" + +#: lms/templates/module-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" +"我們很遺憾,這個模組暫時無法工作了。我們的工程師正在盡可能快的修復這一問題。請隨時聯繫我們 {tech_support_email}來報告系統錯誤或者系統的停機。" + +#: lms/templates/module-error.html +msgid "Raw data:" +msgstr "原始資料:" + +#: lms/templates/name_changes.html +msgid "Accepted" +msgstr "接受" + +#: lms/templates/name_changes.html lms/templates/name_changes.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Error" +msgstr "錯誤" + +#: lms/templates/name_changes.html +msgid "Rejected" +msgstr "拒絕" + +#: lms/templates/name_changes.html +msgid "Pending name changes" +msgstr "正在處理名稱更改" + +#: lms/templates/name_changes.html +msgid "Confirm" +msgstr "確認" + +#: lms/templates/name_changes.html +msgid "[Reject]" +msgstr "[拒絕]" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Global Navigation" +msgstr "全球導航" + +#: lms/templates/navigation.html +msgid "Home" +msgstr "首頁" + +#: lms/templates/navigation.html +msgid "Find Courses" +msgstr "尋找課程" + +#: lms/templates/navigation.html +msgid "Dashboard for:" +msgstr "控制面板:" + +#: lms/templates/navigation.html +msgid "More options dropdown" +msgstr "更多選擇下拉清單" + +#: lms/templates/navigation.html +msgid "Log Out" +msgstr "登出" + +#: lms/templates/navigation.html +msgid "How it Works" +msgstr "運行機制" + +#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/courseware/courses.html +msgid "Courses" +msgstr "課程" + +#: lms/templates/navigation.html +msgid "Schools" +msgstr "學校" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Register Now" +msgstr "立刻註冊" + +#: lms/templates/navigation.html lms/templates/navigation.html +msgid "Log in" +msgstr "登入" + +#: lms/templates/navigation.html +msgid "" +"Warning: Your browser is not fully supported. We strongly " +"recommend using {chrome_link_start}Chrome{chrome_link_end} or " +"{ff_link_start}Firefox{ff_link_end}." +msgstr "" +"警告: 您的瀏覽器不支援全部功能!我們強烈建議您使用 {chrome_link_start}Google " +"Chrome瀏覽器{chrome_link_end}或者 {ff_link_start}Mozilla " +"Firefox火狐瀏覽器{ff_link_end}。" + +#: lms/templates/notes.html lms/templates/textannotation.html +#: lms/templates/videoannotation.html +msgid "You do not have any notes." +msgstr "您沒有任何筆記。" + +#: lms/templates/problem.html +msgid "Reset" +msgstr "重置" + +#: lms/templates/problem.html +msgid "Show Answer(s)" +msgstr "顯示答案" + +#: lms/templates/problem.html +msgid "(for question(s) above - adjacent to each field)" +msgstr "(對上述問題 - 臨近每個欄位)" + +#: lms/templates/problem.html +msgid "You have used {num_used} of {num_total} submissions" +msgstr "您已經使用了{num_total}次中的 {num_used}次提交" + +#: 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 "" + +#: lms/templates/provider_login.html +#, python-format +msgid "Return To %s" +msgstr "返回%s" + +#: lms/templates/register-shib.html +msgid "Preferences for {platform_name}" +msgstr "偏好 for {platform_name}" + +#: lms/templates/register-shib.html +msgid "Update my {platform_name} Account" +msgstr "更新我的 {platform_name} 帳號" + +#: lms/templates/register-shib.html +msgid "Processing your account information …" +msgstr "" + +#: lms/templates/register-shib.html +msgid "Welcome {username}! Please set your preferences below" +msgstr "歡迎 {username}! 請在下面設定您的偏好" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"We're sorry, {platform_name} enrollment is not available in your region" +msgstr "我們很遺憾,{platform_name} 的註冊功能在您的地區還無法使用" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "The following errors occurred while processing your registration:" +msgstr "" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "" +"Required fields are noted by bold text and an " +"asterisk (*)." +msgstr "必需的欄位已經被粗體和星號(*)所標記。" + +#: lms/templates/register-shib.html lms/templates/signup_modal.html +msgid "Enter a public username:" +msgstr "輸入一個公開的用戶名稱:" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: JaneDoe" +msgstr "例: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 "將會顯示在您參加的任何討論或論壇上" + +#: lms/templates/register-shib.html lms/templates/register.html +#: lms/templates/register.html +msgid "example: username@domain.com" +msgstr "例:username@domain.com" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "Account Acknowledgements" +msgstr "帳戶確認" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Terms of Service{link_end}" +msgstr "我同意{link_start}服務條約{link_end}" + +#: lms/templates/register-shib.html lms/templates/register.html +msgid "I agree to the {link_start}Honor Code{link_end}" +msgstr "我同意{link_start}榮譽規範{link_end}" + +#: lms/templates/register-shib.html +msgid "Update My Account" +msgstr "更新我的帳號" + +#: lms/templates/register-sidebar.html +msgid "Registration Help" +msgstr "註冊協助" + +#: lms/templates/register-sidebar.html +msgid "Already registered?" +msgstr "已經註冊過了?" + +#: lms/templates/register-sidebar.html +msgid "Click here to log in." +msgstr "點擊這裡登入。" + +#: lms/templates/register-sidebar.html +msgid "Welcome to {platform_name}" +msgstr "歡迎來到{platform_name}" + +#: lms/templates/register-sidebar.html +msgid "" +"Registering with {platform_name} gives you access to all of our current and " +"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 "" +"在 {platform_name} " +"註冊使您可以訪問所有我們現有的和將來的免費課程。即便您現在還不想馬上參與課程。註冊將會使得您在我們的郵箱列表中,這樣一旦有新的課程加入,我們將即時通知您。" + +#: lms/templates/register-sidebar.html +msgid "Next Steps" +msgstr "下一步" + +#: lms/templates/register-sidebar.html +msgid "" +"You will receive an activation email. You must click on the activation link" +" to complete the process. Don't see the email? Check your spam folder and " +"mark emails from class.stanford.edu as 'not spam', since you'll want to be " +"able to receive email from your courses." +msgstr "" +"您會收到一封啟動郵件。您必須點擊啟動連結才能完成此過程。如果沒有看見郵件,請檢查垃圾郵件。若您希望收到來自課程的郵件,請把來自class.stanford.edu的郵件標記為“非垃圾郵件”。" + +#: lms/templates/register-sidebar.html +msgid "" +"As part of joining {platform_name}, you will receive an activation email. " +"You must click on the activation link to complete the process. Don't see " +"the email? Check your spam folder and mark {platform_name} emails as 'not " +"spam'. At {platform_name}, we communicate mostly through email." +msgstr "" +"作為您加入 {platform_name} " +"過程的一部分,您會收到一封啟動郵件。您必須點擊啟動連結才能完成註冊過程。如果沒有看見郵件,請檢查垃圾郵件夾並把來自{platform_name}的郵件標記為”非垃圾郵件“。在" +" {platform_name},我們大部分都通過電子郵件聯繫。" + +#: lms/templates/register-sidebar.html +msgid "Need help in registering with {platform_name}?" +msgstr "在註冊{platform_name}時需要幫助?" + +#: lms/templates/register-sidebar.html +msgid "View our FAQs for answers to commonly asked questions." +msgstr "查看我們的FAQ來獲得常見問題的解答。" + +#: lms/templates/register-sidebar.html +msgid "" +"Once registered, most questions can be answered in the course specific " +"discussion forums or through the FAQs." +msgstr "註冊成功後,大部分問題均可在具體課程討論論壇或FAQ中得到解決。" + +#: lms/templates/register.html +msgid "Register for {platform_name}" +msgstr "{platform_name}註冊" + +#: lms/templates/register.html +msgid "Create My {platform_name} Account" +msgstr "" + +#: lms/templates/register.html +msgid "Welcome!" +msgstr "歡迎 !" + +#: lms/templates/register.html +msgid "Register below to create your {platform_name} account" +msgstr "請在下面註冊創建您的 {platform_name} 帳號" + +#: lms/templates/register.html +msgid "Please complete the following fields to register for an account. " +msgstr "請將這些欄位補充完整以註冊帳戶。" + +#: lms/templates/register.html lms/templates/register.html +msgid "cannot be changed later" +msgstr "之後無法更改" + +#: lms/templates/register.html lms/templates/verify_student/face_upload.html +msgid "example: Jane Doe" +msgstr "例:Jane Doe" + +#: lms/templates/register.html lms/templates/register.html +msgid "Needed for any certificates you may earn" +msgstr "對您可能獲得的任何證書都是必需的" + +#: lms/templates/register.html +msgid "Welcome {username}" +msgstr "歡迎 {username}" + +#: lms/templates/register.html +msgid "Enter a Public Display Name:" +msgstr "" + +#: lms/templates/register.html +msgid "Public Display Name" +msgstr "" + +#: lms/templates/register.html lms/templates/register.html +msgid "Extra Personal Information" +msgstr "" + +#: lms/templates/register.html +msgid "City" +msgstr "" + +#: lms/templates/register.html +msgid "example: New York" +msgstr "" + +#: lms/templates/register.html +msgid "Country" +msgstr "" + +#: lms/templates/register.html +msgid "Highest Level of Education Completed" +msgstr "最高教育程度" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Gender" +msgstr "性別" + +#: lms/templates/register.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Year of Birth" +msgstr "出生年份" + +#: lms/templates/register.html +msgid "Mailing Address" +msgstr "郵寄地址" + +#: lms/templates/register.html +msgid "Please share with us your reasons for registering with {platform_name}" +msgstr "請與我們分享您註冊 {platform_name}的原因" + +#: lms/templates/register.html lms/templates/university_profile/edge.html +msgid "Register" +msgstr "註冊" + +#: lms/templates/register.html lms/templates/signup_modal.html +msgid "Create My Account" +msgstr "創建我的帳號" + +#: lms/templates/resubscribe.html +msgid "Re-subscribe Successful!" +msgstr "" + +#: lms/templates/resubscribe.html +msgid "" +"You have re-enabled forum notification emails from {platform_name}. Click " +"{dashboard_link_start}here{link_end} to return to your dashboard. " +msgstr "" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +msgid "Section Navigation" +msgstr "章節導航" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Previous" +msgstr "上一個" + +#: lms/templates/seq_module.html lms/templates/seq_module.html +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "Next" +msgstr "下一個" + +#: lms/templates/signup_modal.html +msgid "Sign Up for {span_start}{platform_name}{span_end}" +msgstr "註冊加入{span_start}{platform_name}{span_end}" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "E-mail *" +msgstr "電子郵件 *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname@domain.com" +msgstr "例如:yourname@domain.com" + +#: lms/templates/signup_modal.html +msgid "Password *" +msgstr "密碼 *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Public Username *" +msgstr "公開帳戶名稱 *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. yourname (shown on forums)" +msgstr "例如:您的名字(顯示於論壇上)" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "Full Name *" +msgstr "全名 *" + +#: lms/templates/signup_modal.html lms/templates/signup_modal.html +msgid "e.g. Your Name (for certificates)" +msgstr "例如:您的名字(用於證書)" + +#: lms/templates/signup_modal.html +msgid "Welcome {name}" +msgstr "歡迎 {name}" + +#: lms/templates/signup_modal.html +msgid "Ed. Completed" +msgstr "編輯已完成" + +#: lms/templates/signup_modal.html +msgid "Year of birth" +msgstr "出生年份" + +#: lms/templates/signup_modal.html +msgid "Mailing address" +msgstr "郵寄地址" + +#: lms/templates/signup_modal.html +msgid "Goals in signing up for {platform_name}" +msgstr "註冊加入{platform_name}的目標" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Terms of Service{link_end}*" +msgstr "我同意{link_start}服務條約{link_end}*" + +#: lms/templates/signup_modal.html +msgid "I agree to the {link_start}Honor Code{link_end}*" +msgstr "我同意{link_start}榮譽規範{link_end}*" + +#: lms/templates/signup_modal.html +msgid "Already have an account?" +msgstr "已經擁有帳戶了嗎?" + +#: lms/templates/signup_modal.html +msgid "Login." +msgstr "登入" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug Info" +msgstr "工作人員除錯資訊" + +#: lms/templates/staff_problem_info.html +msgid "Submission history" +msgstr "提交歷史" + +#: lms/templates/staff_problem_info.html +msgid "{platform_name} Content Quality Assessment" +msgstr "{platform_name} 內容品質評估" + +#: lms/templates/staff_problem_info.html +msgid "Comment" +msgstr "注釋" + +#: lms/templates/staff_problem_info.html +msgid "comment" +msgstr "注釋" + +#: lms/templates/staff_problem_info.html +msgid "Tag" +msgstr "標籤" + +#: lms/templates/staff_problem_info.html +msgid "Optional tag (eg \"done\" or \"broken\"):  " +msgstr "可選標籤(例如:“完成”或“破碎”): " + +#: lms/templates/staff_problem_info.html +msgid "tag" +msgstr "標籤" + +#: lms/templates/staff_problem_info.html +msgid "Add comment" +msgstr "新增評論" + +#: lms/templates/staff_problem_info.html +msgid "Staff Debug" +msgstr "工作人員除錯" + +#: lms/templates/staff_problem_info.html +msgid "Module Fields" +msgstr "模組欄位" + +#: lms/templates/staff_problem_info.html +msgid "XML attributes" +msgstr "XML 屬性" + +#: lms/templates/staff_problem_info.html +msgid "Submission History Viewer" +msgstr "提交歷史檢視器" + +#: lms/templates/staff_problem_info.html +msgid "User:" +msgstr "用戶:" + +#: lms/templates/staff_problem_info.html +msgid "View History" +msgstr "查看歷史記錄" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "{course_number} Textbook" +msgstr "{course_number} 課本" + +#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html +#: lms/templates/staticbook.html +msgid "Textbook Navigation" +msgstr "課本導航" + +#: lms/templates/static_pdfbook.html +msgid "Page:" +msgstr "頁數:" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom Out" +msgstr "縮小" + +#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html +msgid "Zoom In" +msgstr "放大" + +#: lms/templates/static_pdfbook.html +msgid "Zoom" +msgstr "縮放" + +#: lms/templates/static_pdfbook.html +msgid "Automatic Zoom" +msgstr "自動縮放" + +#: lms/templates/static_pdfbook.html +msgid "Actual Size" +msgstr "實際大小" + +#: lms/templates/static_pdfbook.html +msgid "Fit Page" +msgstr "根據頁面調整" + +#: lms/templates/static_pdfbook.html +msgid "Full Width" +msgstr "全寬" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Previous page" +msgstr "上一頁" + +#: lms/templates/static_pdfbook.html lms/templates/staticbook.html +msgid "Next page" +msgstr "下一頁" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Sysadmin Dashboard" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Users" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Staffing and Enrollment" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Logs" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "User Management" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Email or username" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Create user" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download list of all users (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Check and repair external authentication map" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "" +"Go to each individual course's Instructor dashboard to manage course " +"enrollment." +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Manage course staff and instructors" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Download staff and instructor list (csv file)" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Administer Courses" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Repo location" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Load new course from github" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Course ID or dir" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Delete course from site" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Django PID" +msgstr "" + +#: lms/templates/sysadmin_dashboard.html +msgid "Platform Version" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Date" +msgstr "日期" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Course ID" +msgstr "課程編號" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Git Action" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "Recent git load activity for" +msgstr "" + +#: lms/templates/sysadmin_dashboard_gitlogs.html +msgid "git action" +msgstr "" + +#: lms/templates/textannotation.html +msgid "Source:" +msgstr "" + +#: lms/templates/tracking_log.html +msgid "Tracking Log" +msgstr "追蹤記錄" + +#: lms/templates/tracking_log.html +msgid "datetime" +msgstr "日期時間" + +#: lms/templates/tracking_log.html +msgid "ipaddr" +msgstr "ip位址" + +#: lms/templates/tracking_log.html +msgid "source" +msgstr "來源" + +#: lms/templates/tracking_log.html +msgid "type" +msgstr "類型" + +#: lms/templates/unsubscribe.html +msgid "Unsubscribe Successful!" +msgstr "" + +#: lms/templates/unsubscribe.html +msgid "" +"You will no longer receive forum notification emails from {platform_name}. " +"Click {dashboard_link_start}here{link_end} to return to your dashboard. If " +"you did not mean to do this, click {undo_link_start}here{link_end} to re-" +"subscribe." +msgstr "" + +#: lms/templates/using.html +msgid "Using the system" +msgstr "使用系統" + +#: lms/templates/using.html +msgid "" +"During video playback, use the subtitles and the scroll bar to navigate. " +"Clicking the subtitles is a fast way to skip forwards and backwards by small" +" amounts." +msgstr "當影片重播時,請使用字幕或者捲軸來操縱。點擊副標題可以便捷地實現向前或向後跳躍一小段。" + +#: 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 "如果您使用的是低解析度的顯示器,可以通過點擊旁邊的三個左箭頭來隱藏左邊的捲軸。" + +#: lms/templates/using.html +msgid "" +"If you need bigger or smaller fonts, use your browsers settings to scale " +"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or" +" ctrl-minus at the same time." +msgstr "" +"如果您需要更大或更小的字體,請使用瀏覽器設置實現縮放。以Google Chrome瀏覽器為例,可以透過按鍵Ctrl + +,Ctrl + " +"-來完成放大和縮小功能。" + +#: lms/templates/video.html +msgid "Skip to a navigable version of this video's transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Loading video player" +msgstr "" + +#: lms/templates/video.html +msgid "Play video" +msgstr "" + +#: lms/templates/video.html +msgid "Video position" +msgstr "" + +#: lms/templates/video.html +msgid "Play" +msgstr "播放" + +#: lms/templates/video.html +msgid "Speeds" +msgstr "速度" + +#: lms/templates/video.html +msgid "Speed" +msgstr "速度" + +#: lms/templates/video.html +msgid "Volume" +msgstr "音量" + +#: lms/templates/video.html +msgid "Fill browser" +msgstr "填寫瀏覽器" + +#: lms/templates/video.html +msgid "HD off" +msgstr "" + +#: lms/templates/video.html +msgid "Turn off captions" +msgstr "關閉字幕" + +#: lms/templates/video.html +msgid "Skip to end of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Captions" +msgstr "" + +#: lms/templates/video.html +msgid "" +"Activating an item in this group will spool the video to the corresponding " +"time point. To skip transcript, go to previous item." +msgstr "" + +#: lms/templates/video.html +msgid "Go back to start of transcript." +msgstr "" + +#: lms/templates/video.html +msgid "Download video" +msgstr "下載影片" + +#: lms/templates/video.html +msgid "Download timed transcript" +msgstr "" + +#: lms/templates/word_cloud.html +msgid "Your words:" +msgstr "您的話:" + +#: lms/templates/word_cloud.html +msgid "Total number of words:" +msgstr "總字數:" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Open Response" +msgstr "打開回復" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Assessments:" +msgstr "評估:" + +#: lms/templates/combinedopenended/combined_open_ended.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Hide Question" +msgstr "隱藏問題" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "New Submission" +msgstr "新的提交" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "Next Step" +msgstr "下一步" + +#: lms/templates/combinedopenended/combined_open_ended.html +msgid "" +"Staff Warning: Please note that if you submit a duplicate of text that has " +"already been submitted for grading, it will not show up in the staff grading" +" view. It will be given the same grade that the original received " +"automatically, and will be returned within 30 minutes if the original is " +"already graded, or when the original is graded if not." +msgstr "" + +#: lms/templates/combinedopenended/combined_open_ended_legend.html +msgid "Legend" +msgstr "說明" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Submitted Rubric" +msgstr "提交的規則" + +#: lms/templates/combinedopenended/combined_open_ended_results.html +msgid "Toggle Full Rubric" +msgstr "開關完整規則" + +#: lms/templates/combinedopenended/open_ended_result_table.html +msgid "See full feedback" +msgstr "查看所有回饋" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Respond to Feedback" +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 "您認為這個回饋正確性如何?" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Correct" +msgstr "正確" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Correct" +msgstr "部分正確" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "No Opinion" +msgstr "沒意見" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Partially Incorrect" +msgstr "部分不正確" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Incorrect" +msgstr "不正確" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Additional comments:" +msgstr "其他意見:" + +#: lms/templates/combinedopenended/open_ended_result_table.html +#: lms/templates/combinedopenended/openended/open_ended_evaluation.html +msgid "Submit Feedback" +msgstr "提交回饋" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Unanswered" +msgstr "未答覆" + +#: lms/templates/combinedopenended/openended/open_ended.html +msgid "Skip Post-Assessment" +msgstr "跳過事後評估" + +#: lms/templates/combinedopenended/openended/open_ended_error.html +msgid "There was an error with your submission. Please contact course staff." +msgstr "您的提交出現錯誤,請聯繫課程工作人員。" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "Rubric" +msgstr "專欄" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "" +"Select the criteria you feel best represents this submission in each " +"category." +msgstr "" + +#: lms/templates/combinedopenended/openended/open_ended_rubric.html +msgid "{num} point: {text}" +msgid_plural "{num} points: {text}" +msgstr[0] "" + +#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html +msgid "Please enter a hint below:" +msgstr "請在下面輸入一個提示:" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohort groups" +msgstr "同伴小組" + +#: lms/templates/course_groups/cohort_management.html +msgid "Show cohorts" +msgstr "顯示同伴" + +#: lms/templates/course_groups/cohort_management.html +msgid "Cohorts in the course" +msgstr "課程中的同伴" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort" +msgstr "新增同伴" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add users by username or email. One per line or comma-separated." +msgstr "通過用戶名或電子郵件添加使用者。每一個單獨一行或使用逗號分隔。" + +#: lms/templates/course_groups/cohort_management.html +msgid "Add cohort members" +msgstr "添加同伴成員" + +#: lms/templates/courseware/accordion.html +msgid "{chapter}, current chapter" +msgstr "{chapter},目前章節" + +#: lms/templates/courseware/accordion.html +#: lms/templates/courseware/progress.html +msgid "due {date}" +msgstr "到期日 {date}" + +#: lms/templates/courseware/course_about.html +msgid "" +"The currently logged-in user account does not have permission to enroll in " +"this course. You may need to {start_logout_tag}log out{end_tag} then try the" +" register button again. Please visit the {start_help_tag}help page{end_tag} " +"for a possible solution." +msgstr "" + +#: lms/templates/courseware/course_about.html +msgid "About {course.display_number_with_default}" +msgstr "關於{course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "" +"You are registered for this course {course.display_number_with_default}" +msgstr "您註冊了此課程{course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "View Courseware" +msgstr "查看教材" + +#: lms/templates/courseware/course_about.html +msgid "This course is in your cart." +msgstr "這個課程在您的 cart." + +#: lms/templates/courseware/course_about.html +msgid "" +"Add {course.display_number_with_default} to Cart ({currency_symbol}{cost})" +msgstr "" +"新增 {course.display_number_with_default} to Cart ({currency_symbol}{cost})" + +#: lms/templates/courseware/course_about.html +msgid "Register for {course.display_number_with_default}" +msgstr "註冊{course.display_number_with_default}" + +#: lms/templates/courseware/course_about.html +msgid "Overview" +msgstr "概述" + +#: lms/templates/courseware/course_about.html +msgid "Share with friends and family!" +msgstr "與朋友和家人分享!" + +#: lms/templates/courseware/course_about.html +msgid "Classes Start" +msgstr "課程開始" + +#: lms/templates/courseware/course_about.html +msgid "Classes End" +msgstr "課程結束" + +#: lms/templates/courseware/course_about.html +msgid "Estimated Effort" +msgstr "預期投入" + +#: lms/templates/courseware/course_about.html +msgid "Prerequisites" +msgstr "預備知識" + +#: lms/templates/courseware/course_about.html +msgid "Additional Resources" +msgstr "額外資源" + +#: lms/templates/courseware/course_navigation.html +#: lms/templates/courseware/course_navigation.html +msgid "Staff view" +msgstr "員工視圖" + +#: lms/templates/courseware/course_navigation.html +msgid "Student view" +msgstr "學生觀點" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from leading universities." +msgstr "瀏覽頂尖大學中的免費課程。" + +#: lms/templates/courseware/courses.html +msgid "Explore free courses from {university_name}." +msgstr "瀏覽{university_name}的免費課程。" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"There has been an error on the {span_start}{platform_name}{span_end} servers" +msgstr "{span_start}{platform_name}{span_end}伺服器出現錯誤。" + +#: lms/templates/courseware/courseware-error.html +msgid "" +"We're sorry, this module is temporarily unavailable. Our staff is working to" +" fix it as soon as possible. Please email us at '{tech_support_email}' to report any" +" problems or downtime." +msgstr "" +"很抱歉,這個模組目前暫時不能訪問。我們的員工正在儘快修復。請發送郵件到'{tech_support_email}'報告遇到的問題以及時間。" + +#: lms/templates/courseware/courseware.html +msgid "{course_number} Courseware" +msgstr "{course_number}教材" + +#: lms/templates/courseware/courseware.html +msgid "Return to Exam" +msgstr "返回考試" + +#: lms/templates/courseware/courseware.html +msgid "Course Navigation" +msgstr "課程導覽" + +#: lms/templates/courseware/courseware.html +msgid "Open Calculator" +msgstr "開啟計算機" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Input Field" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "" +"Use the arrow keys to navigate the tips or use the tab key to return to the " +"calculator" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Hints" +msgstr "提示" + +#: lms/templates/courseware/courseware.html +msgid "Integers" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Decimals" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Scientific notation" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Appending SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Supported SI postfixes" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Operators" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "parallel resistors function" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Functions" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Constants" +msgstr "常量" + +#: lms/templates/courseware/courseware.html +msgid "Euler's number" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "ratio of a circle's circumference to it's diameter" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Boltzmann constant" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "speed of light" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "freezing point of water in degrees Kelvin" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "fundamental charge" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculate" +msgstr "" + +#: lms/templates/courseware/courseware.html +msgid "Calculator Output Field" +msgstr "" + +#: lms/templates/courseware/grade_summary.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade summary" +msgstr "評分總結" + +#: lms/templates/courseware/grade_summary.html +msgid "Not implemented yet" +msgstr "尚未實現" + +#: lms/templates/courseware/gradebook.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook" +msgstr "成績單" + +#: lms/templates/courseware/gradebook.html +msgid "Search students" +msgstr "" + +#: lms/templates/courseware/info.html +msgid "{course_number} Course Info" +msgstr "" + +#: lms/templates/courseware/info.html lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Updates & News" +msgstr "課程更新&與新聞" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +#: lms/templates/courseware/welcome-back.html +msgid "Handout Navigation" +msgstr "講義導覽" + +#: lms/templates/courseware/info.html +#: lms/templates/courseware/welcome-back.html +msgid "Course Handouts" +msgstr "課程講義" + +#: 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 "教師控制面板" + +#: 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 "在 Studio 中編輯課程" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Psychometrics" +msgstr "心理測驗學" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admin" +msgstr "論壇管理員" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment" +msgstr "註冊" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "DataDump" +msgstr "數據轉儲 " + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Manage Groups" +msgstr "管理小組" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "yes" +msgstr "是的" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Grade Downloads" +msgstr "成績下載" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Note: some of these buttons are known to time out for larger courses. We " +"have temporarily disabled those features for courses with more than " +"{max_enrollment} students. We are urgently working on fixing this issue. " +"Thank you for your patience as we continue working to improve the platform!" +msgstr "" +"注意:有些按鈕是已知逾時較大的課程。我們已經暫時禁用這些超過{max_enrollment}學生的課程之功能。我們正加緊努力來解決這個問題。感謝您的耐心等候,我們將繼續努力改善這個平台!" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Export grades to remote gradebook" +msgstr "將成績匯出到遠程成績單" + +#: 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 "這門課程的作業必須與存儲在成績單上的保持一致,否則系統會出現錯誤。" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Gradebook name:" +msgstr "成績單名稱:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Assignment name:" +msgstr "作業名稱:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Course-specific grade adjustment" +msgstr "特定課程分數調整" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Specify a particular problem in the course here by its url:" +msgstr "通過URL來指定一個課程中的一個特定問題:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is " +"i4x://university/course/problem/problemname, then just provide the " +"problemname. If the location is " +"i4x://university/course/notaproblem/someothername, then provide " +"notaproblem/someothername.)" +msgstr "" +"您可以使用 \"urlname\"如果這是一個問題,否則使用\"modulename/urlname\"。(如當前地址是 " +"i4x://university/course/problem/problemname,您可以僅提供problemname。如果當前地址是i4x://university/course/notaproblem/someothername,那麼請提供notaproblem/someothername。)" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "Then select an action:" +msgstr "然後選擇一個操作:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"These actions run in the background, and status for active tasks will appear" +" in a table below. To see status for all tasks submitted for this problem, " +"click on this button:" +msgstr "這些項目在後臺運行,而活躍任務狀態會出現在如下表格中。如果您想查看這個問題的所有提交的狀態,請點擊這個按鈕:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student-specific grade inspection and adjustment" +msgstr "特定學生分數檢查和調整" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Specify the {platform_name} email address or username of a student here:" +msgstr "在這可以查看{platform_name}的郵寄地址以及學生的用戶名:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Click this, and a link to student's progress page will appear below:" +msgstr "點擊這裡,之後下面會出現一個學生進度頁面的連結:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"You may also delete the entire state of a student for the specified module:" +msgstr "您也可以刪除一個特定模組的學生的全部狀態" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" a table below. To see status for all tasks submitted for this problem and " +"student, click on this button:" +msgstr "後臺正在重新評分,活躍任務狀態會出現在如下表格中。如果您要查看關於這個問題所有提交的狀態,點擊這個按鈕。" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Select a problem and an action:" +msgstr "選擇問題和操作:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"User requires forum administrator privileges to perform administration " +"tasks. See instructor." +msgstr "使用者需要論壇管理員許可權來完成管理任務。查看教師。" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Explanation of Roles:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Moderators: can edit or delete any post, remove misuse flags, close " +"and re-open threads, endorse responses, and see posts from all cohorts (if " +"the course is cohorted). Moderators' posts are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Forum Admins: have moderator privileges, as well as the ability to edit the " +"list of forum moderators (e.g. to appoint a new moderator). Admins' posts " +"are marked as 'staff'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Community TAs: have forum moderator privileges, and their posts are labelled" +" 'Community TA'." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Enrollment Data" +msgstr "招生數據" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Pull enrollment from remote gradebook" +msgstr "從遠程成績單中獲取註冊人數" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Section:" +msgstr "章節:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Batch Enrollment" +msgstr "批次招生" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enroll or un-enroll one or many students: enter emails, separated by new " +"lines or commas;" +msgstr "註冊或未註冊的一個或多個學生:輸入電子郵件地址,用逗號或隔行來分隔;" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify students by email" +msgstr "透過電子郵件通知學生" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Auto-enroll students when they activate" +msgstr "當啟動時自動註冊的學生" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Problem urlname:" +msgstr "問題的URL名稱:" + +#. Translators: days_early_for_beta should not be translated +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Enter usernames or emails for students who should be beta-testers, one per " +"line, or separated by commas. They will get to see course materials early, " +"as configured via the days_early_for_beta option in the course " +"policy." +msgstr "" +"輸入要成為測試用戶的學生的用戶名或郵寄地址,一行一個,或者以逗號分開。他們可以在課程設置裡指定的提前測試日期看到課程的材料。" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send to:" +msgstr "發至:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Myself" +msgstr "我自己" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Staff and instructors" +msgstr "員工與導師" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "All (students, staff and instructors)" +msgstr "所有人(學生,員工和導師)" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Subject: " +msgstr "主題:" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "(Max 128 characters)" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Please try not to email students more than once per week. Important things " +"to consider before sending:" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you read over the email to make sure it says everything you want to " +"say?" +msgstr "您是否通讀過郵件以確保郵件已經包含您想說的全部內容?" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Have you sent the email to yourself first to make sure you're happy with how" +" it's displayed, and that embedded links and images work properly?" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "CAUTION!" +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Once the 'Send Email' button is clicked, your email will be queued for " +"sending." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "A queued email CANNOT be cancelled." +msgstr "" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "No Analytics are available at this time." +msgstr "目前沒有可用的分析資料" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students enrolled:" +msgstr "註冊的學生:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students active in the last week:" +msgstr "上週積極的學生:" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Student activity day by day" +msgstr "每天學生的活動" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Day" +msgstr "日" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students" +msgstr "學生" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Answer distribution for problems" +msgstr "問題的答案分佈" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Problem" +msgstr "問題" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Max" +msgstr "最大" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Points Earned (Num Students)" +msgstr "得分(學生數目)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Students answering correctly" +msgstr "回答正確的學生" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Number of students" +msgstr "學生數目" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "" +"Student distribution per country, all courses, Sep-12 to Oct-17, 1 server " +"(shown here as an example):" +msgstr "每個國家的學生分佈,所有課程,9月12日到10月17日,一台伺服器(這裡顯示了一個樣例):" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Pending Instructor Tasks" +msgstr "待定教師任務" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Type" +msgstr "任務類型" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task inputs" +msgstr "任務輸入" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Id" +msgstr "任務編號" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Requester" +msgstr "請求者" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task State" +msgstr "任務狀態" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Duration (sec)" +msgstr "持續時間(秒)" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Task Progress" +msgstr "任務進度" + +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +msgid "unknown" +msgstr "未知" + +#: lms/templates/courseware/instructor_dashboard.html +msgid "Course errors" +msgstr "課程錯誤" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "About {course_id}" +msgstr "關於{course_id}" + +#: lms/templates/courseware/mktg_coming_soon.html +msgid "Coming Soon" +msgstr "即將來臨" + +#: lms/templates/courseware/mktg_course_about.html +msgid "About {course_number}" +msgstr "關於{course_number}" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Access Courseware" +msgstr "存取教材" + +#: lms/templates/courseware/mktg_course_about.html +msgid "You Are Registered" +msgstr "您已經註冊" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Register for" +msgstr "註冊" + +#: lms/templates/courseware/mktg_course_about.html +msgid "Registration Is Closed" +msgstr "註冊已經截止" + +#: lms/templates/courseware/mktg_course_about.html +#: lms/templates/courseware/mktg_course_about.html +msgid "enroll" +msgstr "註冊" + +#: lms/templates/courseware/news.html +msgid "News - MITx 6.002x" +msgstr "新聞 - MITx 6.002x" + +#: lms/templates/courseware/news.html +msgid "Updates to Discussion Posts You Follow" +msgstr "更新您參與討論的發表" + +#: lms/templates/courseware/progress.html +msgid "{course_number} Progress" +msgstr "{course_number}進度" + +#: lms/templates/courseware/progress.html +msgid "Course Progress for Student '{username}' ({email})" +msgstr "學生 '{username}' ({email}) 的課程進度" + +#: lms/templates/courseware/progress.html +msgid "{earned:.3n} of {total:.3n} possible points" +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Problem Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "Practice Scores: " +msgstr "" + +#: lms/templates/courseware/progress.html +msgid "No problem scores in this section" +msgstr "本章節尚未得到任何問題計分" + +#: lms/templates/courseware/syllabus.html +msgid "{course.display_number_with_default} Course Info" +msgstr "{course.display_number_with_default}課程資訊" + +#: lms/templates/courseware/syllabus.html +msgid "Syllabus" +msgstr "教學大綱" + +#: 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 "您最近在{section_link}。如果您已經完成此章節,請選擇左側的另一個章節。" + +#: 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 "最終課程細節目前正在被封閉。您很快就能看到最終名次。" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your final grade:" +msgstr "您的最終得分:" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Grade required for a certificate:" +msgstr "獲取證書所需分數:" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your verified certificate is being held pending confirmation that the " +"issuance of your certificate is in compliance with strict U.S. embargoes on " +"Iran, Cuba, Syria and Sudan. If you think our system has mistakenly " +"identified you as being connected with one of those countries, please let us" +" know by contacting {email}. If you would like a refund on your certificate," +" please contact our billing address {billing_email}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Your certificate is being held pending confirmation that the issuance of " +"your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, " +"Syria and Sudan. If you think our system has mistakenly identified you as " +"being connected with one of those countries, please let us know by " +"contacting {email}." +msgstr "" +"按照美國對伊朗,古巴,敘利亞和蘇丹的嚴格禁運,您的證書核發處於待決狀態。如果您認為我們的系統在認定您與這些國家的聯繫中有失公允,請通過聯繫{電子郵件}讓我們知道。" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Your Certificate is Generating" +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 "這個連結會打開或下載一個PDF文件" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your Certificate (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"Since we did not have a valid set of verification photos from you when " +"certificates were generated, we could not grant you a verified certificate. " +"An honor code certificate has been granted instead." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "" +"This link will open/download a PDF document of your verified certificate." +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Download Your ID Verified Certificate of Achievement (PDF)" +msgstr "" + +#: lms/templates/dashboard/_dashboard_certificate_information.html +msgid "Complete our course feedback survey" +msgstr "完成我們的課程回饋調查" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "{course_number} {course_name} Cover Image" +msgstr "{course_number} {course_name} 封面圖片" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Enrolled as: " +msgstr "登記為:" + +#: lms/templates/dashboard/_dashboard_course_listing.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +#: lms/templates/verify_student/_verification_header.html +msgid "ID Verified" +msgstr "ID 已驗證" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Completed - {end_date}" +msgstr "課程已完成 - {end_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Started - {start_date}" +msgstr "課程已開始 - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Course Starts - {start_date}" +msgstr "課程開始 - {start_date}" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Document your accomplishment!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Challenge Yourself!" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Take this course as an ID-verified student." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "" +"You can still sign up for an ID verified certificate for this course. If you" +" plan to complete the whole course, it is a great way to recognize your " +"achievement. {a_start}Learn more about verified certificates{a_end}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Upgrade to Verified Track" +msgstr "" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Archived Course" +msgstr "查看已存檔的課程" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "View Course" +msgstr "檢視課程" + +#: lms/templates/dashboard/_dashboard_course_listing.html +msgid "Email Settings" +msgstr "電子郵件設定" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "You need to re-verify to continue" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in the following courses, you need to " +"re-verify your identity:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "{course_name}: Re-verify by {date}" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Notification Actions" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course_name}, you need to re-verify" +" your identity by {date}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Your re-verification failed" +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "" +"Your re-verification for {course_name} failed and you are no longer eligible" +" for a Verified Certificate. If you think this is in error, please contact " +"us at {email}." +msgstr "" + +#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html +msgid "Dismiss" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verification now open for:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Re-verify now:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Pending:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Denied:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_reverification_sidebar.html +msgid "Approved:" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "ID-Verification Status" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Reviewed and Verified" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Your verification status is good for one year after submission." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"Your verification photos have been submitted and will be reviewed shortly." +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "Re-verify Yourself" +msgstr "" + +#: lms/templates/dashboard/_dashboard_status_verification.html +msgid "" +"If you fail to pass a verification attempt before your course ends, you will" +" not receive a verified certificate." +msgstr "" + +#: lms/templates/debug/run_python_form.html +msgid "Results:" +msgstr "結果:" + +#: lms/templates/discussion/_blank_slate.html +msgid "" +"Sorry! We can't find anything matching your search. Please try another " +"search." +msgstr "抱歉,沒有找不到您的查詢內容。請嘗試其他查詢。" + +#: lms/templates/discussion/_blank_slate.html +msgid "There are no posts here yet. Be the first one to post!" +msgstr "目前還沒有任何發表。成為第一位發表的人吧!" + +#: lms/templates/discussion/_discussion_course_navigation.html +#: lms/templates/discussion/_discussion_module.html +msgid "New Post" +msgstr "發表文章" + +#: lms/templates/discussion/_discussion_module.html +msgid "Show Discussion" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Filter Topics" +msgstr "過濾主題" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "filter topics" +msgstr "" + +#: lms/templates/discussion/_filter_dropdown.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_thread_list_template.html +msgid "Show All Discussions" +msgstr "顯示所有討論" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Show Flagged Discussions" +msgstr "顯示被標記的討論" + +#: lms/templates/discussion/_filter_dropdown.html +msgid "Posts I'm Following" +msgstr "我參與的發表" + +#: 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 "追蹤此文" + +#: 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 "匿名發表" + +#: 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 "以匿名方式向同學發表" + +#. Translators: This labels the selector for which group of students can view +#. a +#. post +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Make visible to:" +msgstr "對其可見:" + +#: lms/templates/discussion/_inline_new_post.html +msgid "My Cohort" +msgstr "我的同伴" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +msgid "new post title" +msgstr "新文章標題" + +#: lms/templates/discussion/_inline_new_post.html +#: lms/templates/discussion/_new_post.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_discussion.mustache +#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache +msgid "Title" +msgstr "" + +#: 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 "Enter your question or comment…" +msgstr "" + +#: 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 "Add post" +msgstr "新增發表" + +#: lms/templates/discussion/_new_post.html +msgid "Create new post about:" +msgstr "創建新的發表關於:" + +#: lms/templates/discussion/_new_post.html +msgid "Filter List" +msgstr "過濾列表" + +#: lms/templates/discussion/_new_post.html +msgid "Filter discussion areas" +msgstr "" + +#: lms/templates/discussion/_recent_active_posts.html +msgid "Following" +msgstr "參與" + +#: lms/templates/discussion/_search_bar.html +msgid "Search posts" +msgstr "搜尋發表" + +#: lms/templates/discussion/_similar_posts.html +msgid "Hide" +msgstr "隱藏" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Home" +msgstr "討論首頁" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion Topics" +msgstr "討論主題" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Discussion topics; current selection is: " +msgstr "討論主題; 目前選擇是:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Search all discussions" +msgstr "" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Sort by:" +msgstr "排序:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "date" +msgstr "日期" + +#: lms/templates/discussion/_thread_list_template.html +msgid "votes" +msgstr "票數" + +#: lms/templates/discussion/_thread_list_template.html +msgid "comments" +msgstr "評論" + +#: lms/templates/discussion/_thread_list_template.html +msgid "Show:" +msgstr "顯示:" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View All" +msgstr "查看所有" + +#: lms/templates/discussion/_thread_list_template.html +msgid "View as {name}" +msgstr "以{name}查看" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Add A Response" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread.mustache +#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache +msgid "Loading content" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/discussion/mustache/_profile_thread.mustache +msgid "This thread is closed." +msgstr "這項主題已經關閉。" + +#: 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 "發表一項回應:" + +#: 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/discussion/mustache/_profile_thread.mustache +msgid "anonymous" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "• This thread is closed." +msgstr "• 這項主題已經關閉。" + +#: lms/templates/discussion/_underscore_templates.html +msgid "follow" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow this post" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Misuse" +msgstr "報告濫用" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "pin this thread" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +msgid "Pin Thread" +msgstr "標記主題" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "(this post is about %(courseware_title_linked)s)" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Close" +msgstr "關閉" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing post" +msgstr "編輯發表" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Edit post title" +msgstr "編輯文章標題" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update post" +msgstr "更新發表" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment" +msgstr "新增評論" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Add a comment..." +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "endorse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Editing response" +msgstr "編輯回應" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Update response" +msgstr "更新回應" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "-posted %(time_ago)s by" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "" +"%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s " +"unread comments)%(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(comments_count)s %(span_sr_open)scomments %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +#, python-format +msgid "%(votes_up_count)s%(span_sr_open)s votes %(span_close)s" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "DISCUSSION HOME:" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "HOW TO USE EDX DISCUSSIONS" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Find discussions" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Focus in on specific topics" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Search for specific posts " +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Sort by date, vote, or comments" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Engage with posts" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Upvote posts and good responses" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Report Forum Misuse" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Follow posts for updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Receive updates" +msgstr "" + +#: lms/templates/discussion/_underscore_templates.html +msgid "Toggle Notifications Setting" +msgstr "切換通知設定" + +#: lms/templates/discussion/_underscore_templates.html +msgid "" +"Check this box to receive an email digest once a day notifying you about " +"new, unread activity from posts you are following." +msgstr "" + +#: lms/templates/discussion/_user_profile.html +msgid ", " +msgstr "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s discussion started" +msgid_plural "%s discussions started" +msgstr[0] "" + +#: lms/templates/discussion/_user_profile.html +#, python-format +msgid "%s comment" +msgid_plural "%s comments" +msgstr[0] "" + +#: lms/templates/discussion/index.html +#: lms/templates/discussion/user_profile.html +msgid "Discussion - {course_number}" +msgstr "討論 - {course_number}" + +#: lms/templates/discussion/maintenance.html +msgid "We're sorry" +msgstr "很抱歉" + +#: lms/templates/discussion/maintenance.html +msgid "" +"The forums are currently undergoing maintenance. We'll have them back up " +"shortly!" +msgstr "論壇現在正在維護,將儘快恢復正常。" + +#: lms/templates/discussion/user_profile.html +msgid "User Profile" +msgstr "使用者資料" + +#: lms/templates/discussion/user_profile.html +msgid "Active Threads" +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" +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "This thread has been pinned by course staff." +msgstr "" + +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +msgid "Pinned" +msgstr "" + +#: lms/templates/discussion/mustache/_pagination.mustache +#: lms/templates/discussion/mustache/_pagination.mustache +msgid "…" +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "{course_number} Staff Grading" +msgstr "{course_number} 工作人員評分" + +#: lms/templates/instructor/staff_grading.html +msgid "Staff grading" +msgstr "員工評分" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"This is the list of problems that currently need to be graded in order to " +"train AI grading and create calibration essays for peer grading. Each " +"problem needs to be treated separately, and we have indicated the number of " +"student submissions that need to be graded. You can grade more than the " +"minimum required number of submissions--this will improve the accuracy of AI" +" grading, though with diminishing returns. You can see the current accuracy " +"of AI grading in the problem view." +msgstr "" +"這是一個目前需要被分級以進行AI分級及創建校準散文給同儕評分的問題列表。每個問題需要被分開來處理,我們已經表示出需要被分級的學生意見書數量。您可以分級超過最小需求數量的提交" +"--這將改善AI評級的準確定,雖然diminishing returns。您可以看到現在目前AI分級在problem view的準確度。" + +#: lms/templates/instructor/staff_grading.html +msgid "Problem List" +msgstr "問題列表" + +#: lms/templates/instructor/staff_grading.html +msgid "" +"Please note that when you see a submission here, it has been temporarily " +"removed from the grading pool. The submission will return to the grading " +"pool after 30 minutes without any grade being submitted. Hitting the back " +"button will result in a 30 minute wait to be able to grade this submission " +"again." +msgstr "" + +#: lms/templates/instructor/staff_grading.html +msgid "Prompt" +msgstr "提示" + +#: lms/templates/instructor/staff_grading.html +msgid "(Hide)" +msgstr "(隱藏)" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Student Response" +msgstr "學生回應" + +#: lms/templates/instructor/staff_grading.html +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Written Feedback" +msgstr "書面回饋" + +#: lms/templates/instructor/staff_grading.html +msgid "Feedback for student (optional)" +msgstr "學生回饋(可選)" + +#: lms/templates/instructor/staff_grading.html +msgid "Flag as inappropriate content for later review" +msgstr "被標記為不恰當的內容,需要再次審查" + +#: lms/templates/instructor/staff_grading.html +msgid "Skip" +msgstr "跳過" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Grade Distribution" +msgstr "成績分佈" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Loading problem list..." +msgstr "載入問題列表..." + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Gender Distribution" +msgstr "性別分佈" + +#: lms/templates/instructor/instructor_dashboard_2/analytics.html +msgid "Level of Education" +msgstr "教育水準" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Enrollment Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Total number of enrollees (instructors, staff members, and students)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Basic Course Information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Display Name:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course started?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Yes" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "No" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Has the course ended?" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Grade Cutoffs:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "The status for any active tasks appears in a table below." +msgstr "任活動任務的狀態在一個表中顯示如下。" + +#: lms/templates/instructor/instructor_dashboard_2/course_info.html +msgid "Course Warnings" +msgstr "課程警告" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button displays a list of all students enrolled in this " +"course, along with profile information such as email address and username. " +"The data can also be downloaded as a CSV file." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "List enrolled students' profile information" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download profile information as a CSV" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Displays the grading configuration for the course. The grading configuration" +" is the breakdown of graded subsections of the course (such as exams and " +"problem sets), and can be changed on the 'Grading' page (under 'Settings') " +"in Studio." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grading Configuration" +msgstr "評分標準" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Download a CSV of anonymized student IDs by clicking this button." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Get Student Anonymized IDs CSV" +msgstr "取得學生的匿名 IDs CSV" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Grade Reports" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The following button will generate a CSV grade report for all currently " +"enrolled students. Generated reports appear in a table below and can be " +"downloaded." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"For large courses, generating this report may take several hours. Please be " +"patient and do not click the button multiple times. Clicking the button " +"multiple times will significantly slow the grade generation process." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"The report is generated in the background, meaning it is OK to navigate away" +" from this page while your report is generating." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Generate Grade Report" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "Reports Available for Download" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/data_download.html +msgid "" +"Unique, new file links for the CSV reports are generated on each visit to " +"this page. These unique links expire within 5 minutes, due to the sensitive " +"nature of student grade information. Please note that the report filename " +"contains a timestamp that represents when your file was generated; this " +"timestamp is UTC, not your local timezone." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Individual due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"In this section, you have the ability to grant extensions on specific units " +"to individual students. Please note that the latest date is always taken; " +"you cannot use this tool to make an assignment due earlier for a particular " +"student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Choose the graded unit:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Specify the extension due date and time (in UTC; please specify MM/DD/YYYY " +"HH:MM)" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Change due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Viewing granted extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Here you can see what extensions have been granted on particular units or " +"for a particular student." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Choose a graded unit and click the button to obtain a list of all students " +"who have extensions for the given unit." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List all students with due date extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Specify a specific student to see all of that student's extensions." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "List date extensions for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Resetting extensions" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "" +"Resetting a problem's due date rescinds a due date extension for a student " +"on a particular unit. This will revert the due date for the student back to " +"the problem's original due date." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/extensions.html +msgid "Reset due date for student" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "Back to Standard Dashboard" +msgstr "回到標準訊息視窗" + +#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +msgid "section_display_name" +msgstr "章節_顯示_名稱" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enter student emails separated by new lines or commas." +msgstr "輸入學生的電子郵件,由分行符號或逗號分隔。" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Student Emails" +msgstr "學生的電子郵件信箱" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto-Enroll" +msgstr "自動註冊" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Auto Enroll" +msgstr "自動註冊" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is checked, students who have not yet registered for" +" edX will be automatically enrolled." +msgstr "如果自動登記已經被核查,尚未註冊EDX的學生將被自動登記。" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If auto enroll is left unchecked, students who have not yet " +"registered for edX will not be enrolled, but will be allowed to enroll." +msgstr "如果自動登記尚未被核查,尚未註冊EDX的學生將不能登記,但將稍後被允許登記。" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Notify-students-by-email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"If email students is checked students will receive an email " +"notification." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Enroll" +msgstr "註冊" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Unenroll" +msgstr "未註冊" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Administration List Management" +msgstr "管理員列表管理" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Getting available lists..." +msgstr "取得可用清單..." + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Staff cannot modify staff or beta tester lists. To modify these lists, " +"contact your instructor and ask them to add you as an instructor for staff " +"and beta lists, or a forum admin for forum management." +msgstr "工作人員無法修改員工列表或測試者列表。要修改這些列表,請聯繫您的導師並要求他們將您加入員工和測試列表,或論壇管理員。" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Course Staff" +msgstr "課程人員" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Course staff can help you manage limited aspects of your course. Staff can " +"enroll and unenroll students, as well as modify their grades and see all " +"course data. Course staff are not automatically given access to Studio and " +"will not be able to edit your course." +msgstr "" +"課程工作人員可以説明您管理課程的部分方面。工作人員可以幫您登記或取消登記,修改成績和看到所有課程資料。課程工作人員不會自動獲取訪問工作室的許可權,無法編輯您的課程。" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Staff" +msgstr "添加員工" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Instructors" +msgstr "導師" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Instructors are the core administration of your course. Instructors can add " +"and remove course staff, as well as administer forum access." +msgstr "導師是您課程管理的核心人員。導師可以添加和刪除課程工作人員,以及管理者論壇許可權。" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Instructor" +msgstr "添加導師" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Testers" +msgstr "Beta測試者" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Beta testers can see course content before the rest of the students. They " +"can make sure that the content works, but have no additional privileges." +msgstr "Beta測試者可以在其餘學生之前看到課程內容。他們可以確保內容有效,但沒有額外特權。" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Beta Tester" +msgstr "Beta測試者" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Admins" +msgstr "論壇管理員" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum admins can edit or delete any post, clear misuse flags, close and re-" +"open threads, endorse responses, and see posts from all cohorts. They CAN " +"add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Moderators" +msgstr "論壇版主" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Forum moderators can edit or delete any post, clear misuse flags, close and " +"re-open threads, endorse responses, and see posts from all cohorts. They " +"CANNOT add/delete other moderators and their posts are marked as 'staff'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Add Moderator" +msgstr "添加版主" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "Forum Community TAs" +msgstr "論壇社區助教" + +#: lms/templates/instructor/instructor_dashboard_2/membership.html +msgid "" +"Community TA's are members of the community whom you deem particularly " +"helpful on the forums. They can edit or delete any post, clear misuse flags," +" close and re-open threads, endorse responses, and see posts from all " +"cohorts. Their posts are marked 'Community TA'." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Send Email" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Please try not to email students more than once per week. Before sending " +"your email, consider:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"Email actions run in the background. The status for any active tasks - " +"including email tasks - appears in a table below." +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "" +"To see the status for all bulk email tasks ever submitted for this course, " +"click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/send_email.html +msgid "Show Email Task History" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade inspection" +msgstr "學生特定等級檢驗" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Email or Username" +msgstr "學生 Email 或 使用者名稱" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Click this link to view the student's progress page:" +msgstr "點擊此連結查看學生的學習進度頁面:" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student Progress Page" +msgstr "學生進度頁面" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Student-specific grade adjustment" +msgstr "特定學生分數調整" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Problem urlname" +msgstr "問題網址" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may use just the \"urlname\" if a problem, or \"modulename/urlname\" if " +"not. (For example, if the location is {location1}, then just provide the " +"{urlname1}. If the location is {location2}, then provide {urlname2}.)" +msgstr "" +"您可以使用\"urlname\"如果這是一個問題,否則使用\"modulename/urlname\"。(如當前位址是{location1},您可以僅提供{urlname1}。如果當前地址是{location2},那麼請提供{urlname2}。)" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Next, select an action to perform for the given user and problem:" +msgstr "下一步,選擇一個動作以執行給定的使用者和問題:" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset Student Attempts" +msgstr "重定學生嘗試記錄" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore Student Submission" +msgstr "恢復學生提交記錄" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"You may also delete the entire state of a student for the specified problem:" +msgstr "您也可以刪除一個特定問題的學生的全部狀態:" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Delete Student State for Problem" +msgstr "刪除學生問題狀態" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"Rescoring runs in the background, and status for active tasks will appear in" +" the 'Pending Instructor Tasks' table. To see status for all tasks submitted" +" for this problem and student, click on this button:" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Student" +msgstr "顯示背景任務歷史給學生" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Then select an action" +msgstr "選擇一個操作" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Reset ALL students' attempts" +msgstr "重置所有學生的嘗試" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Rescore ALL students' problem submissions" +msgstr "為所有學生的問題提交重新評分" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "" +"The above actions run in the background, and status for active tasks will " +"appear in a table on the Course Info tab. To see status for all tasks " +"submitted for this problem, click on this button" +msgstr "" + +#: lms/templates/instructor/instructor_dashboard_2/student_admin.html +msgid "Show Background Task History for Problem" +msgstr "顯示關於問題的任務背景歷史記錄" + +#: lms/templates/licenses/serial_numbers.html +msgid "None Available" +msgstr "沒有可用的" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "{course_number} Combined Notifications" +msgstr "{course_number} 所有通知" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Open Ended Console" +msgstr "開啟終端機" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "Here are items that could potentially need your attention." +msgstr "下面是一些可能需要您注意的事項。" + +#: lms/templates/open_ended_problems/combined_notifications.html +msgid "No items require attention at the moment." +msgstr "目前沒有需要注意的事項" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "{course_number} Flagged Open Ended Problems" +msgstr "{course_number} 標記的開放性問題" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Flagged Open Ended Problems" +msgstr "標記的開放性問題" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "" +"Here are a list of open ended problems for this course that have been " +"flagged by students as potentially inappropriate." +msgstr "下面是這門課程裡的一些被學生標記為可能不恰當的開放性題目。" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "No flagged problems exist." +msgstr "未存在已標記的題目。" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Response" +msgstr "回覆" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Unflag" +msgstr "取消標記" + +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +msgid "Ban" +msgstr "禁止" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "{course_number} Open Ended Problems" +msgstr "{course_number} 開放性問題" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Open Ended Problems" +msgstr "開放性問題" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Here is a list of open ended problems for this course." +msgstr "以下是這個課程的一些開放性問題。" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "You have not attempted any open ended problems yet." +msgstr "您還沒有嘗試任何開放性問題。" + +#: lms/templates/open_ended_problems/open_ended_problems.html +#: lms/templates/peer_grading/peer_grading.html +msgid "Problem Name" +msgstr "問題名稱" + +#: lms/templates/open_ended_problems/open_ended_problems.html +msgid "Grader Type" +msgstr "評分者類型" + +#: lms/templates/peer_grading/peer_grading.html +msgid "" +"\n" +"{p_tag}You currently do not have any peer grading to do. In order to have peer grading to do:\n" +"{ul_tag}\n" +"{li_tag}You need to have submitted a response to a peer grading problem.{end_li_tag}\n" +"{li_tag}The instructor needs to score the essays that are used to help you better understand the grading\n" +"criteria.{end_li_tag}\n" +"{li_tag}There must be submissions that are waiting for grading.{end_li_tag}\n" +"{end_ul_tag}\n" +"{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." +msgstr "以下是這門課程中需要進行相互評分的問題列表。" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Due date" +msgstr "截止日期" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Graded" +msgstr "已評分" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Available" +msgstr "可用的" + +#: lms/templates/peer_grading/peer_grading.html +msgid "Required" +msgstr "需要" + +#: lms/templates/peer_grading/peer_grading.html +msgid "No due date" +msgstr "沒有截止日期" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "" +"The due date has passed, and peer grading for this problem is closed at this" +" time." +msgstr "截止日期已過,這個問題的互評環節現在已經關閉。" + +#: lms/templates/peer_grading/peer_grading_closed.html +msgid "The due date has passed, and peer grading is closed at this time." +msgstr "截止日期已過,互評環節現在已經關閉。" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to Grade" +msgstr "學習如何評分" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Please include some written feedback as well." +msgstr "請給出一些書面回饋。" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"This submission has explicit, offensive, or (I suspect) plagiarized content." +" " +msgstr "這個提交有明確的,令人反感的,或者 (我懷疑) 抄襲內容。" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "How did I do?" +msgstr "我應該怎麼做?" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Continue" +msgstr "繼續" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Ready to grade!" +msgstr "準備好進行評價!" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You have finished learning to grade, which means that you are now ready to " +"start grading." +msgstr "您已完成了評分學習,這意味著現在您可以開始評分了。" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start Grading!" +msgstr "開始評分!" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Learning to grade" +msgstr "學習如何評分" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "You have not yet finished learning to grade this problem." +msgstr "您尚未完成學習以針對此問題評分。" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You will now be shown a series of instructor-scored essays, and will be " +"asked to score them yourself." +msgstr "一系列由導師打分的文章將展示給您,您將被要求自行給它們打分。" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"Once you can score the essays similarly to an instructor, you will be ready " +"to grade your peers." +msgstr "一旦您能夠像導師一樣給文章打分,您就可以給您的同學評分了。" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Start learning to grade" +msgstr "開始學習如何評分" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Are you sure that you want to flag this submission?" +msgstr "您確定要標記此次提交嗎?" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "" +"You are about to flag a submission. You should only flag a submission that " +"contains explicit, offensive, or (suspected) plagiarized content. If the " +"submission is not addressed to the question or is incorrect, you should give" +" it a score of zero and accompanying feedback instead of flagging it." +msgstr "" +"您將要舉報一個提交結果。只有當這個提交結果裡面包含露骨或令人反感或者(懷疑)抄襲的內容,您才應該舉報。如果這個提交結果不正確或者文不對題,您應該給它打零分並且給出相應的回饋意見,而不是舉報它。" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Remove Flag" +msgstr "移除標記" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Keep Flag" +msgstr "保留標記" + +#: lms/templates/peer_grading/peer_grading_problem.html +msgid "Go Back" +msgstr "返回" + +#: lms/templates/registration/activate_account_notice.html +msgid "Thanks For Registering!" +msgstr "感謝您的註冊!" + +#: 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 "您的帳號尚未啟動。我們已發送一封電子郵件至{email},裡面包含一個啟動帳號的連結,以及啟動帳號的操作說明。" + +#: lms/templates/registration/activation_complete.html +msgid "Activation Complete!" +msgstr "啟用完成!" + +#: lms/templates/registration/activation_complete.html +msgid "Account already active!" +msgstr "帳號已經啟用!" + +#: lms/templates/registration/activation_complete.html +msgid "You can now {link_start}log in{link_end}." +msgstr "您可以現在{link_start}登入{link_end}。" + +#: lms/templates/registration/activation_invalid.html +msgid "Activation Invalid" +msgstr "無效的啟動" + +#: lms/templates/registration/activation_invalid.html +msgid "" +"Something went wrong. Check to make sure the URL you went to was correct -- " +"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 "出現錯誤。請檢查您輸入的URL是否正確。電子郵件用戶端有時會將URL分成兩行。如果仍出現錯誤,請發電子郵件至 {email}。" + +#: lms/templates/registration/activation_invalid.html +msgid "Or you can go back to the {link_start}home page{link_end}." +msgstr "或者您可以返回至 {link_start}主頁{link_end}。" + +#: lms/templates/registration/password_reset_done.html +msgid "Password reset successful" +msgstr "密碼重置成功" + +#: 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 "我們已經給您的郵箱發送郵件,您應該能夠很快收到,請按照郵件裡的指示設置密碼。" + +#: lms/templates/shoppingcart/download_report.html +msgid "Download CSV Data" +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "These reports are delimited by start and end dates." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Date: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "" +"These reports are delimited alphabetically by university name. i.e., " +"generating a report with 'Start Letter' A and 'End Letter' C will generate " +"reports for all universities starting with A, B, and C." +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "Start Letter: " +msgstr "" + +#: lms/templates/shoppingcart/download_report.html +msgid "End Letter: " +msgstr "" + +#: lms/templates/shoppingcart/error.html +msgid "Payment Error" +msgstr "支付錯誤" + +#: lms/templates/shoppingcart/error.html +msgid "There was an error processing your order!" +msgstr "處理您的訂單時出現了一個錯誤!" + +#: lms/templates/shoppingcart/list.html +msgid "Your Shopping Cart" +msgstr "您的購物車" + +#: lms/templates/shoppingcart/list.html +msgid "Your selected items:" +msgstr "您選擇的項目:" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Unit Price" +msgstr "單價" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Price" +msgstr "價格" + +#: lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +msgid "Total Amount" +msgstr "總數" + +#: lms/templates/shoppingcart/list.html +msgid "You have selected no items for purchase." +msgstr "您沒有選擇要購買的項目。" + +#: lms/templates/shoppingcart/receipt.html +msgid "Register for [Course Name] | Receipt (Order" +msgstr "註冊 for [Course Name] | Receipt (Order" + +#: lms/templates/shoppingcart/receipt.html +msgid " () Electronic Receipt" +msgstr "() 電子收據" + +#: lms/templates/shoppingcart/receipt.html +msgid "Order #" +msgstr "訂單號" + +#: lms/templates/shoppingcart/receipt.html +msgid "Date:" +msgstr "日期:" + +#: lms/templates/shoppingcart/receipt.html +msgid "Items ordered:" +msgstr "訂單專案:" + +#: lms/templates/shoppingcart/receipt.html +msgid "Qty" +msgstr "數量" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Note: items with strikethough like " +msgstr "注意:劃了刪除線的項目" + +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid " have been refunded." +msgstr "已退款。" + +#: lms/templates/shoppingcart/receipt.html +msgid "Billed To:" +msgstr "付款方:" + +#: lms/templates/shoppingcart/receipt.html +msgid "#:" +msgstr "#:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Receipt (Order" +msgstr "收據(訂購" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are now registered for: " +msgstr "您現在註冊了:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Registered as: " +msgstr "註冊:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Your Progress" +msgstr "您的進度" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Current Step: " +msgstr "目前步驟:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Intro" +msgstr "簡介" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take Photo" +msgstr "照相" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +msgid "Take ID Photo" +msgstr "拍攝證件照" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Review" +msgstr "回顧" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Make Payment" +msgstr "進行付款" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/show_requirements.html +#: lms/templates/verify_student/verified.html +msgid "Confirmation" +msgstr "確認" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Congratulations! You are now verified on " +msgstr "恭喜!您現在已驗證" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"You are now registered as a verified student! Your registration details are " +"below." +msgstr "您現在已經註冊為一個已驗證學生!您的註冊細節如下。" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "You are registered for:" +msgstr "您已註冊為:" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "A list of courses you have just registered for as a verified student" +msgstr "您剛註冊為已驗證學生的課程列表" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Options" +msgstr "選項" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Starts: {start_date}" +msgstr "開始時間:{start_date}" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to Course" +msgstr "進入課程" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Go to your Dashboard" +msgstr "進入您的訊息視窗" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Verified Status" +msgstr "已驗證狀態" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"We have received your identification details to verify your identity. If " +"there is a problem with any of the items, we will contact you to resubmit. " +"You can now register for any of the verified certificate courses this " +"semester without having to re-verify." +msgstr "" +"我們已經接到您的身分詳細資料以驗證您的身分。如果任何項目有問題,我們將會聯繫您以重新提交。現在您在這學期可以無須重新驗證來註冊任何課程證書。" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"The professor will ask you to periodically submit a new photo to verify your" +" work during the course (usually at exam times)." +msgstr "教授將會要求您定期提交一張新的照片在課程中來驗證您的工作(通常在考試時間)。" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Payment Details" +msgstr "付款明細" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "" +"Please print this page for your records; it serves as your receipt. You will" +" also receive an email with the same information." +msgstr "請列印這個頁面作為您的紀錄;它可以當作您的收據。之後您也將收到一則電子郵件包含相同的訊息。" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Order No." +msgstr "訂單編號" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Total" +msgstr "總數" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "this" +msgstr "這個" + +#: lms/templates/shoppingcart/verified_cert_receipt.html +msgid "Billed To" +msgstr "付款方:" + +#: lms/templates/static_templates/404.html +msgid "" +"The page that you were looking for was not found. Go back to the " +"{link_start}homepage{link_end} or let us know about any pages that may have " +"been moved at {email}." +msgstr "未能找到您查找的頁面。返回到{link_start}主頁{link_end}或發電子郵件至{email}告訴我們被移動的頁面。" + +#: lms/templates/static_templates/about.html +#: lms/templates/static_templates/contact.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/faq.html +#: lms/templates/static_templates/help.html +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/jobs.html +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/privacy.html +#: lms/templates/static_templates/tos.html +msgid "" +"This page left intentionally blank. It is not used by edx.org but is left " +"here for possible use by installations of Open edX." +msgstr "" + +#: lms/templates/static_templates/honor.html +#: lms/templates/static_templates/honor.html +msgid "Honor Code" +msgstr "" + +#: lms/templates/static_templates/media-kit.html +#: lms/templates/static_templates/media-kit.html +msgid "Media Kit" +msgstr "" + +#: lms/templates/static_templates/press.html +#: lms/templates/static_templates/press.html +msgid "In the Press" +msgstr "" + +#: lms/templates/static_templates/server-down.html +msgid "Currently the {platform_name} servers are down" +msgstr "目前{platform_name}伺服器未在運行" + +#: lms/templates/static_templates/server-down.html +#: lms/templates/static_templates/server-overloaded.html +msgid "" +"Our staff is currently working to get the site back up as soon as possible. " +"Please email us at {tech_support_email} to report any " +"problems or downtime." +msgstr "" +"我們的員工正在儘快使這個網站恢復。請發電子郵件至{tech_support_email}向我們回報問題或錯誤發生時間。" + +#: lms/templates/static_templates/server-error.html +msgid "There has been a 500 error on the {platform_name} servers" +msgstr "{platform_name}伺服器上出現了一個500錯誤。" + +#: lms/templates/static_templates/server-error.html +msgid "" +"Please wait a few seconds and then reload the page. If the problem persists," +" please email us at {email}." +msgstr "請稍等幾秒鐘再重新載入頁面。如果問題仍然存在,請發電子郵件至{email}。" + +#: lms/templates/static_templates/server-overloaded.html +msgid "Currently the {platform_name} servers are overloaded" +msgstr "目前{platform_name}伺服器超載" + +#: lms/templates/university_profile/edge.html +#: lms/templates/university_profile/edge.html +msgid "edX edge" +msgstr "edX邊緣" + +#: lms/templates/university_profile/edge.html +msgid "Log in to your courses" +msgstr "登入到您的課程" + +#: lms/templates/university_profile/edge.html +msgid "Register for classes" +msgstr "註冊課程" + +#: lms/templates/university_profile/edge.html +msgid "Take free online courses from today's leading universities." +msgstr "參與當今領先大學的免費線上課程。" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Edit Your Name" +msgstr "編輯您的姓名" + +#: lms/templates/verify_student/_modal_editname.html +#: lms/templates/verify_student/face_upload.html +msgid "The following error occurred while editing your name:" +msgstr "" + +#: lms/templates/verify_student/_modal_editname.html +msgid "Change my name" +msgstr "更改我的姓名" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Why Do I Need to Re-Verify?" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity. We will send the new photo to be matched up with the photo of the " +"original ID you submitted when you signed up for the course." +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +msgid "Having Technical Trouble?" +msgstr "有技術問題嗎?" + +#: lms/templates/verify_student/_reverification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)" +msgstr "" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Have questions?" +msgstr "有問題嗎?" + +#: lms/templates/verify_student/_reverification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please read {a_start}our FAQs to view common questions about our " +"certificates{a_end}." +msgstr "" +"請閱讀 {a_start}our FAQs to view common questions about our " +"certificates{a_end}." + +#: lms/templates/verify_student/_verification_header.html +msgid "You are upgrading your registration for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are re-verifying for" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "You are registering for" +msgstr "您正在註冊為" + +#: lms/templates/verify_student/_verification_header.html +msgid "Upgrading to:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Re-verifying for:" +msgstr "" + +#: lms/templates/verify_student/_verification_header.html +msgid "Registering as: " +msgstr "註冊:" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/_verification_support.html +msgid "Change your mind?" +msgstr "改變您的決定?" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "You can always continue to audit the course without verifying." +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You can always {a_start} audit the course for free {a_end} without " +"verifying." +msgstr "您可以總是 {a_start} 審核課程for free {a_end} 無須驗證。" + +#: lms/templates/verify_student/_verification_support.html +msgid "Technical Requirements" +msgstr "" + +#: lms/templates/verify_student/_verification_support.html +msgid "" +"Please make sure your browser is updated to the {a_start}most recent" +" version possible{a_end}. Also, please make sure your web " +"cam is plugged in, turned on, and allowed to function in your web browser " +"(commonly adjustable in your browser settings)." +msgstr "" + +#: lms/templates/verify_student/face_upload.html +msgid "Edit Your Full Name" +msgstr "編輯您的全名 " + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Re-Verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Webcam Detected" +msgstr "未偵測到視訊鏡頭" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "No Flash Detected" +msgstr "沒有偵測到Flash" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have Flash installed. {a_start} Get Flash {a_end} to " +"continue your registration." +msgstr "您似乎沒有安裝Flash? {a_start} 取得 Flash {a_end} 以繼續您的註冊。" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Error submitting your images" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Oops! Something went wrong. Please confirm your details and try again." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Take Your Photo" +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with your " +"original verification." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Don't see your picture? Make sure to allow your browser to use your camera " +"when it asks for permission." +msgstr "您沒有看到您的照片嗎?請去您的瀏覽器中確認是否允許使用照相功能。" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake" +msgstr "重拍" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Take photo" +msgstr "照相" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Looks good" +msgstr "看起來不錯" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Tips on taking a successful photo" +msgstr "拍一張成功照片的秘訣" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your face is well-lit" +msgstr "請確認您的臉部是光線充足的" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be sure your entire face is inside the frame" +msgstr "請確認您的整個臉部都在框框內" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Can we match the photo you took with the one on your ID?" +msgstr "我們可以將您拍攝的相片與您的ID匹配嗎?" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once in position, use the camera button" +msgstr "一旦到位,使用相機按鈕。" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your picture" +msgstr "拍攝您的相片。" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Use the checkmark button" +msgstr "使用和曲標記按鈕。" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "once you are happy with the photo" +msgstr "一旦您對這張照片感到高興" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Common Questions" +msgstr "常見問題" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need my photo?" +msgstr "為什麼需要我的相片?" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"As part of the verification process, we need your photo to confirm that you " +"are you." +msgstr "作為驗證的一部分,我們需要您的照片去確認您的身分。" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "What do you do with this picture?" +msgstr "這是您做甚麼的照片?" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: 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 "我們只使用它來驗證您的身分。它不會顯示在任何地方。" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Name" +msgstr "檢查您的姓名" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Make sure your full name on your edX account ({full_name}) matches the ID " +"you originally submitted. We will also use this as the name on your " +"certificate." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Edit your name" +msgstr "編輯您的姓名" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "" +"Once you verify your photo looks good and your name is correct, you can " +"finish your re-verification and return to your course. Note: You " +"will not have another chance to re-verify." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Yes! You can confirm my identity with this information." +msgstr "" + +#: lms/templates/verify_student/midcourse_photo_reverification.html +msgid "Submit photos & re-verify" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Verification Submission Confirmation" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Your Credentials Have Been Updated" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"We have received your re-verification details and submitted them for review." +" Your dashboard will show the notification status once the review is " +"complete." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "" +"Please note: The professor may ask you to re-verify again at other key " +"points in the course." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Complete your other re-verifications" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverification_confirmation.html +msgid "Return to where you left off" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Reverification Status" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You are in the ID Verified track" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following courses:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Re-verify by {date}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You currently need to re-verify for the following course:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "You have no re-verifications at present." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "The status of your submitted re-verifications:" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Failed" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Don't want to re-verify right now? {a_start}Return to where you left " +"off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "{a_start}Return to where you left off{a_end}" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "Why do I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"At key points in a course, the professor will ask you to re-verify your " +"identity by submitting a new photo of your face. We will send the new photo " +"to be matched up with the photo of the original ID you submitted when you " +"signed up for the course. If you are taking multiple courses, you may need " +"to re-verify multiple times, once for every important point in each course " +"you are taking as a verified student." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What will I need to re-verify?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because you are just confirming that you are still you, the only thing you " +"will need to do to re-verify is to submit a new photo of your face with " +"your webcam. The process is quick and you will be brought back to where " +"you left off so you can keep on learning." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"If you changed your name during the semester and it no longer matches the " +"original ID you submitted, you will need to re-edit your name to match as " +"well." +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "What if I have trouble with my re-verification?" +msgstr "" + +#: lms/templates/verify_student/midcourse_reverify_dash.html +msgid "" +"Because of the short time that re-verification is open, you will not" +" be able to correct a failed verification. If you think there was " +"an error in the review, please contact us at {email}" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Re-Verification" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Please Resubmit Your Verification Information" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"There was an error with your previous verification. In order proceed in the " +"verified certificate of achievement track of your current courses, please " +"complete the following steps." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/reverification_confirmation.html +msgid "Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your face so we can match it with the " +"picture on your ID." +msgstr "使用您的視訊裝置去拍一張您臉部的照片,如此一來我們就可以將您的照片和您的 ID做匹配。" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your photo looks good, you can move on to step 2." +msgstr "一旦驗證您的相片看起來沒有問題,您就可以移動到步驟2。" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Go to Step 2: Re-Take ID Photo" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show Us Your ID" +msgstr "讓我們知道您的ID" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Use your webcam to take a picture of your ID so we can match it with your " +"photo and the name on your account." +msgstr "使用您的視訊裝置去拍一張您的ID的照片,如此一來我們就可以匹配您帳號中的 ID和姓名。" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Make sure your ID is well-lit" +msgstr "請確認您的ID是光線充足的" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Acceptable IDs include drivers licenses, passports, or other goverment-" +"issued IDs that include your name and photo" +msgstr "可接受的IDs包括駕照、護照或其他政府發行的IDs,需包含您的姓名和照片。" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Check that there isn't any glare" +msgstr "請檢查沒有任何眩光" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Ensure that you can see your photo and read your name" +msgstr "確保您能夠看到您的照片和您的姓名。" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Try to keep your fingers at the edge to avoid covering important information" +msgstr "試著將您的手指保持在邊緣,以免覆蓋到重要訊息。" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "to capture your ID" +msgstr "捕捉您的ID" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Why do you need a photo of my ID?" +msgstr "為什麼需要我ID上的照片?" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We need to match your ID with your photo and name to confirm that you are " +"you." +msgstr "我們需要匹配您的ID與貧的照片和名字去確認您的身分。" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"We encrypt it and send it to our secure authorization service for review. We" +" use the highest levels of security and do not save the photo or information" +" anywhere once the match has been completed." +msgstr "我們對它進行加密,並將其發送到我們的安全授權服務進行審查。我們使用了最高級別的安全性,並且在匹配完畢之後,不會儲存照片和資訊在任何地方。" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Once you verify your ID photo looks good, you can move on to step 3." +msgstr "一旦驗證您的ID照驗證沒有問題,您就可以移動到步驟三。" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 3: Review Your Info" +msgstr "進入步驟三:複查您的資訊" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Verify Your Submission" +msgstr "確認您的提交" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Make sure we can verify your identity with the photos and information below." +msgstr "確認我們以照片和以下資訊驗證您的身分" + +#: lms/templates/verify_student/photo_reverification.html +msgid "Review the Photos You've Re-Taken" +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Please review the photos and verify that they meet the requirements listed " +"below." +msgstr "請仔細閱讀相關的照片,並確保它們滿足下列要求。" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo above needs to meet the following requirements:" +msgstr "上面的照片需要滿足以下要求:" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be well lit" +msgstr "良好的照明" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Show your whole face" +msgstr "顯示您的整張臉" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The photo on your ID must match the photo of your face" +msgstr "您照片上的ID必須匹配您照片中的臉" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Be readable (not too far away, no glare)" +msgstr "可讀 (不會距離太遠,無眩光)" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "The name on your ID must match the name on your account below" +msgstr "您ID上的姓名必須匹配您帳戶下面的姓名" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Photos don't meet the requirements?" +msgstr "照片不符合要求?" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Retake Your Photos" +msgstr "重新拍攝您的照片" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +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 "請確保您在edX帳戶的全名({full_name})匹配您的ID。我們也會使用這個姓名在證書上。" + +#: lms/templates/verify_student/photo_reverification.html +msgid "" +"Once you verify your details match the requirements, you can move onto to " +"confirm your re-verification submisssion." +msgstr "" + +#: lms/templates/verify_student/photo_reverification.html +#: lms/templates/verify_student/photo_verification.html +msgid "Yes! My details all match." +msgstr "是的!我的詳細資料是符合要求的。" + +#: lms/templates/verify_student/photo_verification.html +msgid "Upgrade Your Registration for {} | Verification" +msgstr "" + +#: lms/templates/verify_student/photo_verification.html +#: lms/templates/verify_student/verified.html +msgid "Register for {} | Verification" +msgstr "註冊 for {} | 驗證" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"You don't seem to have a webcam connected. Double-check that your webcam is " +"connected and working to continue registering, or select to {a_start} audit " +"the course for free {a_end} without verifying." +msgstr "" +"您似乎沒有連接一個視訊鏡頭。請再次確認您的視訊鏡頭被連接並且working to continue registering,或者選擇去 " +"{a_start} 審核課程 for free {a_end} 無須驗證。" + +#: lms/templates/verify_student/photo_verification.html +msgid "Error processing your order" +msgstr "處理您的訂單過程中發生錯誤" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Oops! Something went wrong. Please confirm your details again and click the " +"button to move on to payment. If you are still having trouble, please try " +"again later." +msgstr "糟糕!出錯了。請再次確認您的詳細資料並且點擊按鈕移動到付款。如果仍然有問題,請稍後再試。" + +#: lms/templates/verify_student/photo_verification.html +msgid "Take Your Photo" +msgstr "拍攝您的照片" + +#: lms/templates/verify_student/photo_verification.html +msgid "What if my camera isn't working?" +msgstr "如果我的攝像頭不正常?" + +#: lms/templates/verify_student/photo_verification.html +msgid "Go to Step 2: Take ID Photo" +msgstr "進入步驟2:拍攝您的證件照片" + +#: lms/templates/verify_student/photo_verification.html +msgid "Review the Photos You've Taken" +msgstr "審查您拍攝的相片" + +#: lms/templates/verify_student/photo_verification.html +msgid "Check Your Contribution Level" +msgstr "檢查您的貢獻等級" + +#: lms/templates/verify_student/photo_verification.html +msgid "Please confirm your contribution for this course (min. $" +msgstr "請確認您對這門課程的貢獻(min.$" + +#: lms/templates/verify_student/photo_verification.html +msgid "" +"Once you verify your details match the requirements, you can move on to step" +" 4, payment on our secure server." +msgstr "一旦您的詳細資料驗證符合要求,您可以移動到步驟四,在我們的安全伺服器上付款。" + +#: lms/templates/verify_student/prompt_midcourse_reverify.html +msgid "" +"To continue in the ID Verified track in {course}, you need to re-verify your" +" identity by {date}. Go to URL." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +msgid "" +"We've captured your re-submitted information and will review it to verify " +"your identity shortly. You should receive an update to your veriication " +"status within 1-2 days. In the meantime, you still have access to all of " +"your course content." +msgstr "" + +#: lms/templates/verify_student/reverification_confirmation.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Return to Your Dashboard" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Re-Verification Failed" +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "" +"Your re-verification was submitted after the re-verification deadline, and " +"you can no longer be re-verified." +msgstr "" + +#: lms/templates/verify_student/reverification_window_expired.html +msgid "Please contact support if you believe this message to be in error." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Upgrade Your Registration for {}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Register for {}" +msgstr "註冊 for {}" + +#: lms/templates/verify_student/show_requirements.html +msgid "You need to activate your edX account before proceeding" +msgstr "在進行之前,您需要啟動您的edX帳號。" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please check your email for further instructions on activating your new " +"account." +msgstr "請檢查您的email的進一步指示,來啟動您的新帳號。" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Upgrade" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to upgrade to being an ID verified " +"student:" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "What You Will Need to Register" +msgstr "您將需要註冊。" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"There are three things you will need to register as an ID verified student:" +msgstr "您需要註冊ID驗證學生,這裡有三件事情:" + +#: lms/templates/verify_student/show_requirements.html +msgid "Activate Your Account" +msgstr "啟動您的帳號" + +#: lms/templates/verify_student/show_requirements.html +msgid "Check your email" +msgstr "檢查您的email" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"you need an active edX account before registering - check your email for " +"instructions" +msgstr "在註冊之前,您需要啟動一個edX帳號 -檢查您email上的說明。" + +#: lms/templates/verify_student/show_requirements.html +msgid "Identification" +msgstr "身分證" + +#: lms/templates/verify_student/show_requirements.html +msgid "A photo identification document" +msgstr "一個照片的身份證明文件" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"a drivers license, passport, or other goverment or school-issued ID with " +"your name and picture on it" +msgstr "一張駕照、護照,或其他政府、學校簽發的ID,需包含您的姓名和照片。" + +#: lms/templates/verify_student/show_requirements.html +msgid "Webcam" +msgstr "視訊裝置" + +#: lms/templates/verify_student/show_requirements.html +msgid "A webcam and a modern browser" +msgstr "一個視訊裝置和一個最新的瀏覽器" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" +msgstr "" +"{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, " +"{safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Please make sure your browser is updated to the most recent version possible" +msgstr "請確認您的瀏覽器已經更新至最新的版本。" + +#: lms/templates/verify_student/show_requirements.html +msgid "Credit or Debit Card" +msgstr "信用卡或金融卡" + +#: lms/templates/verify_student/show_requirements.html +msgid "A major credit or debit card" +msgstr "一張主要的信用卡或金融卡" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Visa, Master Card, American Express, Discover, Diners Club, JCB with " +"Discover logo" +msgstr "Visa 卡、萬事達卡、美國運通卡、Discover 卡、大來卡、JCB 與 Discover 卡" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always continue to audit this course instead." +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "" +"Missing something? You can always {a_start}audit this course instead{a_end}" +msgstr "" + +#: lms/templates/verify_student/show_requirements.html +msgid "Go to Step 1: Take my Photo" +msgstr "進入步驟一:拍攝我的照片" + +#: lms/templates/verify_student/verified.html +msgid "ID Verification" +msgstr "ID 驗證" + +#: lms/templates/verify_student/verified.html +msgid "You've Been Verified Previously" +msgstr "您過去已經被驗證" + +#: lms/templates/verify_student/verified.html +msgid "" +"We've already verified your identity (through the photos of you and your ID " +"you provided earlier). You can proceed to make your secure payment and " +"complete registration." +msgstr "我們已經驗證您的身分(通過您的ID和剛才您提供的照片)。您可以繼續安全付款並且完成註冊。" + +#: lms/templates/verify_student/verified.html +msgid "You have decided to pay $ " +msgstr "您已經決定付款 $" + +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/includes/article_menu.html +msgid "{span_start}active{span_end}" +msgstr "" + +#: cms/templates/404.html +msgid "The page that you were looking for was not found." +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "Studio Server Error" +msgstr "" + +#: cms/templates/500.html +msgid "The Studio servers encountered an error" +msgstr "" + +#: 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 "" + +#: cms/templates/500.html +msgid "" +"We've logged the error and our staff is currently working to resolve this " +"error as soon as possible." +msgstr "" + +#: cms/templates/500.html +msgid "If the problem persists, please email us at {email_link}." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +#: cms/templates/activation_invalid.html +msgid "Studio Account Activation" +msgstr "" + +#: cms/templates/activation_active.html +msgid "Your account is already active" +msgstr "" + +#: cms/templates/activation_active.html +msgid "" +"This account, set up using {0}, has already been activated. Please sign in " +"to start working within edX Studio." +msgstr "" + +#: cms/templates/activation_active.html cms/templates/activation_complete.html +msgid "Sign into Studio" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "Your account activation is complete!" +msgstr "" + +#: cms/templates/activation_complete.html +msgid "" +"Thank you for activating your account. You may now sign in and start using " +"edX Studio to author courses." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Your account activation is invalid" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"We're sorry. Something went wrong with your activation. Check to make sure " +"the URL you went to was correct — e-mail programs will sometimes split" +" it into two lines." +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "" +"If you still have issues, contact edX Support. In the meatime, you can also " +"return to" +msgstr "" + +#: cms/templates/activation_invalid.html +msgid "Contact edX Support" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/widgets/header.html +msgid "Files & Uploads" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Uploading…" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +msgid "Choose File" +msgstr "" + +#: cms/templates/asset_index.html cms/templates/asset_index.html +#: cms/templates/asset_index.html +msgid "Upload New File" +msgstr "" + +#: cms/templates/asset_index.html +msgid "Load Another File" +msgstr "" + +#: 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 "" + +#: cms/templates/asset_index.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 "" + +#: cms/templates/asset_index.html +msgid "What files are listed here?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"In addition to the files you upload on this page, any files that you add to " +"the course appear in this list. These files include your course image, " +"textbook chapters, and files that appear on your Course Handouts sidebar." +msgstr "" + +#: cms/templates/asset_index.html cms/templates/overview.html +#: cms/templates/settings_graders.html +msgid "What can I do on this page?" +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"You can upload new files or view, download, or delete existing files. You " +"can lock a file so that people who are not enrolled in your course cannot " +"access that file." +msgstr "" + +#: cms/templates/asset_index.html +msgid "" +"Use the URL listed for a file to create a link to that file in the Course " +"Handouts sidebar or in the body of the course." +msgstr "" + +#: cms/templates/asset_index.html +msgid "Your file has been deleted." +msgstr "" + +#: cms/templates/asset_index.html +msgid "close alert" +msgstr "" + +#: cms/templates/checklists.html cms/templates/export.html +#: cms/templates/import.html cms/templates/widgets/header.html +msgid "Tools" +msgstr "" + +#: cms/templates/checklists.html +msgid "Course Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "Current Checklists" +msgstr "" + +#: cms/templates/checklists.html +msgid "What are course checklists?" +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Course checklists are tools to help you understand and keep track of all the" +" steps necessary to get your course ready for students." +msgstr "" + +#: cms/templates/checklists.html +msgid "" +"Any changes you make to these checklists are saved automatically and are " +"immediately visible to other course team members." +msgstr "" + +#: cms/templates/component.html +msgid "Editor" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate" +msgstr "" + +#: cms/templates/component.html +msgid "Duplicate this component" +msgstr "" + +#: cms/templates/component.html +msgid "Delete this component" +msgstr "" + +#: cms/templates/component.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Drag to reorder" +msgstr "" + +#: cms/templates/course_info.html cms/templates/course_info.html +msgid "Course Updates" +msgstr "" + +#: cms/templates/course_info.html +msgid "New Update" +msgstr "" + +#: cms/templates/course_info.html +msgid "" +"Use course updates to notify students of important dates or exams, highlight" +" particular discussions in the forums, announce schedule changes, and " +"respond to student questions. You add or edit updates in HTML." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/export.html +#: cms/templates/widgets/header.html +msgid "Static Pages" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "New Page" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"Use Static Pages to share a syllabus, a calendar, handouts, or other " +"supplements to your courseware." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"NOTE: all content on Static Pages will be visible to anyone who knows the " +"URL, regardless of whether they are registered in the course or not." +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "What do static pages look like in my course?" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Static Pages in Your Course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "Preview of Static Pages in your course" +msgstr "" + +#: cms/templates/edit-tabs.html +msgid "" +"The names of your Static Pages appear in your course's main navigation bar, " +"along with Courseware, Course Info, Discussion, Wiki, and Progress." +msgstr "" + +#: cms/templates/edit-tabs.html cms/templates/howitworks.html +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "close modal" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "CMS Subsection" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/unit.html +msgid "Display Name:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Units:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Subsection Settings" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Day" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/overview.html +msgid "Release Time" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/edit_subsection.html +#: cms/templates/overview.html +msgid "Coordinated Universal Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "UTC" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "" +"The date above differs from the release date of {name}, which is unset." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "The date above differs from the release date of {name} - {start_time}" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Sync to {name}." +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Graded as:" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Set a due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Day" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Due Time" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Remove due date" +msgstr "" + +#: cms/templates/edit_subsection.html +msgid "Preview Drafts" +msgstr "" + +#: cms/templates/edit_subsection.html cms/templates/index.html +#: cms/templates/overview.html cms/templates/unit.html +msgid "View Live" +msgstr "" + +#: cms/templates/error.html +msgid "Internal Server Error" +msgstr "" + +#: cms/templates/error.html +msgid "The Page You Requested Page Cannot be Found" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. We couldn't find the Studio page you're looking for. You may " +"want to return to the Studio Dashboard and try again. If you are still " +"having problems accessing things, please feel free to {link_start}contact " +"Studio support{link_end} for further help." +msgstr "" + +#: cms/templates/error.html cms/templates/error.html +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Use our feedback tool, Tender, to share your feedback" +msgstr "" + +#: cms/templates/error.html +msgid "The Server Encountered an Error" +msgstr "" + +#: cms/templates/error.html +msgid "" +"We're sorry. There was a problem with the server while trying to process " +"your last request. You may want to return to the Studio Dashboard or try " +"this request again. If you are still having problems accessing things, " +"please feel free to {link_start}contact Studio support{link_end} for further" +" help." +msgstr "" + +#: cms/templates/error.html +msgid "Back to dashboard" +msgstr "" + +#: cms/templates/export.html cms/templates/export.html +msgid "Course Export" +msgstr "" + +#: cms/templates/export.html +msgid "About Exporting Courses" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"You can export courses and edit them outside of Studio. The exported file is" +" a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains" +" the course structure and content. You can also re-import courses that " +"you've exported." +msgstr "" + +#: cms/templates/export.html +msgid "Export My Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Export Course Content" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}exported with{em_end} your course:" +msgstr "" + +#: cms/templates/export.html +msgid "Course Content (all Sections, Sub-sections, and Units)" +msgstr "" + +#: cms/templates/export.html +msgid "Course Structure" +msgstr "" + +#: cms/templates/export.html +msgid "Individual Problems" +msgstr "" + +#: cms/templates/export.html +msgid "Course Assets" +msgstr "" + +#: cms/templates/export.html +msgid "Course Settings" +msgstr "" + +#: cms/templates/export.html +msgid "Data {em_start}not exported{em_end} with your course:" +msgstr "" + +#: cms/templates/export.html +msgid "User Data" +msgstr "" + +#: cms/templates/export.html +msgid "Course Team Data" +msgstr "" + +#: cms/templates/export.html +msgid "Forum/discussion Data" +msgstr "" + +#: cms/templates/export.html +msgid "Certificates" +msgstr "" + +#: cms/templates/export.html +msgid "Why export a course?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"You may want to edit the XML in your course directly, outside of Studio. You" +" may want to create a backup copy of your course. Or, you may want to create" +" a copy of your course that you can later import into another course " +"instance and customize." +msgstr "" + +#: cms/templates/export.html +msgid "What content is exported?" +msgstr "" + +#: cms/templates/export.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are exported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, is not exported." +msgstr "" + +#: cms/templates/export.html +msgid "Opening the downloaded file" +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and should not be translated +#: cms/templates/export.html +msgid "" +"Use an archive program to extract the data from the .tar.gz file. Extracted " +"data includes the course.xml file, as well as subfolders that contain course" +" content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Welcome to" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio helps manage your courses online, so you can focus on teaching them" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Studio's Many Features" +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "Studio Helps You Keep Your Courses Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Keeping Your Course Organized" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"The backbone of your course is how it is organized. Studio offers an " +"Outline editor, providing a simple hierarchy and easy drag " +"and drop to help you and your students stay organized." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple Organization For Content" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio uses a simple hierarchy of sections and " +"subsections to organize your content." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Change Your Mind Anytime" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Draft your outline and build content anywhere. Simple drag and drop tools " +"let your reorganize quickly." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Go A Week Or A Semester At A Time" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Build and release sections to your students incrementally. " +"You don't have to have it all done at once." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +#: cms/templates/howitworks.html +msgid "Learning is More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio lets you weave your content together in a way that reinforces " +"learning — short video lectures interleaved with exercises and more. " +"Insert videos and author a wide variety of exercise types with just a few " +"clicks." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Create Learning Pathways" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Help your students understand a small interactive piece at a time with " +"multimedia, HTML, and exercises." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work Visually, Organize Quickly" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Work visually and see exactly what your students will see. Reorganize all " +"your content with drag and drop." +msgstr "" + +#: cms/templates/howitworks.html +msgid "A Broad Library of Problem Types" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"It's more than just multiple choice. Studio has nearly a dozen types of " +"problems to challenge your learners." +msgstr "" + +#: cms/templates/howitworks.html cms/templates/howitworks.html +msgid "" +"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Simple, Fast, and Incremental Publishing. With Friends." +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Studio works like web applications you already know, yet understands how you" +" build curriculum. Instant publishing to the web when you want it, " +"incremental release when it makes sense. And with co-authors, you can have a" +" whole team building a course, together." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Instant Changes" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Caught a bug? No problem. When you want, your changes to live when you hit " +"Save." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Release-On Date Publishing" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"When you've finished a section, pick when you want it to go" +" live and Studio takes care of the rest. Build your course incrementally." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Work in Teams" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Co-authors have full access to all the same authoring tools. Make your " +"course better through a team effort." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up for Studio Today!" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Sign Up & Start Making an edX Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Already have a Studio Account? Sign In" +msgstr "" + +#: cms/templates/howitworks.html +msgid "Outlining Your Course" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simple two-level outline to organize your couse. Drag and drop, and see your" +" course at a glance." +msgstr "" + +#: cms/templates/howitworks.html +msgid "More than Just Lectures" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Quickly create videos, text snippets, inline discussions, and a variety of " +"problem types." +msgstr "" + +#: cms/templates/howitworks.html +msgid "Publishing on Date" +msgstr "" + +#: cms/templates/howitworks.html +msgid "" +"Simply set the date of a section or subsection, and Studio will publish it " +"to your students for you." +msgstr "" + +#: cms/templates/html_error.html +msgid "We're having trouble rendering your component" +msgstr "" + +#: cms/templates/html_error.html +msgid "" +"Students will not be able to access this component. Re-edit your component " +"to fix the error." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Course Import" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Be sure you want to import a course before continuing. Content of the " +"imported course replaces all the content of this course. {em_start}You " +"cannot undo a course import{em_end}. We recommend that you first export the " +"current course, so you have a backup copy of it." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "" +"The course that you import must be in a .tar.gz file (that is, a .tar file " +"compressed with GNU Zip). This .tar.gz file must contain a course.xml file. " +"It may also contain other files." +msgstr "" + +#: cms/templates/import.html +msgid "" +"The import process has five stages. During the first two stages, you must " +"stay on this page. You can leave this page after the Unpacking stage has " +"completed. We recommend, however, that you don't make important changes to " +"your course until the import operation has completed." +msgstr "" + +#. Translators: ".tar.gz" is a file extension, and files with that extension +#. are called "gzipped tar files": these terms should not be translated +#: cms/templates/import.html +msgid "Select a .tar.gz File to Replace Your Course Content" +msgstr "" + +#: cms/templates/import.html +msgid "Choose a File to Import" +msgstr "" + +#: cms/templates/import.html +msgid "File Chosen:" +msgstr "" + +#: cms/templates/import.html +msgid "Replace my course with the one above" +msgstr "" + +#: cms/templates/import.html +msgid "Course Import Status" +msgstr "" + +#: cms/templates/import.html +msgid "Uploading" +msgstr "" + +#: cms/templates/import.html +msgid "Transferring your file to our servers" +msgstr "" + +#: cms/templates/import.html +msgid "Unpacking" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Expanding and preparing folder/file structure (You can now leave this page " +"safely, but avoid making drastic changes to content until this import is " +"complete)" +msgstr "" + +#: cms/templates/import.html +msgid "Verifying" +msgstr "" + +#: cms/templates/import.html +msgid "Reviewing semantics, syntax, and required data" +msgstr "" + +#: cms/templates/import.html +msgid "Updating Course" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Integrating your imported content into this course. This may take a while " +"with larger courses." +msgstr "" + +#: cms/templates/import.html +msgid "Success" +msgstr "" + +#: cms/templates/import.html +msgid "Your imported content has now been integrated into this course" +msgstr "" + +#: cms/templates/import.html +msgid "View Updated Outline" +msgstr "" + +#: cms/templates/import.html +msgid "Why import a course?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"You may want to run a new version of an existing course, or replace an " +"existing course altogether. Or, you may have developed a course outside " +"Studio." +msgstr "" + +#: cms/templates/import.html +msgid "What content is imported?" +msgstr "" + +#: cms/templates/import.html +msgid "" +"Only the course content and structure (including sections, subsections, and " +"units) are imported. Other data, including student data, grading " +"information, discussion forum data, course settings, and course team " +"information, remains the same as it was in the existing course." +msgstr "" + +#: cms/templates/import.html +msgid "Warning: Importing while a course is running" +msgstr "" + +#: cms/templates/import.html +msgid "" +"If you perform an import while your course is running, and you change the " +"URL names (or url_name nodes) of any Problem components, the student data " +"associated with those Problem components may be lost. This data includes " +"students' problem scores." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error during the upload process." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while unpacking the file." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while verifying the file you submitted." +msgstr "" + +#: cms/templates/import.html +msgid "There was an error while importing the new course to our database." +msgstr "" + +#: cms/templates/import.html +msgid "Your import has failed." +msgstr "" + +#: cms/templates/import.html cms/templates/import.html +msgid "Choose new file" +msgstr "" + +#: cms/templates/import.html +msgid "Your import is in progress; navigating away will abort it." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +#: cms/templates/widgets/header.html +msgid "My Courses" +msgstr "" + +#: cms/templates/index.html +msgid "New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Email staff to create course" +msgstr "" + +#: cms/templates/index.html +msgid "Welcome, {0}!" +msgstr "" + +#: cms/templates/index.html +msgid "Here are all of the courses you currently have access to in Studio:" +msgstr "" + +#: cms/templates/index.html +msgid "You currently aren't associated with any Studio Courses." +msgstr "" + +#: cms/templates/index.html +msgid "Please correct the highlighted fields below." +msgstr "" + +#: cms/templates/index.html +msgid "Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "Required Information to Create a New Course" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. Introduction to Computer Science" +msgstr "" + +#: cms/templates/index.html +msgid "The public display name for your course." +msgstr "" + +#: cms/templates/index.html cms/templates/settings.html +msgid "Organization" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. UniversityX or OrganizationX" +msgstr "" + +#: cms/templates/index.html +msgid "The name of the organization sponsoring the course." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed." +msgstr "" + +#: cms/templates/index.html +msgid "" +"This cannot be changed, but you can set a different display name in Advanced" +" Settings later." +msgstr "" + +#: cms/templates/index.html +msgid "e.g. CS101" +msgstr "" + +#: cms/templates/index.html +msgid "" +"The unique number that identifies your course within your organization." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "" +"Note: This is part of your course URL, so no spaces or special characters " +"are allowed and it cannot be changed." +msgstr "" + +#: cms/templates/index.html +msgid "Course Run" +msgstr "" + +#: cms/templates/index.html +msgid "e.g. 2014_T1" +msgstr "" + +#: cms/templates/index.html +msgid "The term in which your course will run." +msgstr "" + +#: cms/templates/index.html +msgid "Create" +msgstr "" + +#: cms/templates/index.html +msgid "Course Run:" +msgstr "" + +#: cms/templates/index.html +msgid "Are you staff on an existing Studio course?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"You will need to be added to the course in Studio by the course creator. " +"Please get in touch with the course creator or administrator for the " +"specific course you are helping to author." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Create Your First Course" +msgstr "" + +#: cms/templates/index.html +msgid "Your new course is just a click away!" +msgstr "" + +#: cms/templates/index.html +msgid "Becoming a Course Creator in Studio" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team will " +"evaluate your request and provide you feedback within 24 hours during the " +"work week." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status:" +msgstr "" + +#: cms/templates/index.html +msgid "Request the Ability to Create Courses" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator Request Status" +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is has " +"completed evaluating your request." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Your Course Creator request is:" +msgstr "" + +#: cms/templates/index.html +msgid "Denied" +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request did not meet the criteria/guidelines specified by edX Staff." +msgstr "" + +#: cms/templates/index.html +msgid "" +"edX Studio is a hosted solution for our xConsortium partners and selected " +"guests. Courses for which you are a team member appear above for you to " +"edit, while course creator privileges are granted by edX. Our team is " +"currently evaluating your request." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Your request is currently being reviewed by edX staff and should be updated " +"shortly." +msgstr "" + +#: cms/templates/index.html cms/templates/index.html +msgid "Need help?" +msgstr "" + +#: cms/templates/index.html +msgid "" +"If you are new to Studio and having trouble getting started, there are a few" +" things that may be of help:" +msgstr "" + +#: cms/templates/index.html +msgid "Get started by reading Studio's Documentation" +msgstr "" + +#: cms/templates/index.html +msgid "Request help with Studio" +msgstr "" + +#: cms/templates/index.html cms/templates/index.html cms/templates/index.html +msgid "Can I create courses in Studio?" +msgstr "" + +#: cms/templates/index.html +msgid "In order to create courses in Studio, you must" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX staff to help you create a course" +msgstr "" + +#: cms/templates/index.html +msgid "" +"In order to create courses in Studio, you must have course creator " +"privileges to create your own course." +msgstr "" + +#: cms/templates/index.html +msgid "Your request to author courses in studio has been denied. Please" +msgstr "" + +#: cms/templates/index.html +msgid "contact edX Staff with further questions" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "Thanks for signing up, %(name)s!" +msgstr "" + +#: cms/templates/index.html +msgid "We need to verify your email address" +msgstr "" + +#: cms/templates/index.html +#, python-format +msgid "" +"Almost there! In order to complete your sign up we need you to verify your " +"email address (%(email)s). An activation message and next steps should be " +"waiting for you there." +msgstr "" + +#: cms/templates/index.html +msgid "" +"Please check your Junk or Spam folders in case our email isn't in your " +"INBOX. Still can't find the verification email? Request help via the link " +"below." +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/header.html +msgid "Sign In" +msgstr "" + +#: cms/templates/login.html cms/templates/login.html +msgid "Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html +msgid "Don't have a Studio Account? Sign up!" +msgstr "" + +#: cms/templates/login.html +msgid "Required Information to Sign In to edX Studio" +msgstr "" + +#: cms/templates/login.html cms/templates/signup.html +msgid "Email Address" +msgstr "" + +#: cms/templates/login.html cms/templates/widgets/sock.html +msgid "Studio Support" +msgstr "" + +#: cms/templates/login.html +msgid "" +"Having trouble with your account? Use {link_start}our support " +"center{link_end} to look over self help steps, find solutions others have " +"found to the same problem, or let us know of your issue." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Settings" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/settings.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Course Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a User to Your Course's Team" +msgstr "" + +#: cms/templates/manage_users.html +msgid "New Team Member Information" +msgstr "" + +#: cms/templates/manage_users.html +msgid "User's Email Address" +msgstr "" + +#: cms/templates/manage_users.html +msgid "e.g. jane.doe@gmail.com" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Please provide the email address of the course staff member you'd like to " +"add" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add User" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "Current Role:" +msgstr "" + +#: cms/templates/manage_users.html cms/templates/manage_users.html +msgid "You!" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Staff" +msgstr "" + +#: cms/templates/manage_users.html +msgid "send an email message to {email}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Promote another member to Admin to remove your admin rights" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Remove Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Admin Access" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Delete the user, {username}" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add Team Members to This Course" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Adding team members makes course authoring collaborative. Users must be " +"signed up for Studio and have an active account. " +msgstr "" + +#: cms/templates/manage_users.html +msgid "Add a New Team Member" +msgstr "" + +#: cms/templates/manage_users.html +msgid "Course Team Roles" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Course team members, or staff, are course co-authors. They have full writing" +" and editing privileges on all course content." +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Admins are course team members who can add and remove other course team " +"members." +msgstr "" + +#: cms/templates/manage_users.html +msgid "Transferring Ownership" +msgstr "" + +#: cms/templates/manage_users.html +msgid "" +"Every course must have an Admin. If you're the Admin and you want transfer " +"ownership of the course, click Add admin access to make another user the " +"Admin, then ask that user to remove you from the Course Team list." +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Course Outline" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +#: cms/templates/overview.html +msgid "Expand/collapse this section" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Section Name" +msgstr "" + +#: cms/templates/overview.html +msgid "Add a new section name" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "Delete this section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to re-order" +msgstr "" + +#: cms/templates/overview.html cms/templates/overview.html +msgid "New Subsection" +msgstr "" + +#: cms/templates/overview.html cms/templates/widgets/units.html +msgid "New Unit" +msgstr "" + +#: cms/templates/overview.html +msgid "You haven't added any sections to your course outline yet." +msgstr "" + +#: cms/templates/overview.html +msgid "Add your first section" +msgstr "" + +#: cms/templates/overview.html +msgid "Collapse All Sections" +msgstr "" + +#: cms/templates/overview.html +msgid "New Section" +msgstr "" + +#: cms/templates/overview.html +msgid "This section is not scheduled for release" +msgstr "" + +#: cms/templates/overview.html +msgid "Schedule" +msgstr "" + +#: cms/templates/overview.html +msgid "Release date:" +msgstr "" + +#: cms/templates/overview.html +msgid "Edit section release date" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete section" +msgstr "" + +#: cms/templates/overview.html +msgid "Drag to reorder section" +msgstr "" + +#: cms/templates/overview.html +msgid "Expand/collapse this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete this subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "Delete subsection" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"You can create new sections and subsections, set the release date for " +"sections, and create new units in existing subsections. You can set the " +"assignment type for subsections that are to be graded, and you can open a " +"subsection for further editing." +msgstr "" + +#: cms/templates/overview.html +msgid "" +"In addition, you can drag and drop sections, subsections, and units to " +"reorganize your course." +msgstr "" + +#: cms/templates/overview.html +msgid "Section Release Date" +msgstr "" + +#: cms/templates/overview.html +msgid "" +"On the date set below, this section - {name} - will be released to students." +" Any units marked private will only be visible to admins." +msgstr "" + +#: cms/templates/overview.html +msgid "Form Actions" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details Settings" +msgstr "" + +#: cms/templates/settings.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/settings.html +msgid "Basic Information" +msgstr "" + +#: cms/templates/settings.html +msgid "The nuts and bolts of your course" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "This field is disabled: this information cannot be changed." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Summary Page" +msgstr "" + +#: cms/templates/settings.html +msgid "(for student enrollment and access)" +msgstr "" + +#: cms/templates/settings.html +msgid "Send a note to students via email" +msgstr "" + +#: cms/templates/settings.html +msgid "Invite your students" +msgstr "" + +#: cms/templates/settings.html +msgid "Promoting Your Course with edX" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course summary page will not be viewable until your course has been " +"announced. To provide content for the page and preview it, follow the " +"instructions provided by your PM." +msgstr "" + +#: cms/templates/settings.html +msgid "Course Schedule" +msgstr "" + +#: cms/templates/settings.html +msgid "Dates that control when your course can be viewed" +msgstr "" + +#: cms/templates/settings.html +msgid "First day the course begins" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day your course is active" +msgstr "" + +#: cms/templates/settings.html +msgid "Course End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Date" +msgstr "" + +#: cms/templates/settings.html +msgid "First day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment Start Time" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Date" +msgstr "" + +#: cms/templates/settings.html +msgid "Last day students can enroll" +msgstr "" + +#: cms/templates/settings.html +msgid "Enrollment End Time" +msgstr "" + +#: cms/templates/settings.html +msgid "These Dates Are Not Used When Promoting Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"These dates impact when your courseware can be viewed, but " +"they are not the dates shown on your course summary page. " +"To provide the course start and registration dates as shown on your course " +"summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org)." +msgstr "" + +#: cms/templates/settings.html +msgid "Introducing Your Course" +msgstr "" + +#: cms/templates/settings.html +msgid "Information for prospective students" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Overview" +msgstr "" + +#: cms/templates/settings.html +msgid "your course summary page" +msgstr "" + +#: cms/templates/settings.html +#, python-format +msgid "" +"Introductions, prerequisites, FAQs that are used on %s (formatted in HTML)" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings.html +#: cms/templates/settings.html +msgid "Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"You can manage this image along with all of your other files " +"& uploads" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course currently does not have an image. Please upload one (JPEG or PNG" +" format, and minimum suggested dimensions are 375px wide by 200px tall)" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Please provide a valid path and name to your course image (Note: only JPEG " +"or PNG format supported)" +msgstr "" + +#: cms/templates/settings.html +msgid "Upload Course Image" +msgstr "" + +#: cms/templates/settings.html +msgid "Course Introduction Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Delete Current Video" +msgstr "" + +#: cms/templates/settings.html +msgid "Enter your YouTube video's ID (along with any restriction parameters)" +msgstr "" + +#: cms/templates/settings.html +msgid "Requirements" +msgstr "" + +#: cms/templates/settings.html +msgid "Expectations of the students taking this course" +msgstr "" + +#: cms/templates/settings.html +msgid "Hours of Effort per Week" +msgstr "" + +#: cms/templates/settings.html +msgid "Time spent on all course work" +msgstr "" + +#: cms/templates/settings.html +msgid "How are these settings used?" +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Your course's schedule determines when students can enroll in and begin a " +"course." +msgstr "" + +#: cms/templates/settings.html +msgid "" +"Other information from this page appears on the About page for your course. " +"This information includes the course overview, course image, introduction " +"video, and estimated time requirements. Students use About pages to choose " +"new courses to take." +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html +msgid "Other Course Settings" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_graders.html cms/templates/widgets/header.html +msgid "Grading" +msgstr "" + +#: cms/templates/settings.html cms/templates/settings_advanced.html +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +#: cms/templates/widgets/header.html +msgid "Advanced Settings" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "There was an error saving your information. Please see below." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "Manual Policy Definition" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Warning: Do not modify these policies unless you are " +"familiar with their purpose." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "What do advanced settings do?" +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Advanced settings control specific course functionality. On this page, you " +"can edit manual policies, which are JSON-based key and value pairs that " +"control specific course settings." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"Any policies you modify here override all other information you've defined " +"elsewhere in Studio. Do not edit policies unless you are familiar with both " +"their purpose and syntax." +msgstr "" + +#: cms/templates/settings_advanced.html +msgid "" +"{em_start}Note:{em_end} When you enter strings as policy values, ensure that" +" you use double quotation marks (") around the string. Do not use " +"single quotation marks (')." +msgstr "" + +#: cms/templates/settings_advanced.html cms/templates/settings_graders.html +msgid "Details & Schedule" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Settings" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Overall Grade Range" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Your overall grading scale for student final grades" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grading Rules & Policies" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Deadlines, requirements, and logistics around grading student work" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Grace Period on Deadline:" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Leeway on due dates" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Assignment Types" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "Categories and labels for any exercises that are gradable" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "New Assignment Type" +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can use the slider under Overall Grade Range to specify whether your " +"course is pass/fail or graded by letter, and to establish the thresholds for" +" each grade." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can specify whether your course offers students a grace period for late " +"assignments." +msgstr "" + +#: cms/templates/settings_graders.html +msgid "" +"You can also create assignment types, such as homework, labs, quizzes, and " +"exams, and specify how much of a student's grade each assignment type is " +"worth." +msgstr "" + +#: cms/templates/signup.html +msgid "Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "Already have a Studio Account? Sign in" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Ready to start creating online courses? Sign up below and start creating " +"your first edX course today." +msgstr "" + +#: cms/templates/signup.html +msgid "Required Information to Sign Up for edX Studio" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"This will be used in public discussions with your courses and in our edX101 " +"support forums" +msgstr "" + +#: cms/templates/signup.html +msgid "Your Location" +msgstr "" + +#: cms/templates/signup.html +msgid "Preferred Language" +msgstr "" + +#: cms/templates/signup.html +msgid "I agree to the {a_start} Terms of Service {a_end}" +msgstr "" + +#: cms/templates/signup.html +msgid "Create My Account & Start Authoring Courses" +msgstr "" + +#: cms/templates/signup.html +msgid "Common Studio Questions" +msgstr "" + +#: cms/templates/signup.html +msgid "Who is Studio for?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is for anyone that wants to create online courses that leverage the " +"global edX platform. Our users are often faculty members, teaching " +"assistants and course staff, and members of instructional technology groups." +msgstr "" + +#: cms/templates/signup.html +msgid "How technically savvy do I need to be to create courses in Studio?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Studio is designed to be easy to use by almost anyone familiar with common " +"web-based authoring environments (Wordpress, Moodle, etc.). No programming " +"knowledge is required, but for some of the more advanced features, a " +"technical background would be helpful. As always, we are here to help, so " +"don't hesitate to dive right in." +msgstr "" + +#: cms/templates/signup.html +msgid "I've never authored a course online before. Is there help?" +msgstr "" + +#: cms/templates/signup.html +msgid "" +"Absolutely. We have created an online course, edX101, that describes some " +"best practices: from filming video, creating exercises, to the basics of " +"running an online course. Additionally, we're always here to help, just drop" +" us a note." +msgstr "" + +#: cms/templates/textbooks.html cms/templates/textbooks.html +#: cms/templates/widgets/header.html +msgid "Textbooks" +msgstr "" + +#: cms/templates/textbooks.html +msgid "You have unsaved changes. Do you really want to leave this page?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "New Textbook" +msgstr "" + +#: cms/templates/textbooks.html +msgid "Why should I break my textbook into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"Breaking your textbook into multiple chapters reduces loading times for " +"students, especially those with slow Internet connections. Breaking up " +"textbooks into chapters can also help students more easily find topic-based " +"information." +msgstr "" + +#: cms/templates/textbooks.html +msgid "What if my book isn't divided into chapters?" +msgstr "" + +#: cms/templates/textbooks.html +msgid "" +"If your textbook doesn't have individual chapters, you can upload the entire" +" text as a single chapter and enter a name of your choice in the Chapter " +"Name field." +msgstr "" + +#: cms/templates/unit.html +msgid "Individual Unit" +msgstr "" + +#: cms/templates/unit.html +msgid "You are editing a draft." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit was originally published on {date}." +msgstr "" + +#: cms/templates/unit.html +msgid "View the Live Version" +msgstr "" + +#: cms/templates/unit.html +msgid "Add New Component" +msgstr "" + +#: cms/templates/unit.html +msgid "Common Problem Types" +msgstr "" + +#: cms/templates/unit.html +msgid "Advanced" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Settings" +msgstr "" + +#: cms/templates/unit.html +msgid "Visibility:" +msgstr "" + +#: cms/templates/unit.html +msgid "Public" +msgstr "" + +#: cms/templates/unit.html +msgid "Private" +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This unit has been published. To make changes, you must {link_start}edit a " +"draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "" +"This is a draft of the published unit. To update the live version, you must " +"{link_start}replace it with this draft{link_end}." +msgstr "" + +#: cms/templates/unit.html +msgid "This unit is scheduled to be released to students" +msgstr "" + +#: cms/templates/unit.html +msgid "on {date}" +msgstr "" + +#: cms/templates/unit.html +msgid "with the subsection {link_start}{name}{link_end}" +msgstr "" + +#: cms/templates/unit.html +msgid "Delete Draft" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Location" +msgstr "" + +#: cms/templates/unit.html +msgid "Unit Identifier:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"Thank you for signing up for edX Studio! To activate your account, please " +"copy and paste this address into your web browser's address bar:" +msgstr "" + +#: cms/templates/emails/activation_email.txt +msgid "" +"If you didn't request this, you don't need to do anything; you won't receive" +" any more email from us. Please do not reply to this e-mail; if you require " +"assistance, check the help section of the edX web site." +msgstr "" + +#: cms/templates/emails/activation_email_subject.txt +msgid "Your account for edX Studio" +msgstr "" + +#: cms/templates/emails/course_creator_admin_subject.txt +msgid "{email} has requested Studio course creator privileges on edge" +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "" +"User '{user}' with e-mail {email} has requested Studio course creator " +"privileges on edge." +msgstr "" + +#: cms/templates/emails/course_creator_admin_user_pending.txt +msgid "To grant or deny this request, use the course creator admin table." +msgstr "" + +#: cms/templates/emails/course_creator_denied.txt +msgid "" +"Your request for course creation rights to edX Studio have been denied. If " +"you believe this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_granted.txt +msgid "" +"Your request for course creation rights to edX Studio have been granted. To " +"create your first course, visit:" +msgstr "" + +#: cms/templates/emails/course_creator_revoked.txt +msgid "" +"Your course creation rights to edX Studio have been revoked. If you believe " +"this was in error, please contact: " +msgstr "" + +#: cms/templates/emails/course_creator_subject.txt +msgid "Your course creator status for edX Studio" +msgstr "" + +#: cms/templates/registration/activation_complete.html +msgid "You can now {link_start}login{link_end}." +msgstr "" + +#: cms/templates/registration/reg_complete.html +msgid "" +"An activation link has been sent to {email}, along with instructions for " +"activating your account." +msgstr "" + +#: cms/templates/widgets/footer.html +msgid "All rights reserved." +msgstr "" + +#: cms/templates/widgets/footer.html cms/templates/widgets/header.html +#: cms/templates/widgets/sock.html +msgid "Contact Us" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Current Course:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "{course_name}'s Navigation:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Outline" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Updates" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Schedule & Details" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Checklists" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Import" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Export" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Help & Account Navigation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +msgid "This is a PDF Document" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Documentation" +msgstr "" + +#: cms/templates/widgets/header.html cms/templates/widgets/sock.html +#: cms/templates/widgets/sock.html +msgid "Studio Help Center" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Currently signed in as:" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Sign Out" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "You're not currently signed in" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "How Studio Works" +msgstr "" + +#: cms/templates/widgets/header.html +msgid "Studio Help" +msgstr "" + +#: cms/templates/widgets/metadata-edit.html +msgid "Launch Latex Source Compiler" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Heading 1" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Multiple Choice" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Checkboxes" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Text Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Numerical Input" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Dropdown" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +#: cms/templates/widgets/problem-edit.html +msgid "Explanation" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Advanced Editor" +msgstr "" + +#: cms/templates/widgets/problem-edit.html +msgid "Toggle Cheatsheet" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "edX Studio Help" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Need help with Studio? Creating a course is complex, so we're here to help. " +"Take advantage of our documentation, help center, as well as our edX101 " +"introduction course for course authors." +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Download Studio Documentation" +msgstr "" + +#: cms/templates/widgets/sock.html cms/templates/widgets/sock.html +msgid "How to use Studio to build your course" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Enroll in edX101" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "Contact us about Studio" +msgstr "" + +#: cms/templates/widgets/sock.html +msgid "" +"Have problems, questions, or suggestions about Studio? We're also here to " +"listen to any feedback you want to share." +msgstr "" + +#: cms/templates/widgets/tabs-aggregator.html +msgid "name" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete this unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Delete unit" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to sort" +msgstr "" + +#: cms/templates/widgets/units.html +msgid "Drag to reorder unit" +msgstr "" + +# empty +msgid "This is a key string." +msgstr "這是一個關鍵字符串" diff --git a/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo b/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo new file mode 100644 index 000000000000..35739e798f66 Binary files /dev/null and b/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/zh_TW/LC_MESSAGES/djangojs.po b/conf/locale/zh_TW/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000000..31bbb71bb8ff --- /dev/null +++ b/conf/locale/zh_TW/LC_MESSAGES/djangojs.po @@ -0,0 +1,752 @@ +# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-# +# edX community translations have been downloaded from Chinese (Taiwan) (http://www.transifex.com/projects/p/edx-platform/language/zh_TW/). +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# christtabris , 2014 +# JoeyChiou , 2013 +# JoeyChiou , 2013 +# okalright , 2013 +# okalright , 2013 +# Xaver Y.R. Chen  , 2013 +# Xaver Y.R. Chen  , 2013 +# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-# +# edX translation file. +# Copyright (C) 2014 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# +# Translators: +# christtabris , 2014 +# JoeyChiou , 2013 +# okalright , 2013 +# Xaver Y.R. Chen  , 2013 +# christtabris , 2014 +msgid "" +msgstr "" +"Project-Id-Version: edx-platform\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2014-02-03 11:33-0500\n" +"PO-Revision-Date: 2014-02-03 16:50+0000\n" +"Last-Translator: cpennington \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/edx-platform/language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js +msgid "This link will open in a new browser window/tab" +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/asset.js +#: cms/static/js/views/course_info_update.js +#: cms/static/js/views/show_textbook.js cms/static/js/views/validation.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Cancel" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Video slider" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Pause" +msgstr "暫停" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Play" +msgstr "開始" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Fill browser" +msgstr "填寫瀏覽器" + +#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js +msgid "Exit full browser" +msgstr "退出全屏瀏覽器" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD on" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js +msgid "HD off" +msgstr "" + +#: 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 "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "Video ended" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s hour" +msgid_plural "%(value)s hours" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s minute" +msgid_plural "%(value)s minutes" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +msgid "%(value)s second" +msgid_plural "%(value)s seconds" +msgstr[0] "" + +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Volume" +msgstr "" + +#. Translators: Volume level equals 0%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Muted" +msgstr "" + +#. Translators: Volume level in range (0,20]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very low" +msgstr "" + +#. Translators: Volume level in range (20,40]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Low" +msgstr "" + +#. Translators: Volume level in range (40,60]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Average" +msgstr "" + +#. Translators: Volume level in range (60,80]% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Loud" +msgstr "" + +#. Translators: Volume level in range (80,100)% +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Very loud" +msgstr "" + +#. Translators: Volume level equals 100%. +#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js +msgid "Maximum" +msgstr "" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Caption will be displayed when " +msgstr "當……將會顯示字幕" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn on captions" +msgstr "打開字幕" + +#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +msgid "Turn off captions" +msgstr "關閉字幕" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s ago" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%s from now" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "less than a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a minute" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about an hour" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "about %d hour" +msgid_plural "about %d hours" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "a day" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a month" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#: common/static/js/src/jquery.timeago.locale.js +msgid "about a year" +msgstr "" + +#: common/static/js/src/jquery.timeago.locale.js +#, c-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Available %s" +msgstr "可用 %s" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "這是可用%s的列表。您可以在下面的方框中進行選擇,然後點擊兩個方框中間的“選擇”箭頭。" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "在方框中輸入資訊以過濾可用的%s列表。" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Filter" +msgstr "過濾" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose all" +msgstr "全部選擇" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to choose all %s at once." +msgstr "單擊以選擇全部的%s" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Choose" +msgstr "選擇" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove" +msgstr "移除" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Chosen %s" +msgstr "%s被選中" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +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 "這是被選中的%s的列表。您可以在下面的方框中選擇需要移除的項,然後點擊兩個方框中間的“移除”箭頭。" + +#: lms/static/admin/js/SelectFilter2.js +msgid "Remove all" +msgstr "全部移除" + +#: lms/static/admin/js/SelectFilter2.js +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "單擊以一次移除全部所選的%s" + +#: 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] "%(cnt)s的%(sel)s已被選擇" + +#: 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 "您在單獨可編輯的欄位有未儲存的變更。如果您執行操作,這些未儲存的變更將會遺失。" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "您已經選擇一個操作,但是並未儲存對欄位進行的變更。請點擊“確定”來儲存。您需要再次執行該操作。" + +#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "您已經選擇了一個操作並且未對欄位做任何更改。您可能是想使用“繼續”按鈕而不是“儲存”按鈕。" + +#. 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 "" + +#. 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 "" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c +#: lms/static/admin/js/collapse.min.js +msgid "Show" +msgstr "顯示" + +#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js +msgid "Hide" +msgstr "隱藏" + +#. Translators: the names of days, keep the pipe (|) separators. +#: lms/static/admin/js/dateparse.js +msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" +msgstr "" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Now" +msgstr "現在" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Clock" +msgstr "時鐘" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Choose a time" +msgstr "選擇時間" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Midnight" +msgstr "午夜" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "6 a.m." +msgstr "上午六點" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Noon" +msgstr "中午" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Today" +msgstr "今天" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Calendar" +msgstr "日曆" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Yesterday" +msgstr "昨天" + +#: lms/static/admin/js/admin/DateTimeShortcuts.js +msgid "Tomorrow" +msgstr "明天" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Hyperlink

http://example.com/ \"optional title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "" +"

Insert Image (upload file or type " +"url)

http://example.com/images/diagram.jpg \"optional " +"title\"

" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Markdown Editing Help" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bold (Ctrl+B)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Italic (Ctrl+I)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Hyperlink (Ctrl+L)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote (Ctrl+Q)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Code Sample (Ctrl+K)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Image (Ctrl+G)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Numbered List (Ctrl+O)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Bulleted List (Ctrl+U)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading (Ctrl+H)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Horizontal Rule (Ctrl+R)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Undo (Ctrl+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Y)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Redo (Ctrl+Shift+Z)" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "strong text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "emphasized text" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter image description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "enter link description here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Blockquote" +msgstr "" + +#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js +msgid "enter code here" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "List item" +msgstr "" + +#: lms/static/js/Markdown.Editor.js +msgid "Heading" +msgstr "" + +#: cms/static/js/base.js +msgid "This link will open in a modal window" +msgstr "" + +#: cms/static/js/base.js +msgid "Delete this " +msgstr "" + +#: cms/static/js/base.js +msgid "Deleting this " +msgstr "" + +#: cms/static/js/base.js +msgid "Yes, delete this " +msgstr "" + +#: cms/static/js/base.js cms/static/js/views/course_info_update.js +msgid "Deleting…" +msgstr "" + +#: cms/static/js/index.js +msgid "Please do not use any spaces in this field." +msgstr "" + +#: 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 "" + +#: cms/static/js/index.js +msgid "Required field." +msgstr "" + +#: cms/static/js/sock.js +msgid "Hide Studio Help" +msgstr "" + +#: cms/static/js/sock.js +msgid "Looking for Help with Studio?" +msgstr "" + +#: cms/static/js/models/course.js cms/static/js/models/section.js +msgid "You must specify a name" +msgstr "" + +#: cms/static/js/models/section.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 "" + +#: cms/static/js/models/uploads.js +msgid "" +"Only <%= fileTypes %> files can be uploaded. Please select a file ending in " +"<%= fileExtensions %> to upload." +msgstr "" + +#: cms/static/js/models/uploads.js +msgid "or" +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course must have an assigned start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course end date cannot be before the course start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The course start date cannot be before the enrollment start date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment start date cannot be after the enrollment end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "The enrollment end date cannot be after the course end date." +msgstr "" + +#: cms/static/js/models/settings/course_details.js +msgid "Key should only contain letters, numbers, _, or -" +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "There's already another assignment type with this name." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer between 0 and 100." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter an integer greater than 0." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Please enter non-negative integer." +msgstr "" + +#: cms/static/js/models/settings/course_grader.js +msgid "Cannot drop more <% attrs.types %> than will assigned." +msgstr "" + +#: cms/static/js/models/settings/course_grading_policy.js +msgid "Grace period must be specified in HH:MM format." +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Delete File Confirmation" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "" +"Are you sure you wish to delete this item. It cannot be reversed!\n" +"\n" +"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)" +msgstr "" + +#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js +msgid "Delete" +msgstr "" + +#: cms/static/js/views/asset.js +msgid "Your file has been deleted." +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Name" +msgstr "" + +#: cms/static/js/views/assets.js +msgid "Date Added" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "Are you sure you want to delete this update?" +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "This action cannot be undone." +msgstr "" + +#: cms/static/js/views/course_info_update.js +msgid "OK" +msgstr "" + +#: cms/static/js/views/edit_chapter.js +msgid "Upload a new PDF to “<%= name %>”" +msgstr "" + +#: cms/static/js/views/edit_textbook.js +#: cms/static/js/views/overview_assignment_grader.js +msgid "Saving" +msgstr "" + +#: cms/static/js/views/import.js +msgid "There was an error with the upload" +msgstr "" + +#: cms/static/js/views/import.js +msgid "" +"File format not supported. Please upload a file with a tar.gz " +"extension." +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Collapse All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Expand All Sections" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Release date:" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "{month}/{day}/{year} at {hour}:{minute} UTC" +msgstr "" + +#: cms/static/js/views/overview.js +msgid "Edit section release date" +msgstr "" + +#: cms/static/js/views/overview_assignment_grader.js +msgid "Not Graded" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "ascending" +msgstr "" + +#: cms/static/js/views/paging.js +msgid "descending" +msgstr "" + +#: cms/static/js/views/paging_header.js +msgid "" +"Showing %(current_span)s%(start)s-%(end)s%(end_span)s out of " +"%(total_span)s%(total)s total%(end_span)s, sorted by " +"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Your change could not be saved" +msgstr "" + +#: cms/static/js/views/section_edit.js +msgid "Return and resolve this issue" +msgstr "" + +#: cms/static/js/views/show_textbook.js +msgid "Delete “<%= name %>”?" +msgstr "" + +#: 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 "" + +#: cms/static/js/views/show_textbook.js +msgid "Deleting" +msgstr "" + +#: cms/static/js/views/uploads.js +msgid "We're sorry, there was an error" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes will not take effect until you save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "You've made some changes, but there are some errors" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "" +"Please address the errors on this page first, and then save your progress." +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Save Changes" +msgstr "" + +#: cms/static/js/views/validation.js +msgid "Your changes have been saved." +msgstr "" + +#: 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 "" + +#: cms/static/js/views/settings/advanced.js +msgid "Your policy changes have been saved." +msgstr "" + +#: cms/static/js/views/settings/advanced.js +msgid "" +"Please note that validation of your policy key and value pairs is not " +"currently in place yet. If you are having difficulties, please review your " +"policy pairs." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Upload your course image." +msgstr "" + +#: cms/static/js/views/settings/main.js +msgid "Files must be in JPEG or PNG format." +msgstr "" diff --git a/i18n/config.py b/i18n/config.py index 3828578b5bca..4551239166fc 100644 --- a/i18n/config.py +++ b/i18n/config.py @@ -69,5 +69,11 @@ def source_messages_dir(self): """ return self.get_messages_dir(self.source_locale) + @property + def translated_locales(self): + """ + Returns the set of locales to be translated (ignoring the source_locale). + """ + return sorted(set(self.locales) - set([self.source_locale])) CONFIGURATION = Configuration(LOCALE_DIR.joinpath('config.yaml').normpath()) diff --git a/i18n/dummy.py b/i18n/dummy.py index ff68c680896b..cd4e063ca794 100644 --- a/i18n/dummy.py +++ b/i18n/dummy.py @@ -1,33 +1,33 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- -r""" -Creates new localization properties files in a dummy language. -Each property file is derived from the equivalent en_US file, with these -transformations applied: +""" +Generate test translation files from human-readable po files. -1. Every vowel is replaced with an equivalent with extra accent marks. +Dummy language is specified in configuration file (see config.py) +two letter language codes reference: +see http://www.loc.gov/standards/iso639-2/php/code_list.php -2. Every string is padded out to +30% length to simulate verbose languages - (such as German) to see if layout and flows work properly. +Django will not localize in languages that django itself has not been +localized for. So we are using a well-known language (default='eo'). +Django languages are listed in django.conf.global_settings.LANGUAGES -3. Every string is terminated with a '#' character to make it easier to detect - truncation. +po files can be generated with this: +django-admin.py makemessages --all --extension html -l en -Example use:: +Usage: - >>> from dummy import Dummy - >>> c = Dummy() - >>> c.convert("My name is Bond, James Bond") - u'M\xfd n\xe4m\xe9 \xefs B\xf8nd, J\xe4m\xe9s B\xf8nd \u2360\u03c3\u044f\u0454\u043c \u03b9\u03c1#' - >>> print c.convert("My name is Bond, James Bond") - Mý nämé ïs Bønd, Jämés Bønd Ⱡσяєм ιρ# - >>> print c.convert("don't convert tag ids") - døn't çønvért täg ïds Ⱡσяєм ιρѕυ# - >>> print c.convert("don't convert %(name)s tags on %(date)s") - døn't çønvért %(name)s tägs øn %(date)s Ⱡσяєм ιρѕ# +$ ./dummy.py +generates output conf/locale/$DUMMY_LOCALE/LC_MESSAGES, +where $DUMMY_LOCALE is the dummy_locale value set in the i18n config """ +import os +import polib + +from i18n.config import CONFIGURATION +from i18n.execute import create_dir_if_necessary from i18n.converter import Converter # Substitute plain characters with accented lookalikes. @@ -74,10 +74,32 @@ class Dummy(Converter): - """ - A string converter that generates dummy strings with fake accents - and lorem ipsum padding. + r""" + Creates new localization properties files in a dummy language. + + Each property file is derived from the equivalent en_US file, with these + transformations applied: + + 1. Every vowel is replaced with an equivalent with extra accent marks. + + 2. Every string is padded out to +30% length to simulate verbose languages + (such as German) to see if layout and flows work properly. + 3. Every string is terminated with a '#' character to make it easier to detect + truncation. + + Example use:: + + >>> from dummy import Dummy + >>> c = Dummy() + >>> c.convert("My name is Bond, James Bond") + u'M\xfd n\xe4m\xe9 \xefs B\xf8nd, J\xe4m\xe9s B\xf8nd \u2360\u03c3\u044f\u0454\u043c \u03b9\u03c1#' + >>> print c.convert("My name is Bond, James Bond") + Mý nämé ïs Bønd, Jämés Bønd Ⱡσяєм ιρ# + >>> print c.convert("don't convert tag ids") + døn't çønvért täg ïds Ⱡσяєм ιρѕυ# + >>> print c.convert("don't convert %(name)s tags on %(date)s") + døn't çønvért %(name)s tägs øn %(date)s Ⱡσяєм ιρѕ# """ def convert(self, string): result = Converter.convert(self, string) @@ -134,3 +156,49 @@ def final_newline(self, original, translated): if original[-1] == '\n' and translated[-1] != '\n': translated += '\n' return translated + + +def make_dummy(file, locale): + """ + Takes a source po file, reads it, and writes out a new po file + in :param locale: containing a dummy translation. + """ + if not os.path.exists(file): + raise IOError('File does not exist: %s' % file) + pofile = polib.pofile(file) + converter = Dummy() + for msg in pofile: + converter.convert_msg(msg) + + # Apply declaration for English pluralization rules so that ngettext will + # do something reasonable. + pofile.metadata['Plural-Forms'] = 'nplurals=2; plural=(n != 1);' + + new_file = new_filename(file, locale) + create_dir_if_necessary(new_file) + pofile.save(new_file) + + +def new_filename(original_filename, new_locale): + """Returns a filename derived from original_filename, using new_locale as the locale""" + orig_dir = os.path.dirname(original_filename) + msgs_dir = os.path.basename(orig_dir) + orig_file = os.path.basename(original_filename) + return os.path.abspath(os.path.join(orig_dir, '../..', new_locale, msgs_dir, orig_file)) + + +def main(): + """ + Generate dummy strings for all source po files. + """ + LOCALE = CONFIGURATION.dummy_locale + SOURCE_MSGS_DIR = CONFIGURATION.source_messages_dir + print "Processing source language files into dummy strings:" + for source_file in CONFIGURATION.source_messages_dir.walkfiles('*.po'): + print ' ', source_file.relpath() + make_dummy(SOURCE_MSGS_DIR.joinpath(source_file), LOCALE) + print + + +if __name__ == '__main__': + sys.exit(main()) diff --git a/i18n/extract.py b/i18n/extract.py index 25fe4bf353f5..70ef33c3b526 100755 --- a/i18n/extract.py +++ b/i18n/extract.py @@ -6,7 +6,7 @@ This task extracts all English strings from all source code and produces three human-readable files: conf/locale/en/LC_MESSAGES/django-partial.po - conf/locale/en/LC_MESSAGES/djangojs.po + conf/locale/en/LC_MESSAGES/djangojs-partial.po conf/locale/en/LC_MESSAGES/mako.po This task will clobber any existing django.po file. @@ -32,7 +32,7 @@ # Use relpath to reduce noise in logs BABEL_OUT = BASE_DIR.relpathto(CONFIGURATION.source_messages_dir.joinpath('mako.po')) -SOURCE_WARN = 'This English source file is machine-generated. Do not check it into git.' +EDX_MARKER = "edX translation file" LOG = logging.getLogger(__name__) @@ -42,15 +42,15 @@ def main(): source_msgs_dir = CONFIGURATION.source_messages_dir remove_file(source_msgs_dir.joinpath('django.po')) + # Extract strings from mako templates. + babel_mako_cmd = 'pybabel extract -F %s -c "Translators:" . -o %s' % (BABEL_CONFIG, BABEL_OUT) + execute(babel_mako_cmd, working_directory=BASE_DIR) + makemessages = "django-admin.py makemessages -l en" ignores = " ".join('--ignore="{}/*"'.format(d) for d in CONFIGURATION.ignore_dirs) if ignores: makemessages += " " + ignores - # Extract strings from mako templates. - babel_mako_cmd = 'pybabel extract -F %s -c "Translators:" . -o %s' % (BABEL_CONFIG, BABEL_OUT) - execute(babel_mako_cmd, working_directory=BASE_DIR) - # Extract strings from django source files, including .py files. make_django_cmd = makemessages + ' --extension html' execute(make_django_cmd, working_directory=BASE_DIR) @@ -66,6 +66,13 @@ def main(): source_msgs_dir.joinpath('django-partial.po') ) + # makemessages creates 'djangojs.po'. This filename is hardcoded. + # Rename it to djangojs-partial.po to enable merging into djangojs.po later. + os.rename( + source_msgs_dir.joinpath('djangojs.po'), + source_msgs_dir.joinpath('djangojs-partial.po') + ) + # Segment the generated files. segmented_files = segment_pofiles("en") @@ -97,8 +104,8 @@ def fix_header(po): po.metadata_is_fuzzy = [] # remove [u'fuzzy'] header = po.header fixes = ( - ('SOME DESCRIPTIVE TITLE', 'edX translation file\n' + SOURCE_WARN), - ('Translations template for PROJECT.', 'edX translation file\n' + SOURCE_WARN), + ('SOME DESCRIPTIVE TITLE', EDX_MARKER), + ('Translations template for PROJECT.', EDX_MARKER), ('YEAR', '%s' % datetime.utcnow().year), ('ORGANIZATION', 'edX'), ("THE PACKAGE'S COPYRIGHT HOLDER", "EdX"), diff --git a/i18n/generate.py b/i18n/generate.py index 97293c0d3550..b1ee99110213 100755 --- a/i18n/generate.py +++ b/i18n/generate.py @@ -50,6 +50,7 @@ def merge(locale, target='django.po', sources=('django-partial.po',), fail_if_mi # clean up redunancies in the metadata merged_filename = locale_directory.joinpath('merged.po') clean_metadata(merged_filename) + clean_line_numbers(merged_filename) # rename merged.po -> django.po (default) target_filename = locale_directory.joinpath(target) @@ -75,6 +76,17 @@ def clean_metadata(file): pomsgs.save() +def clean_line_numbers(file): + """ + Remove occurrence line numbers so that the generated files don't generate a lot of + line noise when they're committed. + """ + pomsgs = pofile(file) + for entry in pomsgs: + entry.occurrences = [(filename, None) for (filename, lineno) in entry.occurrences] + pomsgs.save() + + def validate_files(dir, files_to_merge): """ Asserts that the given files exist. @@ -91,7 +103,7 @@ def validate_files(dir, files_to_merge): def main(): logging.basicConfig(stream=sys.stdout, level=logging.INFO) - for locale in CONFIGURATION.locales: + for locale in CONFIGURATION.translated_locales: merge_files(locale) # Dummy text is not required. Don't raise exception if files are missing. merge_files(CONFIGURATION.dummy_locale, fail_if_missing=False) diff --git a/i18n/make_dummy.py b/i18n/make_dummy.py index 421f799b365d..e69de29bb2d1 100755 --- a/i18n/make_dummy.py +++ b/i18n/make_dummy.py @@ -1,66 +0,0 @@ -#!/usr/bin/env python - -# Generate test translation files from human-readable po files. -# -# Dummy language is specified in configuration file (see config.py) -# two letter language codes reference: -# see http://www.loc.gov/standards/iso639-2/php/code_list.php -# -# Django will not localize in languages that django itself has not been -# localized for. So we are using a well-known language (default='eo'). -# Django languages are listed in django.conf.global_settings.LANGUAGES -# -# po files can be generated with this: -# django-admin.py makemessages --all --extension html -l en -# -# Usage: -# -# $ ./make_dummy.py -# -# generates output conf/locale/$DUMMY_LOCALE/LC_MESSAGES, -# where $DUMMY_LOCALE is the dummy_locale value set in the i18n config - -import os, sys -import polib - -from i18n.dummy import Dummy -from i18n.config import CONFIGURATION -from i18n.execute import create_dir_if_necessary - - -def main(file, locale): - """ - Takes a source po file, reads it, and writes out a new po file - in :param locale: containing a dummy translation. - """ - if not os.path.exists(file): - raise IOError('File does not exist: %s' % file) - pofile = polib.pofile(file) - converter = Dummy() - for msg in pofile: - converter.convert_msg(msg) - - # Apply declaration for English pluralization rules so that ngettext will - # do something reasonable. - pofile.metadata['Plural-Forms'] = 'nplurals=2; plural=(n != 1);' - - new_file = new_filename(file, locale) - create_dir_if_necessary(new_file) - pofile.save(new_file) - - -def new_filename(original_filename, new_locale): - """Returns a filename derived from original_filename, using new_locale as the locale""" - orig_dir = os.path.dirname(original_filename) - msgs_dir = os.path.basename(orig_dir) - orig_file = os.path.basename(original_filename) - return os.path.abspath(os.path.join(orig_dir, '../..', new_locale, msgs_dir, orig_file)) - -if __name__ == '__main__': - LOCALE = CONFIGURATION.dummy_locale - SOURCE_MSGS_DIR = CONFIGURATION.source_messages_dir - print "Processing source language files into dummy strings:" - for source_file in CONFIGURATION.source_messages_dir.walkfiles('*.po'): - print ' ', source_file.relpath() - main(SOURCE_MSGS_DIR.joinpath(source_file), LOCALE) - print diff --git a/i18n/tests/test_compiled_messages.py b/i18n/tests/test_compiled_messages.py index 5b5bda906e2b..bac8089a8300 100644 --- a/i18n/tests/test_compiled_messages.py +++ b/i18n/tests/test_compiled_messages.py @@ -13,7 +13,6 @@ from i18n.config import CONFIGURATION, LOCALE_DIR - @ddt.ddt class TestCompiledMessages(TestCase): """ @@ -22,7 +21,7 @@ class TestCompiledMessages(TestCase): PO_FILES = ['django.po', 'djangojs.po'] - @ddt.data(*CONFIGURATION.locales) + @ddt.data(*CONFIGURATION.translated_locales) def test_translated_messages(self, locale): message_dir = LOCALE_DIR / locale / 'LC_MESSAGES' for pofile_name in self.PO_FILES: diff --git a/i18n/tests/test_extract.py b/i18n/tests/test_extract.py index 2e461224765f..7a15df7307a3 100644 --- a/i18n/tests/test_extract.py +++ b/i18n/tests/test_extract.py @@ -17,7 +17,7 @@ class TestExtract(TestCase): """ Tests functionality of i18n/extract.py """ - generated_files = ('django-partial.po', 'djangojs.po', 'mako.po') + generated_files = ('django-partial.po', 'djangojs-partial.po', 'mako.po') def setUp(self): # Skip this test because it takes too long (>1 minute) diff --git a/i18n/tests/test_generate.py b/i18n/tests/test_generate.py index 7e81ee207388..f77acad48aa4 100644 --- a/i18n/tests/test_generate.py +++ b/i18n/tests/test_generate.py @@ -3,12 +3,15 @@ import string import random import re -from unittest import TestCase +from unittest import TestCase +from mock import patch from polib import pofile from pytz import UTC +from i18n import extract from i18n import generate +from i18n import dummy from i18n.config import CONFIGURATION @@ -16,7 +19,12 @@ class TestGenerate(TestCase): """ Tests functionality of i18n/generate.py """ - generated_files = ('django-partial.po', 'djangojs.po', 'mako.po') + generated_files = ('django-partial.po', 'djangojs-partial.po', 'mako.po') + + @classmethod + def setUpClass(cls): + extract.main() + dummy.main() def setUp(self): # Subtract 1 second to help comparisons with file-modify time succeed, @@ -32,6 +40,7 @@ def test_merge(self): self.assertTrue(os.path.exists(filename)) os.remove(filename) + @patch.object(CONFIGURATION, 'locales', ['eo']) def test_main(self): """ Runs generate.main() which should merge source files, @@ -41,7 +50,7 @@ def test_main(self): after start of test suite) """ generate.main() - for locale in CONFIGURATION.locales: + for locale in CONFIGURATION.translated_locales: for filename in ('django', 'djangojs'): mofile = filename+'.mo' path = os.path.join(CONFIGURATION.get_messages_dir(locale), mofile) diff --git a/i18n/transifex.py b/i18n/transifex.py index 8c74d9b2f9ff..c5df79332580 100755 --- a/i18n/transifex.py +++ b/i18n/transifex.py @@ -4,20 +4,20 @@ from polib import pofile from i18n.config import CONFIGURATION -from i18n.extract import SOURCE_WARN from i18n.execute import execute +from i18n.extract import EDX_MARKER + +TRANSIFEX_HEADER = 'edX community translations have been downloaded from %s' +TRANSIFEX_URL = 'https://www.transifex.com/projects/p/edx-platform/' -TRANSIFEX_HEADER = 'Translations in this file have been downloaded from %s' -TRANSIFEX_URL = 'https://www.transifex.com/projects/p/edx-studio/' def push(): execute('tx push -s') + def pull(): - for locale in CONFIGURATION.locales: - if locale != CONFIGURATION.source_locale: - print "Pulling %s from transifex..." % locale - execute('tx pull -l %s' % locale) + print "Pulling languages from transifex..." + execute('tx pull --mode=reviewed --all') clean_translated_locales() @@ -26,9 +26,9 @@ def clean_translated_locales(): Strips out the warning from all translated po files about being an English source file. """ - for locale in CONFIGURATION.locales: - if locale != CONFIGURATION.source_locale: - clean_locale(locale) + for locale in CONFIGURATION.translated_locales: + clean_locale(locale) + def clean_locale(locale): """ @@ -37,21 +37,23 @@ def clean_locale(locale): Iterates over machine-generated files. """ dirname = CONFIGURATION.get_messages_dir(locale) - for filename in ('django-partial.po', 'djangojs.po', 'mako.po'): + for filename in ('django-partial.po', 'djangojs-partial.po', 'mako.po'): clean_file(dirname.joinpath(filename)) -def clean_file(file): + +def clean_file(filename): """ Strips out the warning from a translated po file about being an English source file. Replaces warning with a note about coming from Transifex. """ - po = pofile(file) - if po.header.find(SOURCE_WARN) != -1: + po = pofile(filename) + if po.header.find(EDX_MARKER) != -1: new_header = get_new_header(po) - new = po.header.replace(SOURCE_WARN, new_header) + new = po.header.replace(EDX_MARKER, new_header) po.header = new po.save() + def get_new_header(po): team = po.metadata.get('Language-Team', None) if not team: @@ -59,6 +61,7 @@ def get_new_header(po): else: return TRANSIFEX_HEADER % team + if __name__ == '__main__': if len(sys.argv) < 2: raise Exception("missing argument: push or pull") diff --git a/lms/envs/common.py b/lms/envs/common.py index 543a47737b8c..5bc8f27d3214 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ This is the common settings file, intended to set sane defaults. If you have a piece of configuration that's dependent on a set of feature flags being set, @@ -499,8 +500,56 @@ TIME_ZONE = 'America/New_York' # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name LANGUAGE_CODE = 'en' # http://www.i18nguy.com/unicode/language-identifiers.html +# Sourced from http://www.localeplanet.com/icu/ and wikipedia LANGUAGES = ( - ('eo', 'Esperanto'), + ('eo', u'Dummy Language (Esperanto)'), # Dummy languaged used for testing + + ('ach', u'Acholi'), # Acoli + ('ar', u'العربية'), # Arabic + ('bg-bg', u'български (България)'), # Bulgarian (Bulgaria) + ('bn', u'বাংলা'), # Bengali + ('bn-bd', u'বাংলা (বাংলাদেশ)'), # Bengali (Bangladesh) + ('cs', u'Čeština'), # Czech + ('cy', u'Cymraeg'), # Welsh + ('de-de', u'Deutsch (Deutschland)'), # German (Germany) + ('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-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-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) + ('fr', u'Français'), # French + ('gl', u'Galego'), # Galician + ('he', u'עברית'), # Hebrew + ('hi', u'हिन्दी'), # Hindi + ('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) + ('ko-kr', u'한국어(대한민국)'), # Korean (Korea) + ('lt-lt', u'Lietuvių (Lietuva)'), # Lithuanian (Lithuania) + ('ml', u'മലയാളം'), # Malayalam + ('nb', u'Norsk bokmål'), # Norwegian Bokmål + ('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 + ('sl', u'Slovenščina'), # Slovenian + ('th', u'ไทย'), # Thai + ('tr-tr', u'Türkçe (Türkiye)'), # Turkish (Turkey) + ('uk', u'Українська'), # Uknranian + ('vi', u'Tiếng Việt'), # Vietnamese + ('zh-cn', u'大陆简体'), # Chinese (China) + ('zh-tw', u'台灣正體'), # Chinese (Taiwan) ) USE_I18N = True diff --git a/rakelib/i18n.rake b/rakelib/i18n.rake index 4f76ca34a75c..3bd8de77d04f 100644 --- a/rakelib/i18n.rake +++ b/rakelib/i18n.rake @@ -13,8 +13,8 @@ namespace :i18n do end desc "Simulate international translation by generating dummy strings corresponding to source strings." - task :dummy do - sh(File.join(REPO_ROOT, "i18n", "make_dummy.py")) + task :dummy => "i18n:extract" do + sh(File.join(REPO_ROOT, "i18n", "dummy.py")) end namespace :validate do @@ -57,10 +57,25 @@ namespace :i18n do end desc "Run tests for the internationalization library" - task :test => ["i18n:validate:gettext", "i18n:extract", "i18n:generate"] do + task :test do test = File.join(REPO_ROOT, "i18n", "tests") pythonpath_prefix = "PYTHONPATH=#{REPO_ROOT}/i18n:$PYTHONPATH" sh("#{pythonpath_prefix} nosetests #{test}") end + # Commands for automating the process of including translations in edx-platform. + # Will eventually be run by jenkins. + namespace :robot do + desc "Pull source strings, generate po and mo files, and validate" + task :pull => ["i18n:transifex:pull", "i18n:extract", "i18n:dummy", "i18n:generate"] do + sh('git clean -fdX conf/locale') + Rake::Task["i18n:test"].invoke + sh('git add conf/locale') + sh('git commit --message="Update translations (autogenerated message)" --edit') + end + + desc "Extract new strings, and push to transifex" + task :push => ["i18n:extract", "i18n:transifex:push"] + end + end